hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
cbc2d62a94857d8172b00a0d4a60f66062299130
67,852
xml
XML
Web Service/PropertyManager/PropertyManager.Cryptography/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.xml
FelixTheTac/PropertyManagerJs
621dbdae0a9612e79d5c8717a7d0b2bc1d46f2d6
[ "MIT" ]
1
2019-06-25T06:18:09.000Z
2019-06-25T06:18:09.000Z
Web Service/PropertyManager/PropertyManager.Cryptography/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.xml
FelixTheTac/PropertyManagerJs
621dbdae0a9612e79d5c8717a7d0b2bc1d46f2d6
[ "MIT" ]
null
null
null
Web Service/PropertyManager/PropertyManager.Cryptography/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.xml
FelixTheTac/PropertyManagerJs
621dbdae0a9612e79d5c8717a7d0b2bc1d46f2d6
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <doc> <assembly> <name>Microsoft.IdentityModel.Clients.ActiveDirectory</name> </assembly> <members> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext"> <summary> The AuthenticationContext class retrieves authentication tokens from Azure Active Directory and ADFS services. </summary> <summary> The main class representing the authority issuing tokens for resources. </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.QueryCache(System.String,System.String,System.String,System.String)"> <summary> Queries all values in the cache that meet the passed in values, plus the authority value that this AuthorizationContext was created with. In every case passing null results in a wildcard evaluation. </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.#ctor(System.String)"> <summary> Constructor to create the context with the address of the authority. Using this constructor will turn ON validation of the authority URL by default if validation is supported for the authority address. </summary> <param name="authority">Address of the authority to issue token.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.#ctor(System.String,System.Boolean)"> <summary> Constructor to create the context with the address of the authority and flag to turn address validation off. Using this constructor, address validation can be turned off. Make sure you are aware of the security implication of not validating the address. </summary> <param name="authority">Address of the authority to issue token.</param> <param name="validateAuthority">Flag to turn address validation ON or OFF.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.#ctor(System.String,System.Collections.Generic.IDictionary{Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey,System.String})"> <summary> Constructor to create the context with the address of the authority. Using this constructor will turn ON validation of the authority URL by default if validation is supported for the authority address. </summary> <param name="authority">Address of the authority to issue token.</param> <param name="tokenCacheStore">Token Cache store used to lookup cached tokens on calls to AcquireToken</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.#ctor(System.String,System.Boolean,System.Collections.Generic.IDictionary{Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey,System.String})"> <summary> Constructor to create the context with the address of the authority and flag to turn address validation off. Using this constructor, address validation can be turned off. Make sure you are aware of the security implication of not validating the address. </summary> <param name="authority">Address of the authority to issue token.</param> <param name="validateAuthority">Flag to turn address validation ON or OFF.</param> <param name="tokenCacheStore">Token Cache store used to lookup cached tokens on calls to AcquireToken</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireToken(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential)"> <summary> Acquires security token from the authority. </summary> <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param> <param name="credential">The credential to use for token acquisition.</param> <returns>It contains Access Token and the Access Token's expiration time. Refresh Token property will be null for this overload.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireToken(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.SymmetricKeyCredential)"> <summary> Acquires security token from the authority. </summary> <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param> <param name="credential">The credential to use for token acquisition.</param> <returns>It contains Access Token and the Access Token's expiration time. Refresh Token property will be null for this overload.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireToken(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.X509CertificateCredential)"> <summary> Acquires security token from the authority. </summary> <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param> <param name="credential">The credential to use for token acquisition.</param> <returns>It contains Access Token and the Access Token's expiration time. Refresh Token property will be null for this overload.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireToken(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.AssertionCredential)"> <summary> Acquires security token from the authority. </summary> <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param> <param name="credential">The credential to use for token acquisition.</param> <returns>It contains Access Token and the Access Token's expiration time. Refresh Token property will be null for this overload.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireToken(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.IdentityProviderDescriptor)"> <summary> Acquires security token from the authority. </summary> <param name="resource">Identifier of the target resource to get identity providers for.</param> <param name="identityProvider">The identity provider to federate with.</param> <returns>It contains Access Token and the Access Token's expiration time. Refresh Token property will be null for this overload.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.GetProviders(System.String)"> <summary> Gets list of identity providers from the service metadata endpoint </summary> <param name="resource">Identifier of the target resource to get identity providers for.</param> <returns>List of identity providers and their supported protocols.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireToken(System.String,System.String,System.Uri)"> <summary> Acquires security token from the authority. </summary> <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param> <param name="clientId">Identifier of the client requesting the token.</param> <param name="redirectUri">Address to return to upon receiving a response from the authority.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireToken(System.String,System.String,System.Uri,System.String)"> <summary> Acquires security token from the authority. </summary> <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param> <param name="clientId">Identifier of the client requesting the token.</param> <param name="redirectUri">Address to return to upon receiving a response from the authority.</param> <param name="userId">This parameter will be used to pre-populate the username field in the authentication form. Please note that the end user can still edit the username field and authenticate as a different user. This parameter can be null.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireToken(System.String,System.String,System.Uri,System.String,System.String)"> <summary> Acquires security token from the authority. </summary> <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param> <param name="clientId">Identifier of the client requesting the token.</param> <param name="redirectUri">Address to return to upon receiving a response from the authority.</param> <param name="userId">This parameter will be used to pre-populate the username field in the authentication form. Please note that the end user can still edit the username field and authenticate as a different user. This parameter can be null.</param> <param name="extraQueryParameters">This parameter will be appended as is to the query string in the HTTP authentication request to the authority. The parameter can be null.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireToken(System.String,System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior)"> <summary> Acquires security token from the authority. </summary> <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param> <param name="clientId">Identifier of the client requesting the token.</param> <param name="redirectUri">Address to return to upon receiving a response from the authority.</param> <param name="promptBehavior">If <see cref="F:Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior.Always"/>, asks service to show user the authentication page which gives them chance to authenticate as a different user.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireToken(System.String,System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior,System.String)"> <summary> Acquires security token from the authority. </summary> <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param> <param name="clientId">Identifier of the client requesting the token.</param> <param name="redirectUri">Address to return to upon receiving a response from the authority.</param> <param name="promptBehavior">If <see cref="F:Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior.Always"/>, asks service to show user the authentication page which gives them chance to authenticate as a different user.</param> <param name="extraQueryParameters">This parameter will be appended as is to the querystring in the HTTP autentication request to the authority. The parameter can be null.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCode(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential)"> <summary> Acquires security token from the authority using authorization code previously received. </summary> <param name="authorizationCode">The authorization code received from service authorization endpoint.</param> <param name="redirectUri">Address to return to upon receiving a response from the authority.</param> <param name="credential">The credential to use for token acquisition.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCode(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential,System.String)"> <summary> Acquires security token from the authority using an authorization code previously received. </summary> <param name="authorizationCode">The authorization code received from service authorization endpoint.</param> <param name="redirectUri">Address to return to upon receiving a response from the authority.</param> <param name="credential">The credential to use for token acquisition.</param> <param name="resource">Identifier of the target resource that is the recipient of the requested token. It can be null if provided earlier to acquire authorizationCode.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCode(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.AssertionCredential)"> <summary> Acquires security token from the authority using an authorization code previously received. </summary> <param name="authorizationCode">The authorization code received from service authorization endpoint.</param> <param name="redirectUri">The redirect address used for obtaining authorization code.</param> <param name="credential">The credential to use for token acquisition.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCode(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.AssertionCredential,System.String)"> <summary> Acquires security token from the authority using an authorization code previously received. </summary> <param name="authorizationCode">The authorization code received from service authorization endpoint.</param> <param name="redirectUri">The redirect address used for obtaining authorization code.</param> <param name="credential">The credential to use for token acquisition.</param> <param name="resource">Identifier of the target resource that is the recipient of the requested token. It can be null if provided earlier to acquire authorizationCode.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCode(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.X509CertificateCredential)"> <summary> Acquires security token from the authority using an authorization code previously received. </summary> <param name="authorizationCode">The authorization code received from service authorization endpoint.</param> <param name="redirectUri">The redirect address used for obtaining authorization code.</param> <param name="credential">The credential to use for token acquisition.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCode(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.X509CertificateCredential,System.String)"> <summary> Acquires security token from the authority using an authorization code previously received. </summary> <param name="authorizationCode">The authorization code received from service authorization endpoint.</param> <param name="redirectUri">The redirect address used for obtaining authorization code.</param> <param name="credential">The credential to use for token acquisition.</param> <param name="resource">Identifier of the target resource that is the recipient of the requested token. It can be null if provided earlier to acquire authorizationCode.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByRefreshToken(System.String,System.String)"> <summary> Acquires a security token from the authority using a Refresh Token previously received. </summary> <param name="refreshToken">Refresh Token to use in the refresh flow.</param> <param name="clientId">Name or ID of the client requesting the token.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByRefreshToken(System.String,System.String,System.String)"> <summary> Acquires a security token from the authority using a Refresh Token previously received. </summary> <param name="refreshToken">Refresh Token to use in the refresh flow.</param> <param name="clientId">Name or ID of the client requesting the token.</param> <param name="resource">Identifier of the target resource that is the recipient of the requested token. If null, token is requested for the same resource refresh token was originally issued for. If passed, resource should match the original resource used to acquire refresh token unless token service supports refresh token for multiple resources.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByRefreshToken(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential)"> <summary> Acquires a security token from the authority using a Refresh Token previously received. </summary> <param name="refreshToken">Refresh Token to use in the refresh flow.</param> <param name="clientId">Name or ID of the client requesting the token.</param> <param name="credential">The credential used for token acquisition.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByRefreshToken(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential,System.String)"> <summary> Acquires a security token from the authority using a Refresh Token previously received. </summary> <param name="refreshToken">Refresh Token to use in the refresh flow.</param> <param name="clientId">Name or ID of the client requesting the token.</param> <param name="credential">The credential used for token acquisition.</param> <param name="resource">Identifier of the target resource that is the recipient of the requested token. If null, token is requested for the same resource refresh token was originally issued for. If passed, resource should match the original resource used to acquire refresh token unless token service supports refresh token for multiple resources.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByRefreshToken(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.AssertionCredential)"> <summary> Acquires a security token from the authority using a Refresh Token previously received. </summary> <param name="refreshToken">Refresh Token to use in the refresh flow.</param> <param name="clientId">Name or ID of the client requesting the token.</param> <param name="credential">The credential used for token acquisition.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByRefreshToken(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.AssertionCredential,System.String)"> <summary> Acquires a security token from the authority using a Refresh Token previously received. </summary> <param name="refreshToken">Refresh Token to use in the refresh flow.</param> <param name="clientId">Name or ID of the client requesting the token.</param> <param name="credential">The credential used for token acquisition.</param> <param name="resource">Identifier of the target resource that is the recipient of the requested token. If null, token is requested for the same resource refresh token was originally issued for. If passed, resource should match the original resource used to acquire refresh token unless token service supports refresh token for multiple resources.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByRefreshToken(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.X509CertificateCredential)"> <summary> Acquires a security token from the authority using a Refresh Token previously received. </summary> <param name="refreshToken">Refresh Token to use in the refresh flow.</param> <param name="clientId">Name or ID of the client requesting the token.</param> <param name="credential">The credential used for token acquisition.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByRefreshToken(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.X509CertificateCredential,System.String)"> <summary> Acquires a security token from the authority using a Refresh Token previously received. </summary> <param name="refreshToken">Refresh Token to use in the refresh flow.</param> <param name="clientId">Name or ID of the client requesting the token.</param> <param name="credential">The credential used for token acquisition.</param> <param name="resource">Identifier of the target resource that is the recipient of the requested token. If null, token is requested for the same resource refresh token was originally issued for. If passed, resource should match the original resource used to acquire refresh token unless token service supports refresh token for multiple resources.</param> <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.TokenCacheStore"> <summary> Gets the TokenCacheStore </summary> <remarks> By default, TokenCacheStore is set to a Dictionary which makes the token cache an in-memory collection of key/value pairs. Library will automatically save tokens in the cache when AcquireToken is called. The default token cache is static so all tokens will available to all instances of AuthenticationContext. To use a custom TokenCacheStore pass one to the <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext">.constructor</see>. To turn OFF token caching, use the constructor and set TokenCacheStore to null. </remarks> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.OwnerWindow"> <summary> Gets or sets the owner of the browser dialog which pops up for receiving user credentials. It can be null. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters"> <summary> Contains authentication parameters based on unauthorized response from resource server. </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters.CreateFromResourceUrl(System.Uri)"> <summary> Creates authentication parameters from address of the resource. This method expects the resource server to return unauthorized response with WWW-Authenticate header containing authentication parameters. </summary> <param name="resourceUrl">Address of the resource</param> <returns>AuthenticationParameters object containing authentication parameters</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters.CreateFromUnauthorizedResponse(System.Net.HttpWebResponse)"> <summary> Creates authentication parameters from the response received from the response received from the resource. This method expects the response to have unauthorized status and WWW-Authenticate header containing authentication parameters.</summary> <param name="response">Response received from the resource.</param> <returns>AuthenticationParameters object containing authentication parameters</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters.CreateFromResponseAuthenticateHeader(System.String)"> <summary> Creates authentication parameters from the WWW-Authenticate header in response received from resource. This method expects the header to contain authentication parameters in JSON format. </summary> <param name="authenticateHeader">Content of header WWW-Authenticate header</param> <returns>AuthenticationParameters object containing authentication parameters</returns> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters.Authority"> <summary> Gets or sets the address of the authority to issue token. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters.Resource"> <summary> Gets or sets the identifier of the target resource that is the recipient of the requested token. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult"> <summary> Contains the results of one token acquisition operation. </summary> <summary> Contains the results of one token acquisition operation. </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.CreateAuthorizationHeader"> <summary> Creates authorization header from authentication result. </summary> <returns>Created authorization header</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.Deserialize(System.String)"> <summary> Serializes the object to a JSON string </summary> <returns></returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.Serialize"> <summary> Serializes the object to a JSON string </summary> <returns></returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.#ctor(System.String,System.String,System.String,System.DateTimeOffset)"> <summary> Creates an result returned from AcquireToken. Except in advanced scenarios related to token caching, you do not need to create any instance of AuthenticationResult. </summary> <param name="accessTokenType">Type of the Access Token returned</param> <param name="accessToken">The Access Token requested</param> <param name="refreshToken">The Refresh Token associated with the requested Access Token</param> <param name="expiresOn">The point in time in which the Access Token returned in the AccessToken property ceases to be valid</param> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.AccessTokenType"> <summary> Gets the type of the Access Token returned. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.AccessToken"> <summary> Getse the Access Token requested. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.RefreshToken"> <summary> Gets the Refresh Token associated with the requested Access Token. Note: not all operations will return a Refresh Token. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.ExpiresOn"> <summary> Gets the point in time in which the Access Token returned in the AccessToken property ceases to be valid. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.TenantId"> <summary> Gets an identifier for the tenant the token was acquired from. This property will be null if tenant information is not returned by the service. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.UserInfo"> <summary> Gets user information including user Id. Some elements in UserInfo might be null if not returned by the service. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.IsMultipleResourceRefreshToken"> <summary> Gets a value indicating whether the refresh token can be used for requesting access token for other resources. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential"> <summary> Credential including client id and secret. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.ICredential"> <summary> Interface used internally for passing various credential types around as well as adding common functionality. </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential.#ctor(System.String,System.String)"> <summary> Constructor to create credential with client id and secret </summary> <param name="ownerId">Identifier of the owner of the credential.</param> <param name="clientSecret">Secret of the client requesting the token.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential.#ctor(System.String,System.Security.SecureString)"> <summary> Constructor to create credential with client id and secret. This constructor accepts client secret as SecureString. </summary> <param name="ownerId">Identifier of the owner of the credential.</param> <param name="secureClientSecret">Secret of the client requesting the token in form of SecureString.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential.CreateHash"> <summary> Create hash from properties to be used for token caching </summary> <returns>Credential hash</returns> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential.OwnerId"> <summary> Gets an identifier for the owner of the credential. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError"> <summary> Error code returned as a property in ActiveDirectoryAuthenticationException </summary> <summary> Error code returned as a property in ActiveDirectoryAuthenticationException </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.Unknown"> <summary> Unknown error. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.InvalidArgument"> <summary> Invalid argument. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.AuthenticationFailed"> <summary> Authentication failed. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.AuthenticationCanceled"> <summary> Authentication canceled. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.UnauthorizedResponseExpected"> <summary> Unauthorized response expected from resource server. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.AuthorityNotInValidList"> <summary> 'authority' is not in the list of valid addresses. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.AssemblyLoadFailed"> <summary> Loading required assembly failed. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.InvalidOwnerWindowType"> <summary> Loading required assembly failed. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.MultipleTokensMatched"> <summary> MultipleTokensMatched were matched. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.NetworkNotAvailable"> <summary> The request could not be preformed because the network is down. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.AuthenticationUIFailed"> <summary> The request could not be preformed because of an unknown failure in the UI flow. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.UserMismatch"> <summary> User Mismatch. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.InvalidAuthorityType"> <summary> Invalid authority type. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.InvalidCredentialType"> <summary> Invalid credential type. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.InvalidServiceUrl"> <summary> Invalid service URL. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.SymmetricKeySizeTooSmall"> <summary> Symmetric key size too small. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.CertificateKeySizeTooSmall"> <summary> Certificate key size too small. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.IdentityProtocolLoginUrlNull"> <summary> Identity protocol login URL Null. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.IdentityProtocolMismatch"> <summary> Identity protocol mismatch. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.EmailAddressSuffixMismatch"> <summary> Email address suffix mismatch. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.IdentityProviderRequestFailed"> <summary> Identity provider request failed. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.StsTokenRequestFailed"> <summary> STS token request failed. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.EncodedTokenTooLong"> <summary> Encoded token too long. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.ServiceReturnedError"> <summary> Service returned error. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.StsMetadataRequestFailed"> <summary> STS metadata request failed. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.NoDataFromSTS"> <summary> No data from STS. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationError.UserInteractionRequired"> <summary> One of two conditions was encountered. 1. The PromptBehavior.Never flag was passed and but the constraint could not be honored because user interaction was required. 2. An error occurred during a silent web authentication that prevented the authentication flow from completing in a short enough time frame. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationErrorMessage"> <summary> The active directory authentication error message. </summary> <summary> The active directory authentication error message. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.EncodingHelper"> <summary> The encoding helper. </summary> <summary> The encoding helper. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior"> <summary> Indicates whether AcquireToken should automotically prompt only if necessary or whether it should prompt regardless of whether there is a cached token. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior.Auto"> <summary> Acquire token will prompt the user for credentials only when necessary. If a token that meets the requirements is already cached then the user will not be prompted. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior.Always"> <summary> The user will be prompted for credentials even if there is a token that meets the requirements already in the cache. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior.Never"> <summary> The user will not be prompted for credentials. If prompting is necessary then the AcquireToken request will fail. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElement"> <summary> ID of the elements which can be used in creating token cache key. Depending on the AcquireToken method used, different elements might be contained in a token cache key </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElement.Authority"> <summary> Authority uri </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElement.Resource"> <summary> Resource id </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElement.ClientId"> <summary> Client id </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElement.CredentialHash"> <summary> Hash created from credential passed to acquire token </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElement.IdentityProviderName"> <summary> Name of the identity provider </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElement.User"> <summary> User (in interactive flow, user can be passed as login_hint parameter) </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElements"> <summary> Lists the elements which were used in creating token cache key. Depending on the AcquireToken method used, some properties may be null which means they were not included in the cache key. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElements.Authority"> <summary> Authority </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElements.Resource"> <summary> Resource </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElements.ClientId"> <summary> Client Id </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElements.CredentialHash"> <summary> Hash created from credential passed to acquire token </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElements.IdentityProviderName"> <summary> Name of the identity provider </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElements.User"> <summary> User (in interactive flow, user can be passed as login_hint parameter) </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheEncoding"> <summary> Helper class to perform decoding and encoding operations on token cache keys and values </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheEncoding.DecodeCacheKey(System.String)"> <summary> Decodes token cache key in form of a list of key elements </summary> <param name="cacheKey">Token cache key</param> <returns>Key elements in form of a list of key/value pairs</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheEncoding.EncodeCacheKey(Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKeyElements)"> <summary> Encodes token cache key elements to cache key </summary> <param name="cacheKeyElements">Token cache key elements</param> <returns>Token cache key</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheEncoding.DecodeCacheValue(System.String)"> <summary> Decodes token cache value in form of authentication result which is the output of AcquireToken </summary> <param name="cacheValue">Token cache value</param> <returns>Authentication result decoded from token cache value. Null if input is null.</returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheEncoding.EncodeCacheValue(Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult)"> <summary> Encodes authentication result which is the output of AcquireToken in form of token cache value. </summary> <param name="result">Authentication result</param> <returns>Token cache value created by encoding authentication result</returns> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey"> <summary> <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey"/> can be used with linq to access items from the <see cref="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.TokenCacheStore"/>. </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.#ctor"> <summary> Default constructor. </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.#ctor(Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult)"> <summary> Instantiates a key from a <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult"/>, it can be null. </summary> <param name="result"></param> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.Authority"> <summary> Gets or sets the Authority. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.ClientId"> <summary> Gets or sets the ClientId. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.ExpiresOn"> <summary> Gets or sets the Expiration. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.FamilyName"> <summary> Gets or sets the FamilyName. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.GivenName"> <summary> Gets or sets the GivenName. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.IdentityProviderName"> <summary> Gets or sets the IdentityProviderName. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.IsMultipleResourceRefreshToken"> <summary> Gets or sets a value indicating whether the RefreshToken applies to multiple resources. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.IsUserIdDisplayable"> <summary> Gets or sets a value indicating whether the UserId is a displayable. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.Resource"> <summary> Gets or sets the Resource. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.TenantId"> <summary> Gets or sets the TenantId. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.UserId"> <summary> Gets or sets the UserId. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo"> <summary> Contains information of a single user. This information is used for token cache lookup. Also if created with userId, userId is sent to the service when login_hint is accepted. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.UserId"> <summary> Identifier of the user authenticated during token acquision. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.IsUserIdDisplayable"> <summary> Determines whether UserId is displayable or not. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.GivenName"> <summary> Gets given name of the user if provided by the service. If not, the value is null. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.FamilyName"> <summary> Gets family name of the user if provided by the service. If not, the value is null. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.IdentityProvider"> <summary> Gets identity provider if returned by the service. If not, the value is null. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationException"> <summary> The exception type thrown when an error occurs during token acquisition. </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationException.#ctor"> <summary> Initializes a new instance of the exception class. </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationException.#ctor(System.String)"> <summary> Initializes a new instance of the exception class with a specified error code. </summary> <param name="errorCode">The error code returned by the service or generated by client. This is the code you can rely on for exception handling.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationException.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the exception class with a specified error code and error message. </summary> <param name="errorCode">The error code returned by the service or generated by client. This is the code you can rely on for exception handling.</param> <param name="message">The error message that explains the reason for the exception.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the exception class with a specified error code and a reference to the inner exception that is the cause of this exception. </summary> <param name="errorCode">The error code returned by the service or generated by client. This is the code you can rely on for exception handling.</param> <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified. It may especially contain the actual error message returned by the service.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationException.#ctor(System.String,System.String,System.Exception)"> <summary> Initializes a new instance of the exception class with a specified error code, error message and a reference to the inner exception that is the cause of this exception. </summary> <param name="errorCode">The error code returned by the service or generated by client. This is the code you can rely on for exception handling.</param> <param name="message">The error message that explains the reason for the exception.</param> <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified. It may especially contain the actual error message returned by the service.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Initializes a new instance of the exception class with serialized data. </summary> <param name="info">The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.</param> <param name="context">The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Sets the System.Runtime.Serialization.SerializationInfo with information about the exception. </summary> <param name="info">The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.</param> <param name="context">The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.</param> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.ActiveDirectoryAuthenticationException.ErrorCode"> <summary> The error code returned by the service or generated by client. This is the code you can rely on for exception handling. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AssertionCredential"> <summary> Credential type containing an assertion of type "urn:ietf:params:oauth:token-type:jwt". </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AssertionCredential.#ctor(System.String)"> <summary> Constructor to create credential with a jwt token encoded as a base64 url encoded string. </summary> <param name="assertion">The jwt used as credential.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AssertionCredential.CreateHash"> <summary> Creates a hash from properties that is used for token caching. </summary> <returns>Credential hash</returns> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AssertionCredential.Assertion"> <summary> Gets the assertion. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AssertionCredential.AssertionType"> <summary> Gets the assertion type. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.IdentityProviderDescriptor"> <summary> Class containing all properties returned for identity providers from service metadata. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.IdentityProviderDescriptor.Name"> <summary> Gets or sets the human-readable display name for the identity provider. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.IdentityProviderDescriptor.LoginUrl"> <summary> Gets or sets a constructed login request URL. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.IdentityProviderDescriptor.LogoutUrl"> <summary> Gets or sets a URL that allows end users to sign out of the identity provider they signed in with. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.IdentityProviderDescriptor.ImageUrl"> <summary> Gets or sets an image to display, as configured in the Management Portal. Blank if there is no image. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.IdentityProviderDescriptor.EmailAddressSuffixes"> <summary> Gets or sets an array of email address suffixes associated with the identity provider. Returns an empty array if there are no suffixes configured. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.Internal.IWebUI"> <summary> Interface for Authentication Dialog </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.Internal.IWebUI.Authenticate(System.Uri,System.Uri)"> <summary> </summary> <param name="requestUri"></param> <param name="callbackUri"></param> <returns></returns> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.Internal.IWebUI.Authenticate(System.Uri)"> <summary> </summary> <param name="requestUri"></param> <returns></returns> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.Internal.IWebUI.OwnerWindow"> <summary> </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.WebAuthenticationDialogFactory"> <summary> This class loads the assembly containing the authentication dialog classes and creates a new instance of an IWebUI. This class is necessary since there is a loose coupling between this assembly and the assembly containing Windows Forms dependencies. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.SymmetricKeyCredential"> <summary> Credential type containing symmetric key. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.SymmetricKeyCredential.MinKeySizeInBits"> <summary> Minimum symmetric key size in bits </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.SymmetricKeyCredential.#ctor(System.String,System.Byte[])"> <summary> Constructor to create credential with owner Id and symmetric key. </summary> <param name="ownerId">Identifier of the owner of the credential.</param> <param name="key">Symmetric key used as credential.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.SymmetricKeyCredential.Finalize"> <summary> Destructor method. </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.SymmetricKeyCredential.GetKey(System.Byte[])"> <summary> Copy credential key to the array </summary> <param name="outputKey">The array which the credential key is copied to. It should be the same size or larger than the credential key.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.SymmetricKeyCredential.CreateHash"> <summary> Create hash from properties to be used for token caching </summary> <returns>Credential hash</returns> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.SymmetricKeyCredential.OwnerId"> <summary> Gets the id of the owner of the credential. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.SymmetricKeyCredential.Key"> <summary> Gets the symmetric key used as credential. </summary> </member> <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.X509CertificateCredential"> <summary> Credential type containing X509 certificate. </summary> </member> <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.X509CertificateCredential.MinKeySizeInBits"> <summary> Minimum X509 certificate key size in bits </summary> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.X509CertificateCredential.#ctor(System.String,System.Security.Cryptography.X509Certificates.X509Certificate2)"> <summary> Constructor to create credential with owner's Id and certificate. </summary> <param name="ownerId">Identifier of the owner of the credential.</param> <param name="certificate">The certificate used as credential.</param> </member> <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.X509CertificateCredential.CreateHash"> <summary> Create hash from properties to be used for token caching </summary> <returns>Credential hash</returns> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.X509CertificateCredential.OwnerId"> <summary> Identifier of the owner of the credential. </summary> </member> <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.X509CertificateCredential.Certificate"> <summary> The certificate used as credential. </summary> </member> </members> </doc>
63.591378
269
0.681365
ef19149382c7a74992fb6e962fc421adb323fa30
56,044
xml
XML
feed.xml
usegalaxy-au/usegalaxy-au.github.io
f271a303a359b570f0c7e0b968f881a073d38a31
[ "MIT" ]
null
null
null
feed.xml
usegalaxy-au/usegalaxy-au.github.io
f271a303a359b570f0c7e0b968f881a073d38a31
[ "MIT" ]
4
2020-02-25T15:36:38.000Z
2022-02-26T04:36:23.000Z
feed.xml
usegalaxy-au/usegalaxy-au.github.io
f271a303a359b570f0c7e0b968f881a073d38a31
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.6.3">Jekyll</generator><link href="https://usegalaxy-au.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://usegalaxy-au.github.io/" rel="alternate" type="text/html" /><updated>2021-10-28T02:11:49+00:00</updated><id>https://usegalaxy-au.github.io/feed.xml</id><title type="html">Galaxy Australia</title><subtitle>The Australian Galaxy Instance</subtitle><entry><title type="html">Galaxy Australia tool updates 2021-10-28</title><link href="https://usegalaxy-au.github.io/posts/2021/10/28/tool-updates/" rel="alternate" type="text/html" title="Galaxy Australia tool updates 2021-10-28" /><published>2021-10-28T00:00:00+00:00</published><updated>2021-10-28T00:00:00+00:00</updated><id>https://usegalaxy-au.github.io/posts/2021/10/28/tool-updates</id><content type="html" xml:base="https://usegalaxy-au.github.io/posts/2021/10/28/tool-updates/">&lt;style&gt; table { width: 100%; margin: 10px 20px; } table th { display: none; } td { padding: 3px 5px; } tr td:nth-child(1) { vertical-align: top; width: 25%; } &lt;/style&gt; &lt;h3 id=&quot;tools-updated&quot;&gt;Tools updated&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Assembly&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;abyss &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/abyss/841084c5fc46&quot;&gt;841084c5fc46&lt;/a&gt;&lt;br /&gt;miniasm &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/miniasm/80d1250bd5fd&quot;&gt;80d1250bd5fd&lt;/a&gt;&lt;br /&gt;trycycler_cluster &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trycycler_cluster/ced385aa976d&quot;&gt;ced385aa976d&lt;/a&gt;&lt;br /&gt;trycycler_consensus &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trycycler_consensus/d40ed4eb0c0e&quot;&gt;d40ed4eb0c0e&lt;/a&gt;&lt;br /&gt;trycycler_partition &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trycycler_partition/6dd935e4984b&quot;&gt;6dd935e4984b&lt;/a&gt;&lt;br /&gt;trycycler_reconcile_msa &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trycycler_reconcile_msa/b5e35a2ca4f3&quot;&gt;b5e35a2ca4f3&lt;/a&gt;&lt;br /&gt;trycycler_subsample &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trycycler_subsample/6015aa0303f2&quot;&gt;6015aa0303f2&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;ChemicalToolBox&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;gmx_editconf &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_editconf/8be9cb12a4fa&quot;&gt;8be9cb12a4fa&lt;/a&gt;&lt;br /&gt;gmx_em &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_em/59c662ca4211&quot;&gt;59c662ca4211&lt;/a&gt;&lt;br /&gt;gmx_energy &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_energy/97872d87ba80&quot;&gt;97872d87ba80&lt;/a&gt;&lt;br /&gt;gmx_merge_topology_files &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_merge_topology_files/534ff13ea227&quot;&gt;534ff13ea227&lt;/a&gt;&lt;br /&gt;gmx_setup &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_setup/8ad46f918541&quot;&gt;8ad46f918541&lt;/a&gt;&lt;br /&gt;gmx_sim &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_sim/525ca7c8065f&quot;&gt;525ca7c8065f&lt;/a&gt;&lt;br /&gt;gmx_solvate &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_solvate/61094e01eff9&quot;&gt;61094e01eff9&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Convert Formats&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;biom_add_metadata &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/biom_add_metadata/a3b86937ead6&quot;&gt;a3b86937ead6&lt;/a&gt;&lt;br /&gt;biom_convert &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/biom_convert/54ccb7e1f49a&quot;&gt;54ccb7e1f49a&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;FASTA/FASTQ&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;cutadapt &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/lparsons/cutadapt/44e2cc14f75b&quot;&gt;44e2cc14f75b&lt;/a&gt;&lt;br /&gt;umi_tools_count &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/umi_tools_count/24013bf85a6f&quot;&gt;24013bf85a6f&lt;/a&gt;&lt;br /&gt;umi_tools_extract &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/umi_tools_extract/7accf7407811&quot;&gt;7accf7407811&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Graph/Display Data&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;ggplot2_heatmap &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/ggplot2_heatmap/391a4cc45fea&quot;&gt;391a4cc45fea&lt;/a&gt;&lt;br /&gt;ggplot2_point &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/ggplot2_point/e3a675da7fd0&quot;&gt;e3a675da7fd0&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Phylogenetics&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;pangolin &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/pangolin/b7e297c2ede6&quot;&gt;b7e297c2ede6&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;RNA-seq&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;transdecoder &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/transdecoder/ffd1300599a1&quot;&gt;ffd1300599a1&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;VCF/BCF&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;bcftools_plugin_tag2tag &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_plugin_tag2tag/8aa9d9b14bcd&quot;&gt;8aa9d9b14bcd&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</content><author><name></name></author><category term="tools" /><summary type="html"></summary></entry><entry><title type="html">Galaxy Australia tool updates 2021-10-19</title><link href="https://usegalaxy-au.github.io/posts/2021/10/19/tool-updates/" rel="alternate" type="text/html" title="Galaxy Australia tool updates 2021-10-19" /><published>2021-10-19T00:00:00+00:00</published><updated>2021-10-19T00:00:00+00:00</updated><id>https://usegalaxy-au.github.io/posts/2021/10/19/tool-updates</id><content type="html" xml:base="https://usegalaxy-au.github.io/posts/2021/10/19/tool-updates/">&lt;style&gt; table { width: 100%; margin: 10px 20px; } table th { display: none; } td { padding: 3px 5px; } tr td:nth-child(1) { vertical-align: top; width: 25%; } &lt;/style&gt; &lt;h3 id=&quot;tools-installed&quot;&gt;Tools installed&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Climate Analysis&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;c3s &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/climate/c3s/250554670f72&quot;&gt;250554670f72&lt;/a&gt;&lt;br /&gt;climate_stripes &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/climate/climate_stripes/c6f2435d680b&quot;&gt;c6f2435d680b&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h3 id=&quot;tools-updated&quot;&gt;Tools updated&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Annotation&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;snpeff &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/snpeff/cfcf33df7fc0&quot;&gt;cfcf33df7fc0&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Assembly&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;raven &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/raven/3edba9afc9bc&quot;&gt;3edba9afc9bc&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;FASTA/FASTQ&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;seqtk &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/seqtk/3da72230c066&quot;&gt;3da72230c066&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Metagenomic Analysis&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;metadegalaxy_phyloseq_deseq2 &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/qfabrepo/metadegalaxy_phyloseq_deseq2/7e24242ffa65&quot;&gt;7e24242ffa65&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;VCF/BCF&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;bcftools_annotate &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_annotate/2436e3bef247&quot;&gt;2436e3bef247&lt;/a&gt;&lt;br /&gt;bcftools_call &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_call/912a8ff07fc9&quot;&gt;912a8ff07fc9&lt;/a&gt;&lt;br /&gt;bcftools_cnv &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_cnv/4891338c6c54&quot;&gt;4891338c6c54&lt;/a&gt;&lt;br /&gt;bcftools_concat &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_concat/5ee777f9db23&quot;&gt;5ee777f9db23&lt;/a&gt;&lt;br /&gt;bcftools_consensus &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_consensus/92182c270ce4&quot;&gt;92182c270ce4&lt;/a&gt;&lt;br /&gt;bcftools_convert_from_vcf &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_convert_from_vcf/7cea7c7bf203&quot;&gt;7cea7c7bf203&lt;/a&gt;&lt;br /&gt;bcftools_convert_to_vcf &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_convert_to_vcf/c14b33ab15d8&quot;&gt;c14b33ab15d8&lt;/a&gt;&lt;br /&gt;bcftools_csq &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_csq/8899a6d50699&quot;&gt;8899a6d50699&lt;/a&gt;&lt;br /&gt;bcftools_filter &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_filter/abafcb875ba6&quot;&gt;abafcb875ba6&lt;/a&gt;&lt;br /&gt;bcftools_gtcheck &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_gtcheck/39810174657a&quot;&gt;39810174657a&lt;/a&gt;&lt;br /&gt;bcftools_isec &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_isec/9ece72700ca9&quot;&gt;9ece72700ca9&lt;/a&gt;&lt;br /&gt;bcftools_merge &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_merge/3e0e55c628b8&quot;&gt;3e0e55c628b8&lt;/a&gt;&lt;br /&gt;bcftools_mpileup &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_mpileup/ce9396ddcb2b&quot;&gt;ce9396ddcb2b&lt;/a&gt;&lt;br /&gt;bcftools_norm &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_norm/ff9e769ccd6c&quot;&gt;ff9e769ccd6c&lt;/a&gt;&lt;br /&gt;bcftools_plugin_counts &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_plugin_counts/28b35180900b&quot;&gt;28b35180900b&lt;/a&gt;&lt;br /&gt;bcftools_plugin_dosage &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_plugin_dosage/84cf4959145a&quot;&gt;84cf4959145a&lt;/a&gt;&lt;br /&gt;bcftools_plugin_fill_an_ac &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_plugin_fill_an_ac/79064be67dff&quot;&gt;79064be67dff&lt;/a&gt;&lt;br /&gt;bcftools_plugin_fill_tags &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_plugin_fill_tags/1fd34b10d28e&quot;&gt;1fd34b10d28e&lt;/a&gt;&lt;br /&gt;bcftools_plugin_fixploidy &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_plugin_fixploidy/d9f9294ccccc&quot;&gt;d9f9294ccccc&lt;/a&gt;&lt;br /&gt;bcftools_plugin_impute_info &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_plugin_impute_info/dcf130f10ca5&quot;&gt;dcf130f10ca5&lt;/a&gt;&lt;br /&gt;bcftools_plugin_mendelian &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_plugin_mendelian/ab7c07ed8726&quot;&gt;ab7c07ed8726&lt;/a&gt;&lt;br /&gt;bcftools_plugin_missing2ref &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_plugin_missing2ref/701e01819e52&quot;&gt;701e01819e52&lt;/a&gt;&lt;br /&gt;bcftools_plugin_setgt &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_plugin_setgt/bb3d20a58f5b&quot;&gt;bb3d20a58f5b&lt;/a&gt;&lt;br /&gt;bcftools_plugin_tag2tag &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_plugin_tag2tag/f272b8ba0983&quot;&gt;f272b8ba0983&lt;/a&gt;&lt;br /&gt;bcftools_query &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_query/3b1b51e1fcba&quot;&gt;3b1b51e1fcba&lt;/a&gt;&lt;br /&gt;bcftools_query_list_samples &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_query_list_samples/77e0bd62b554&quot;&gt;77e0bd62b554&lt;/a&gt;&lt;br /&gt;bcftools_reheader &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_reheader/b3b3c060962e&quot;&gt;b3b3c060962e&lt;/a&gt;&lt;br /&gt;bcftools_roh &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_roh/d80872078a09&quot;&gt;d80872078a09&lt;/a&gt;&lt;br /&gt;bcftools_view &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bcftools_view/1d1762860d7e&quot;&gt;1d1762860d7e&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</content><author><name></name></author><category term="tools" /><summary type="html"></summary></entry><entry><title type="html">Galaxy Australia tool updates 2021-10-13</title><link href="https://usegalaxy-au.github.io/posts/2021/10/13/tool-updates/" rel="alternate" type="text/html" title="Galaxy Australia tool updates 2021-10-13" /><published>2021-10-13T00:00:00+00:00</published><updated>2021-10-13T00:00:00+00:00</updated><id>https://usegalaxy-au.github.io/posts/2021/10/13/tool-updates</id><content type="html" xml:base="https://usegalaxy-au.github.io/posts/2021/10/13/tool-updates/">&lt;style&gt; table { width: 100%; margin: 10px 20px; } table th { display: none; } td { padding: 3px 5px; } tr td:nth-child(1) { vertical-align: top; width: 25%; } &lt;/style&gt; &lt;h3 id=&quot;tools-installed&quot;&gt;Tools installed&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Text Manipulation&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;gff3_rebase &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/gff3_rebase/238981ed43b7&quot;&gt;238981ed43b7&lt;/a&gt;, &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/gff3_rebase/f7ad5e69aa60&quot;&gt;f7ad5e69aa60&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h3 id=&quot;tools-updated&quot;&gt;Tools updated&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Assembly&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;hifiasm &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/hifiasm/045c7c3d8e59&quot;&gt;045c7c3d8e59&lt;/a&gt;&lt;br /&gt;meryl &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/meryl/eadfd71dde37&quot;&gt;eadfd71dde37&lt;/a&gt;&lt;br /&gt;purge_dups &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/purge_dups/a315c25dc813&quot;&gt;a315c25dc813&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;ChemicalToolBox&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;ambertools_acpype &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/ambertools_acpype/a0c154146234&quot;&gt;a0c154146234&lt;/a&gt;&lt;br /&gt;gmx_sim &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_sim/da8753545526&quot;&gt;da8753545526&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Graph/Display Data&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;circos &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/circos/7f13dc906cb9&quot;&gt;7f13dc906cb9&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Phylogenetics&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;hyphy_absrel &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/hyphy_absrel/26de3a7b1cb9&quot;&gt;26de3a7b1cb9&lt;/a&gt;&lt;br /&gt;hyphy_gard &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/hyphy_gard/45d39a499816&quot;&gt;45d39a499816&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Single-cell&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;scater_create_qcmetric_ready_sce &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/scater_create_qcmetric_ready_sce/b834074a9aff&quot;&gt;b834074a9aff&lt;/a&gt;&lt;br /&gt;scater_filter &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/scater_filter/7a365ec81b52&quot;&gt;7a365ec81b52&lt;/a&gt;&lt;br /&gt;scater_plot_dist_scatter &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/scater_plot_dist_scatter/81e5bdff4853&quot;&gt;81e5bdff4853&lt;/a&gt;&lt;br /&gt;scater_plot_pca &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/scater_plot_pca/9e5c0bb18d08&quot;&gt;9e5c0bb18d08&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</content><author><name></name></author><category term="tools" /><summary type="html"></summary></entry><entry><title type="html">October Galactic News!</title><link href="https://usegalaxy-au.github.io/posts/2021/10/10/galaxy-oct-news/" rel="alternate" type="text/html" title="October Galactic News!" /><published>2021-10-10T00:00:00+00:00</published><updated>2021-10-10T00:00:00+00:00</updated><id>https://usegalaxy-au.github.io/posts/2021/10/10/galaxy-oct-news</id><content type="html" xml:base="https://usegalaxy-au.github.io/posts/2021/10/10/galaxy-oct-news/">&lt;p&gt;The &lt;a href=&quot;https://galaxyproject.org/news/2021-10-galaxy-update/&quot;&gt;October 2021 Newsletter is here&lt;/a&gt;.&lt;/p&gt;</content><author><name></name></author><category term="galaxyproject" /><category term="galaxyaustralia" /><summary type="html">The October 2021 Newsletter is here.</summary></entry><entry><title type="html">Galaxy Australia tool updates 2021-10-05</title><link href="https://usegalaxy-au.github.io/posts/2021/10/05/tool-updates/" rel="alternate" type="text/html" title="Galaxy Australia tool updates 2021-10-05" /><published>2021-10-05T00:00:00+00:00</published><updated>2021-10-05T00:00:00+00:00</updated><id>https://usegalaxy-au.github.io/posts/2021/10/05/tool-updates</id><content type="html" xml:base="https://usegalaxy-au.github.io/posts/2021/10/05/tool-updates/">&lt;style&gt; table { width: 100%; margin: 10px 20px; } table th { display: none; } td { padding: 3px 5px; } tr td:nth-child(1) { vertical-align: top; width: 25%; } &lt;/style&gt; &lt;h3 id=&quot;tools-installed&quot;&gt;Tools installed&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;FASTA/FASTQ&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;berokka &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/berokka/f91f6054fca7&quot;&gt;f91f6054fca7&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h3 id=&quot;tools-updated&quot;&gt;Tools updated&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Annotation&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;infernal &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/infernal/c9e29ac5d099&quot;&gt;c9e29ac5d099&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Assembly&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;trycycler_cluster &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trycycler_cluster/6f4c8ad6ea01&quot;&gt;6f4c8ad6ea01&lt;/a&gt;&lt;br /&gt;trycycler_consensus &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trycycler_consensus/356afed970b4&quot;&gt;356afed970b4&lt;/a&gt;&lt;br /&gt;trycycler_partition &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trycycler_partition/ebd801e712bc&quot;&gt;ebd801e712bc&lt;/a&gt;&lt;br /&gt;trycycler_reconcile_msa &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trycycler_reconcile_msa/937ea677d437&quot;&gt;937ea677d437&lt;/a&gt;&lt;br /&gt;trycycler_subsample &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trycycler_subsample/cb4768eeca3b&quot;&gt;cb4768eeca3b&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;ChemicalToolBox&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;gmx_editconf &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_editconf/861b2487aaea&quot;&gt;861b2487aaea&lt;/a&gt;&lt;br /&gt;gmx_em &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_em/d532b7e5f64b&quot;&gt;d532b7e5f64b&lt;/a&gt;&lt;br /&gt;gmx_energy &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_energy/6dbf73a62977&quot;&gt;6dbf73a62977&lt;/a&gt;&lt;br /&gt;gmx_merge_topology_files &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_merge_topology_files/9389cd867cf2&quot;&gt;9389cd867cf2&lt;/a&gt;&lt;br /&gt;gmx_setup &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_setup/1d4dd4f908d4&quot;&gt;1d4dd4f908d4&lt;/a&gt;&lt;br /&gt;gmx_solvate &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_solvate/97b2c06ae168&quot;&gt;97b2c06ae168&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Metagenomic Analysis&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;metaphlan &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/metaphlan/ff8f55893e7d&quot;&gt;ff8f55893e7d&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Phylogenetics&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;pangolin &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/pangolin/fe3e8506112c&quot;&gt;fe3e8506112c&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;RNA-seq&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;stringtie &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stringtie/258d696dbd7e&quot;&gt;258d696dbd7e&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;SAM/BAM&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;sam_to_bam &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/sam_to_bam/1e69848b596f&quot;&gt;1e69848b596f&lt;/a&gt;&lt;br /&gt;samtools_view &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/samtools_view/350bbc5c2ffd&quot;&gt;350bbc5c2ffd&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</content><author><name></name></author><category term="tools" /><summary type="html"></summary></entry><entry><title type="html">Galaxy Australia tool updates 2021-09-29</title><link href="https://usegalaxy-au.github.io/posts/2021/09/29/tool-updates/" rel="alternate" type="text/html" title="Galaxy Australia tool updates 2021-09-29" /><published>2021-09-29T00:00:00+00:00</published><updated>2021-09-29T00:00:00+00:00</updated><id>https://usegalaxy-au.github.io/posts/2021/09/29/tool-updates</id><content type="html" xml:base="https://usegalaxy-au.github.io/posts/2021/09/29/tool-updates/">&lt;style&gt; table { width: 100%; margin: 10px 20px; } table th { display: none; } td { padding: 3px 5px; } tr td:nth-child(1) { vertical-align: top; width: 25%; } &lt;/style&gt; &lt;h3 id=&quot;tools-updated&quot;&gt;Tools updated&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Assembly&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;hifiasm &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/hifiasm/3f7be05a1597&quot;&gt;3f7be05a1597&lt;/a&gt;&lt;br /&gt;salsa &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/salsa/ab5b7f6b7198&quot;&gt;ab5b7f6b7198&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;ChemicalToolBox&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;natural_product_likeness &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/natural_product_likeness/6052dd3fa475&quot;&gt;6052dd3fa475&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Convert Formats&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;gffread &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/gffread/154d00cbbf2d&quot;&gt;154d00cbbf2d&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Phylogenetics&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;iqtree &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/iqtree/563c3aa769f2&quot;&gt;563c3aa769f2&lt;/a&gt;&lt;br /&gt;roary &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/roary/e88a7de55d6e&quot;&gt;e88a7de55d6e&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;SAM/BAM&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;bam_to_sam &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/bam_to_sam/10184eaa85fc&quot;&gt;10184eaa85fc&lt;/a&gt;&lt;br /&gt;samtools_bedcov &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/samtools_bedcov/46c6639921f1&quot;&gt;46c6639921f1&lt;/a&gt;&lt;br /&gt;samtools_calmd &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/samtools_calmd/c147e3a10573&quot;&gt;c147e3a10573&lt;/a&gt;&lt;br /&gt;samtools_fastx &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/samtools_fastx/720217c23995&quot;&gt;720217c23995&lt;/a&gt;&lt;br /&gt;samtools_flagstat &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/samtools_flagstat/fe34990e5ce7&quot;&gt;fe34990e5ce7&lt;/a&gt;&lt;br /&gt;samtools_idxstats &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/samtools_idxstats/7def34e6cf4d&quot;&gt;7def34e6cf4d&lt;/a&gt;&lt;br /&gt;samtools_merge &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/samtools_merge/8890e2d4c068&quot;&gt;8890e2d4c068&lt;/a&gt;&lt;br /&gt;samtools_mpileup &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/samtools_mpileup/111f83918fe6&quot;&gt;111f83918fe6&lt;/a&gt;&lt;br /&gt;samtools_phase &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/samtools_phase/1e5880498f52&quot;&gt;1e5880498f52&lt;/a&gt;&lt;br /&gt;samtools_reheader &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/samtools_reheader/bb8cfc6f6e0c&quot;&gt;bb8cfc6f6e0c&lt;/a&gt;&lt;br /&gt;samtools_slice_bam &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/samtools_slice_bam/344fc91e1bfd&quot;&gt;344fc91e1bfd&lt;/a&gt;&lt;br /&gt;samtools_sort &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/samtools_sort/6c2c1836728b&quot;&gt;6c2c1836728b&lt;/a&gt;&lt;br /&gt;samtools_split &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/samtools_split/5d9ae78f34d3&quot;&gt;5d9ae78f34d3&lt;/a&gt;&lt;br /&gt;samtools_stats &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/samtools_stats/e28839a4b932&quot;&gt;e28839a4b932&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Single-cell&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;anndata_import &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/anndata_import/499059586799&quot;&gt;499059586799&lt;/a&gt;&lt;br /&gt;scanpy_cluster_reduce_dimension &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/scanpy_cluster_reduce_dimension/aaa5da8e73a9&quot;&gt;aaa5da8e73a9&lt;/a&gt;&lt;br /&gt;scanpy_filter &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/scanpy_filter/b409c2486353&quot;&gt;b409c2486353&lt;/a&gt;&lt;br /&gt;scanpy_inspect &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/scanpy_inspect/c5d3684f7c4c&quot;&gt;c5d3684f7c4c&lt;/a&gt;&lt;br /&gt;scanpy_normalize &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/scanpy_normalize/ab55fe8030b6&quot;&gt;ab55fe8030b6&lt;/a&gt;&lt;br /&gt;scanpy_plot &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/scanpy_plot/aa0c474463c2&quot;&gt;aa0c474463c2&lt;/a&gt;&lt;br /&gt;scanpy_remove_confounders &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/scanpy_remove_confounders/bf2017df9837&quot;&gt;bf2017df9837&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</content><author><name></name></author><category term="tools" /><summary type="html"></summary></entry><entry><title type="html">Galaxy Australia tool updates 2021-09-21</title><link href="https://usegalaxy-au.github.io/posts/2021/09/21/tool-updates/" rel="alternate" type="text/html" title="Galaxy Australia tool updates 2021-09-21" /><published>2021-09-21T00:00:00+00:00</published><updated>2021-09-21T00:00:00+00:00</updated><id>https://usegalaxy-au.github.io/posts/2021/09/21/tool-updates</id><content type="html" xml:base="https://usegalaxy-au.github.io/posts/2021/09/21/tool-updates/">&lt;style&gt; table { width: 100%; margin: 10px 20px; } table th { display: none; } td { padding: 3px 5px; } tr td:nth-child(1) { vertical-align: top; width: 25%; } &lt;/style&gt; &lt;h3 id=&quot;tools-installed&quot;&gt;Tools installed&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;HCA Single-cell&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;scanpy_integrate_mnn &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_integrate_mnn/9a2f72d7dbd2&quot;&gt;9a2f72d7dbd2&lt;/a&gt;&lt;br /&gt;anndata_ops &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/anndata_ops/fe75d2414dc0&quot;&gt;fe75d2414dc0&lt;/a&gt;&lt;br /&gt;scanpy_compute_graph &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_compute_graph/7779b9dcf040&quot;&gt;7779b9dcf040&lt;/a&gt;&lt;br /&gt;scanpy_filter_cells &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_filter_cells/361608369dda&quot;&gt;361608369dda&lt;/a&gt;&lt;br /&gt;scanpy_filter_genes &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_filter_genes/23d838d1569d&quot;&gt;23d838d1569d&lt;/a&gt;&lt;br /&gt;scanpy_find_cluster &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_find_cluster/fc4b3b46dc9d&quot;&gt;fc4b3b46dc9d&lt;/a&gt;&lt;br /&gt;scanpy_find_markers &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_find_markers/0a8e527d1517&quot;&gt;0a8e527d1517&lt;/a&gt;&lt;br /&gt;scanpy_find_variable_genes &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_find_variable_genes/79da59a0b180&quot;&gt;79da59a0b180&lt;/a&gt;&lt;br /&gt;scanpy_integrate_bbknn &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_integrate_bbknn/9d76c3d6dff6&quot;&gt;9d76c3d6dff6&lt;/a&gt;&lt;br /&gt;scanpy_integrate_combat &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_integrate_combat/352cdf3b2f75&quot;&gt;352cdf3b2f75&lt;/a&gt;&lt;br /&gt;scanpy_integrate_harmony &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_integrate_harmony/6903bc865d63&quot;&gt;6903bc865d63&lt;/a&gt;&lt;br /&gt;scanpy_multiplet_scrublet &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_multiplet_scrublet/70cb0596ffef&quot;&gt;70cb0596ffef&lt;/a&gt;&lt;br /&gt;scanpy_normalise_data &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_normalise_data/28b1546857b0&quot;&gt;28b1546857b0&lt;/a&gt;&lt;br /&gt;scanpy_parameter_iterator &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_parameter_iterator/d4c9061c8fef&quot;&gt;d4c9061c8fef&lt;/a&gt;&lt;br /&gt;scanpy_plot_embed &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_plot_embed/1be0fc4d8654&quot;&gt;1be0fc4d8654&lt;/a&gt;&lt;br /&gt;scanpy_plot_scrublet &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_plot_scrublet/4a74b45c1ce4&quot;&gt;4a74b45c1ce4&lt;/a&gt;&lt;br /&gt;scanpy_plot_trajectory &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_plot_trajectory/d3df472a21dc&quot;&gt;d3df472a21dc&lt;/a&gt;&lt;br /&gt;scanpy_read_10x &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_read_10x/287503c35cb4&quot;&gt;287503c35cb4&lt;/a&gt;&lt;br /&gt;scanpy_regress_variable &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_regress_variable/d18ed15697bb&quot;&gt;d18ed15697bb&lt;/a&gt;&lt;br /&gt;scanpy_run_diffmap &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_run_diffmap/6a6364b488db&quot;&gt;6a6364b488db&lt;/a&gt;&lt;br /&gt;scanpy_run_dpt &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_run_dpt/12f67b0c1a94&quot;&gt;12f67b0c1a94&lt;/a&gt;&lt;br /&gt;scanpy_run_fdg &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_run_fdg/65c3ec07502b&quot;&gt;65c3ec07502b&lt;/a&gt;&lt;br /&gt;scanpy_run_paga &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_run_paga/6d4f88995e40&quot;&gt;6d4f88995e40&lt;/a&gt;&lt;br /&gt;scanpy_run_pca &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_run_pca/0cf90e01d9f8&quot;&gt;0cf90e01d9f8&lt;/a&gt;&lt;br /&gt;scanpy_run_tsne &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_run_tsne/3fb53f5e46ea&quot;&gt;3fb53f5e46ea&lt;/a&gt;&lt;br /&gt;scanpy_run_umap &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_run_umap/767a675b5254&quot;&gt;767a675b5254&lt;/a&gt;&lt;br /&gt;scanpy_scale_data &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/ebi-gxa/scanpy_scale_data/e2d0dc8a50ca&quot;&gt;e2d0dc8a50ca&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h3 id=&quot;tools-updated&quot;&gt;Tools updated&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Assembly&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;metaspades &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/nml/metaspades/3ca2d2a9068c&quot;&gt;3ca2d2a9068c&lt;/a&gt;&lt;br /&gt;spades &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/nml/spades/b7829778729f&quot;&gt;b7829778729f&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;ChemicalToolBox&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;ambertools_acpype &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/ambertools_acpype/da6bd1975a71&quot;&gt;da6bd1975a71&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Nanopore&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;medaka_consensus &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/medaka_consensus/fa11aa8103b2&quot;&gt;fa11aa8103b2&lt;/a&gt;&lt;br /&gt;medaka_consensus_pipeline &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/medaka_consensus_pipeline/0e9e7fcdd543&quot;&gt;0e9e7fcdd543&lt;/a&gt;&lt;br /&gt;medaka_variant &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/medaka_variant/0f5f4a208660&quot;&gt;0f5f4a208660&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</content><author><name></name></author><category term="tools" /><summary type="html"></summary></entry><entry><title type="html">Galaxy Australia tool updates 2021-09-14</title><link href="https://usegalaxy-au.github.io/posts/2021/09/14/tool-updates/" rel="alternate" type="text/html" title="Galaxy Australia tool updates 2021-09-14" /><published>2021-09-14T00:00:00+00:00</published><updated>2021-09-14T00:00:00+00:00</updated><id>https://usegalaxy-au.github.io/posts/2021/09/14/tool-updates</id><content type="html" xml:base="https://usegalaxy-au.github.io/posts/2021/09/14/tool-updates/">&lt;style&gt; table { width: 100%; margin: 10px 20px; } table th { display: none; } td { padding: 3px 5px; } tr td:nth-child(1) { vertical-align: top; width: 25%; } &lt;/style&gt; &lt;h3 id=&quot;tools-installed&quot;&gt;Tools installed&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Assembly&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;abyss &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/abyss/fa5259cc561b&quot;&gt;fa5259cc561b&lt;/a&gt;, &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/abyss/0e93176640ac&quot;&gt;0e93176640ac&lt;/a&gt;&lt;br /&gt;raven &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/raven/33b7d8481a76&quot;&gt;33b7d8481a76&lt;/a&gt;, &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/raven/f8564b2d7f63&quot;&gt;f8564b2d7f63&lt;/a&gt;&lt;br /&gt;shasta &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/shasta/60573349e9ae&quot;&gt;60573349e9ae&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;MiModD&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;mimodd_aln &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/wolma/mimodd_aln/dee617b27094&quot;&gt;dee617b27094&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;RNA-seq&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;circexplorer &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/circexplorer/c3b5869b95fd&quot;&gt;c3b5869b95fd&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Send Data&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;ena_upload &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/ena_upload/59bb6d34fca6&quot;&gt;59bb6d34fca6&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h3 id=&quot;tools-updated&quot;&gt;Tools updated&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Annotation&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;snpsift &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/snpsift/5fab4f81391d&quot;&gt;5fab4f81391d&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Assembly&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;meryl &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/meryl/5ae3496f9ca3&quot;&gt;5ae3496f9ca3&lt;/a&gt;&lt;br /&gt;bandage &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bandage/d8b1027d6ce0&quot;&gt;d8b1027d6ce0&lt;/a&gt;&lt;br /&gt;pretext_map &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/pretext_map/d256a51a656b&quot;&gt;d256a51a656b&lt;/a&gt;&lt;br /&gt;racon &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/racon/7c847ec300b8&quot;&gt;7c847ec300b8&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;BED&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;bedtools &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bedtools/a68aa6c1204a&quot;&gt;a68aa6c1204a&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;FASTA/FASTQ&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;umi_tools_count &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/umi_tools_count/e654095ab143&quot;&gt;e654095ab143&lt;/a&gt;&lt;br /&gt;umi_tools_extract &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/umi_tools_extract/27ac32a22ad2&quot;&gt;27ac32a22ad2&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;FASTQ Quality Control&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;fastqc &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/fastqc/3d0c7bdf12f5&quot;&gt;3d0c7bdf12f5&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Mapping&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;rna_starsolo &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/rna_starsolo/eec9494fdafa&quot;&gt;eec9494fdafa&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Nanopore&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;medaka_consensus &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/medaka_consensus/9f70e869f61e&quot;&gt;9f70e869f61e&lt;/a&gt;&lt;br /&gt;medaka_consensus_pipeline &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/medaka_consensus_pipeline/8dfe8a52346f&quot;&gt;8dfe8a52346f&lt;/a&gt;&lt;br /&gt;medaka_variant &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/medaka_variant/2bf63b38ee9b&quot;&gt;2bf63b38ee9b&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Phylogenetics&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;iqtree &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/iqtree/b8476e82ac20&quot;&gt;b8476e82ac20&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Proteomics&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;cardinal_data_exporter &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/galaxyp/cardinal_data_exporter/be5d1c3c51e5&quot;&gt;be5d1c3c51e5&lt;/a&gt;&lt;br /&gt;cardinal_filtering &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/galaxyp/cardinal_filtering/105056844497&quot;&gt;105056844497&lt;/a&gt;&lt;br /&gt;cardinal_preprocessing &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/galaxyp/cardinal_preprocessing/accf9fb6ea01&quot;&gt;accf9fb6ea01&lt;/a&gt;&lt;br /&gt;cardinal_quality_report &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/galaxyp/cardinal_quality_report/23d0394b5908&quot;&gt;23d0394b5908&lt;/a&gt;&lt;br /&gt;cardinal_segmentations &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/galaxyp/cardinal_segmentations/5279bc051339&quot;&gt;5279bc051339&lt;/a&gt;&lt;br /&gt;cardinal_spectra_plots &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/galaxyp/cardinal_spectra_plots/d333733dd571&quot;&gt;d333733dd571&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;RNA-seq&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;describe_samples &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/describe_samples/46a4d8115515&quot;&gt;46a4d8115515&lt;/a&gt;&lt;br /&gt;rgrnastar &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/rgrnastar/4074fc1940e2&quot;&gt;4074fc1940e2&lt;/a&gt;&lt;br /&gt;trinity &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trinity/48636f857c4b&quot;&gt;48636f857c4b&lt;/a&gt;&lt;br /&gt;trinity_abundance_estimates_to_matrix &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trinity_abundance_estimates_to_matrix/2e21a7c28b38&quot;&gt;2e21a7c28b38&lt;/a&gt;&lt;br /&gt;trinity_align_and_estimate_abundance &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trinity_align_and_estimate_abundance/6c20d62180af&quot;&gt;6c20d62180af&lt;/a&gt;&lt;br /&gt;trinity_analyze_diff_expr &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trinity_analyze_diff_expr/29b50af3e07c&quot;&gt;29b50af3e07c&lt;/a&gt;&lt;br /&gt;trinity_contig_exn50_statistic &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trinity_contig_exn50_statistic/34840e9c79b0&quot;&gt;34840e9c79b0&lt;/a&gt;&lt;br /&gt;trinity_define_clusters_by_cutting_tree &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trinity_define_clusters_by_cutting_tree/718a5b66395e&quot;&gt;718a5b66395e&lt;/a&gt;&lt;br /&gt;trinity_filter_low_expr_transcripts &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trinity_filter_low_expr_transcripts/17101429bf0d&quot;&gt;17101429bf0d&lt;/a&gt;&lt;br /&gt;trinity_gene_to_trans_map &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trinity_gene_to_trans_map/318fd1a0646d&quot;&gt;318fd1a0646d&lt;/a&gt;&lt;br /&gt;trinity_run_de_analysis &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trinity_run_de_analysis/3bff7c3cf63c&quot;&gt;3bff7c3cf63c&lt;/a&gt;&lt;br /&gt;trinity_samples_qccheck &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/trinity_samples_qccheck/b58468eb4e64&quot;&gt;b58468eb4e64&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;iVar&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;ivar_trim &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/ivar_trim/c092052ed673&quot;&gt;c092052ed673&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</content><author><name></name></author><category term="tools" /><summary type="html"></summary></entry><entry><title type="html">Galaxy Australia tool updates 2021-09-07</title><link href="https://usegalaxy-au.github.io/posts/2021/09/07/tool-updates/" rel="alternate" type="text/html" title="Galaxy Australia tool updates 2021-09-07" /><published>2021-09-07T00:00:00+00:00</published><updated>2021-09-07T00:00:00+00:00</updated><id>https://usegalaxy-au.github.io/posts/2021/09/07/tool-updates</id><content type="html" xml:base="https://usegalaxy-au.github.io/posts/2021/09/07/tool-updates/">&lt;style&gt; table { width: 100%; margin: 10px 20px; } table th { display: none; } td { padding: 3px 5px; } tr td:nth-child(1) { vertical-align: top; width: 25%; } &lt;/style&gt; &lt;h3 id=&quot;tools-installed&quot;&gt;Tools installed&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Other Tools&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;pubmed_by_queries &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/pubmed_by_queries/02e46a96e98a&quot;&gt;02e46a96e98a&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h3 id=&quot;tools-updated&quot;&gt;Tools updated&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Section&lt;/th&gt; &lt;th&gt;Tool&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Annotation&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;augustus &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/augustus/28433faa6e42&quot;&gt;28433faa6e42&lt;/a&gt;&lt;br /&gt;augustus_training &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/augustus_training/dc027fa56d55&quot;&gt;dc027fa56d55&lt;/a&gt;&lt;br /&gt;tbprofiler &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/tbprofiler/809dfc93d593&quot;&gt;809dfc93d593&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Assembly&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;bellerophon &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bellerophon/25ca5d73aedf&quot;&gt;25ca5d73aedf&lt;/a&gt;&lt;br /&gt;pretext_map &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/pretext_map/8fef980d48b5&quot;&gt;8fef980d48b5&lt;/a&gt;&lt;br /&gt;racon &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/racon/cd06929b224b&quot;&gt;cd06929b224b&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;BED&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;bedtools &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/bedtools/3e38c9b3214f&quot;&gt;3e38c9b3214f&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;ChemicalToolBox&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;gmx_sim &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/chemteam/gmx_sim/73008ef1f487&quot;&gt;73008ef1f487&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Get Data&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;sra_tools &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/sra_tools/83c7d564b128&quot;&gt;83c7d564b128&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Machine Learning&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;keras_model_builder &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/keras_model_builder/5b35833076f0&quot;&gt;5b35833076f0&lt;/a&gt;&lt;br /&gt;keras_model_config &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/keras_model_config/2b8d85927742&quot;&gt;2b8d85927742&lt;/a&gt;&lt;br /&gt;keras_train_and_eval &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/keras_train_and_eval/470aed90aa41&quot;&gt;470aed90aa41&lt;/a&gt;&lt;br /&gt;ml_visualization_ex &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/ml_visualization_ex/e88c782a127d&quot;&gt;e88c782a127d&lt;/a&gt;&lt;br /&gt;model_prediction &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/model_prediction/1e088aa741eb&quot;&gt;1e088aa741eb&lt;/a&gt;&lt;br /&gt;sklearn_ensemble &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/sklearn_ensemble/407495139a09&quot;&gt;407495139a09&lt;/a&gt;&lt;br /&gt;sklearn_generalized_linear &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/sklearn_generalized_linear/c9969328b42f&quot;&gt;c9969328b42f&lt;/a&gt;&lt;br /&gt;sklearn_searchcv &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/sklearn_searchcv/f0d2e8a3c575&quot;&gt;f0d2e8a3c575&lt;/a&gt;&lt;br /&gt;sklearn_svm_classifier &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/sklearn_svm_classifier/f458724cc317&quot;&gt;f458724cc317&lt;/a&gt;&lt;br /&gt;sklearn_to_categorical &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/sklearn_to_categorical/612ca26c197d&quot;&gt;612ca26c197d&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Phylogenetics&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;iqtree &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/iqtree/f58a10e2e46d&quot;&gt;f58a10e2e46d&lt;/a&gt;&lt;br /&gt;pangolin &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/pangolin/3a43c3982401&quot;&gt;3a43c3982401&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Proteomics&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;cardinal_classification &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/galaxyp/cardinal_classification/eddc2ae2db80&quot;&gt;eddc2ae2db80&lt;/a&gt;&lt;br /&gt;cardinal_combine &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/galaxyp/cardinal_combine/aad328eb6c0f&quot;&gt;aad328eb6c0f&lt;/a&gt;&lt;br /&gt;cardinal_mz_images &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/galaxyp/cardinal_mz_images/5629069fca8f&quot;&gt;5629069fca8f&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;RAD-seq&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;stacks2_clonefilter &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_clonefilter/e345aadf914f&quot;&gt;e345aadf914f&lt;/a&gt;&lt;br /&gt;stacks2_cstacks &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_cstacks/0345dbaaa79b&quot;&gt;0345dbaaa79b&lt;/a&gt;&lt;br /&gt;stacks2_denovomap &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_denovomap/405a212b32ab&quot;&gt;405a212b32ab&lt;/a&gt;&lt;br /&gt;stacks2_gstacks &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_gstacks/7370bb65bad4&quot;&gt;7370bb65bad4&lt;/a&gt;&lt;br /&gt;stacks2_kmerfilter &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_kmerfilter/c9b77ced9a78&quot;&gt;c9b77ced9a78&lt;/a&gt;&lt;br /&gt;stacks2_populations &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_populations/7b881f5f5ad5&quot;&gt;7b881f5f5ad5&lt;/a&gt;&lt;br /&gt;stacks2_procrad &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_procrad/9a171f9a450b&quot;&gt;9a171f9a450b&lt;/a&gt;&lt;br /&gt;stacks2_refmap &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_refmap/5e10f396979e&quot;&gt;5e10f396979e&lt;/a&gt;&lt;br /&gt;stacks2_shortreads &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_shortreads/17d39bf0a63a&quot;&gt;17d39bf0a63a&lt;/a&gt;&lt;br /&gt;stacks2_sstacks &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_sstacks/d9bf483266a1&quot;&gt;d9bf483266a1&lt;/a&gt;&lt;br /&gt;stacks2_tsv2bam &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_tsv2bam/69842dd5aa48&quot;&gt;69842dd5aa48&lt;/a&gt;&lt;br /&gt;stacks2_ustacks &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/stacks2_ustacks/8a35a3bc6752&quot;&gt;8a35a3bc6752&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;RNA-seq&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;cuffmerge &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/cuffmerge/86285ddd4512&quot;&gt;86285ddd4512&lt;/a&gt;&lt;br /&gt;featurecounts &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/featurecounts/7db9d3ea71c9&quot;&gt;7db9d3ea71c9&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Statistics&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;sklearn_build_pipeline &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/sklearn_build_pipeline/3f25f37ee3db&quot;&gt;3f25f37ee3db&lt;/a&gt;&lt;br /&gt;sklearn_estimator_attributes &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/sklearn_estimator_attributes/5ae00d2908f2&quot;&gt;5ae00d2908f2&lt;/a&gt;&lt;br /&gt;sklearn_nn_classifier &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/sklearn_nn_classifier/309cc7c6af56&quot;&gt;309cc7c6af56&lt;/a&gt;&lt;br /&gt;sklearn_numeric_clustering &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/bgruening/sklearn_numeric_clustering/e13a7c05b3a4&quot;&gt;e13a7c05b3a4&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Text Manipulation&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;filter_tabular &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/filter_tabular/4d5aae46f850&quot;&gt;4d5aae46f850&lt;/a&gt;&lt;br /&gt;query_tabular &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/query_tabular/cf34c344508d&quot;&gt;cf34c344508d&lt;/a&gt;&lt;br /&gt;sqlite_to_tabular &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/sqlite_to_tabular/c29d2f80a066&quot;&gt;c29d2f80a066&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;VCF/BCF&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;vcfsort &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/devteam/vcfsort/dd44c3f416c3&quot;&gt;dd44c3f416c3&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Variant Calling&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;tb_variant_filter &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/tb_variant_filter/e7aff4a85df5&quot;&gt;e7aff4a85df5&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;iVar&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;ivar_consensus &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/ivar_consensus/731182d54f78&quot;&gt;731182d54f78&lt;/a&gt;&lt;br /&gt;ivar_filtervariants &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/ivar_filtervariants/47a27906d750&quot;&gt;47a27906d750&lt;/a&gt;&lt;br /&gt;ivar_removereads &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/ivar_removereads/8d36959b000d&quot;&gt;8d36959b000d&lt;/a&gt;&lt;br /&gt;ivar_variants &lt;a href=&quot;https://toolshed.g2.bx.psu.edu/view/iuc/ivar_variants/3888bbe7a9ca&quot;&gt;3888bbe7a9ca&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</content><author><name></name></author><category term="tools" /><summary type="html"></summary></entry><entry><title type="html">Galaxy Australia updated to 21.05</title><link href="https://usegalaxy-au.github.io/posts/2021/08/24/galaxy-21-05/" rel="alternate" type="text/html" title="Galaxy Australia updated to 21.05" /><published>2021-08-24T00:00:00+00:00</published><updated>2021-08-24T00:00:00+00:00</updated><id>https://usegalaxy-au.github.io/posts/2021/08/24/galaxy-21-05</id><content type="html" xml:base="https://usegalaxy-au.github.io/posts/2021/08/24/galaxy-21-05/"></content><author><name></name></author><category term="galaxy" /><category term="release" /><summary type="html"></summary></entry></feed>
96.794473
4,446
0.715081
a43641b7baf2bab2e4f166a5f12005e4015c128a
13,736
xml
XML
src/org/openbravo/erpCommon/ad_reports/ReportProductionCostSubreport.xml
eid101/InjazErp
6d7c69a9d3a6023e093ab0d7b356983fdee1e4c8
[ "Apache-2.0" ]
null
null
null
src/org/openbravo/erpCommon/ad_reports/ReportProductionCostSubreport.xml
eid101/InjazErp
6d7c69a9d3a6023e093ab0d7b356983fdee1e4c8
[ "Apache-2.0" ]
null
null
null
src/org/openbravo/erpCommon/ad_reports/ReportProductionCostSubreport.xml
eid101/InjazErp
6d7c69a9d3a6023e093ab0d7b356983fdee1e4c8
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!-- ************************************************************************* * The contents of this file are subject to the Openbravo Public License * Version 1.1 (the "License"), being the Mozilla Public License * Version 1.1 with a permitted attribution clause; you may not use this * file except in compliance with the License. You may obtain a copy of * the License at http://www.openbravo.com/legal/license.html * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the * License for the specific language governing rights and limitations * under the License. * The Original Code is Openbravo ERP. * The Initial Developer of the Original Code is Openbravo SLU * All portions are Copyright (C) 2001-2012 Openbravo SLU * All Rights Reserved. * Contributor(s): ______________________________________. ************************************************************************ --> <REPORT> <template file="ReportProductionCostSubreport.srpt"/> <PARAMETER name="param2" id="param2" default="2"/> <structure name="structureMaterial"> <FIELD id="fieldLevelBlanckMaterial" attribute="width" replace="xx">levelBlanck</FIELD> <FIELD id="fieldLevelNameMaterial" attribute="width" replace="jj">levelName</FIELD> <FIELD id="fieldNameMaterial">name</FIELD> <FIELD id="fieldIdMaterial" attribute="onClick" replace="xx">id</FIELD> <FIELD id="fieldIdMaterial" attribute="onClick" replace="yy">identifier</FIELD> <FIELD id="fieldIdMaterial" attribute="onClick" replace="zz">levelid</FIELD> <FIELD id="fieldConsumedPerUnitMaterial" format="euroInform">consumedPerUnit</FIELD> <FIELD id="fieldCostPerUnitMaterial" format="euroInform">costPerUnit</FIELD> <FIELD id="fieldConsumedPerUnitStdMaterial" format="euroInform">consumedPerUnitStd</FIELD> <FIELD id="fieldCostPerUnitStdMaterial" format="euroInform">costPerUnitStd</FIELD> <FIELD id="fieldRealCostMaterial" format="euroInform">realunitcost</FIELD> <FIELD id="fieldStandardCostMaterial" format="euroInform">standarunitcost</FIELD> <FIELD id="fieldLevelId">levelid</FIELD> <FUNCTION id="fieldLevelMaterial" name="MODULE" arg1="fieldLevelId" arg2="param2" format="integerEdition" attribute="class" replace="1"/> <!--FIELD id="fieldLevelNameMaterial" attribute="class">className</FIELD> <FIELD id="fieldConsumedPerUnitMaterial" attribute="class">className</FIELD> <FIELD id="fieldCostPerUnitMaterial" attribute="class">className</FIELD> <FIELD id="fieldConsumedPerUnitStdMaterial" attribute="class">className</FIELD> <FIELD id="fieldCostPerUnitStdMaterial" attribute="class">className</FIELD> <FIELD id="fieldRealCostMaterial" attribute="class">className</FIELD> <FIELD id="fieldStandardCostMaterial" attribute="class">className</FIELD--> <FIELD id="buttonTreexyz" attribute="class">buttonClass</FIELD> <FIELD id="buttonTreexyz" attribute="id" replace="xyz">identifier</FIELD> <FIELD id="returnTextxyz" attribute="id" replace="xyz">identifier</FIELD> <!--FUNCTION id="fieldRealCostMaterial" name="MULTIPLY" arg1="fieldConsumedPerUnitMaterial" arg2="fieldCostPerUnitMaterial" format="euroInform"/> <FUNCTION id="fieldStandardCostMaterial" name="MULTIPLY" arg1="fieldConsumedPerUnitStdMaterial" arg2="fieldCostPerUnitStdMaterial" format="euroInform"/> <FUNCTION id="fieldRealConsumedMaterialAux" name="SUM" attribute="value" format="euroInform">consumedPerUnit</FUNCTION> <FUNCTION id="fieldRealCostMaterialAux" name="SUM" attribute="value" format="euroInform">costPerUnit</FUNCTION> <FUNCTION id="fieldStandardConsumedMaterialAux" name="SUM" attribute="value" format="euroInform">consumedPerUnitStd</FUNCTION> <FUNCTION id="fieldStandardCostMaterialAux" name="SUM" attribute="value" format="euroInform">costPerUnitStd</FUNCTION--> <SECTION id="sectionMaterial"/> </structure> <structure name="structureMachine"> <FIELD id="fieldLevelBlanckMachine" attribute="width" replace="xx">levelBlanck</FIELD> <FIELD id="fieldLevelNameMachine" attribute="width" replace="jj">levelName</FIELD> <FIELD id="fieldNameMachine">name</FIELD> <FIELD id="fieldIdMachine" attribute="value">id</FIELD> <FIELD id="fieldRealCostMachine" format="euroInform">costPerUnit</FIELD> <FIELD id="fieldStandardCostMachine" format="euroInform">costPerUnitStd</FIELD> <FIELD id="fieldLevelId">levelid</FIELD> <FUNCTION id="fieldLevelMachine" name="MODULE" arg1="fieldLevelId" arg2="param2" format="integerEdition" attribute="class" replace="1"/> <!--FIELD id="fieldLevelNameMachine" attribute="class">className</FIELD> <FIELD id="fieldConsumedPerUnitMachine" attribute="class">className</FIELD> <FIELD id="fieldCostPerUnitMachine" attribute="class">className</FIELD> <FIELD id="fieldConsumedPerUnitStdMachine" attribute="class">className</FIELD> <FIELD id="fieldCostPerUnitStdMachine" attribute="class">className</FIELD> <FIELD id="fieldRealCostMachine" attribute="class">className</FIELD> <FIELD id="fieldStandardCostMachine" attribute="class">className</FIELD <FIELD id="buttonTreeMachinezxy" attribute="class">buttonClass</FIELD> <FIELD id="buttonTreeMachinezxy" attribute="id" replace="zxy">id</FIELD> <FIELD id="returnTextMachinezxy" attribute="id" replace="zxy">id</FIELD--> <!--FUNCTION id="fieldRealCostMachine" name="MULTIPLY" arg1="fieldConsumedPerUnitMachine" arg2="fieldCostPerUnitMachine" format="euroInform"/> <FUNCTION id="fieldStandardCostMachine" name="MULTIPLY" arg1="fieldConsumedPerUnitStdMachine" arg2="fieldCostPerUnitStdMachine" format="euroInform"/> <FUNCTION id="fieldRealCostMachineAux1" name="SUM">consumedPerUnit</FIELD> <FUNCTION id="fieldRealCostMachineAux2" name="SUM">costPerUnit</FIELD> <FUNCTION id="fieldRealCostMachineAux3" name="SUM">consumedPerUnitStd</FIELD> <FUNCTION id="fieldRealCostMachineAux4" name="SUM">costPerUnitStd</FIELD> <FUNCTION id="fieldRealCostMachineTotal" name="MULTIPLY" arg1="fieldRealCostMachineAux1" arg2="fieldRealCostMachineAux2"/> <FUNCTION id="fieldStandardCostMachineTotal" name="MULTIPLY" arg1="fieldRealCostMachineAux3" arg2="fieldRealCostMachineAux4"/--> <SECTION id="sectionMachine"/> </structure> <structure name="structureIndirect"> <FIELD id="fieldLevelBlanckIndirect" attribute="width" replace="xx">levelBlanck</FIELD> <FIELD id="fieldLevelNameIndirect" attribute="width" replace="jj">levelName</FIELD> <FIELD id="fieldNameIndirect">name</FIELD> <FIELD id="fieldIdIndirect" attribute="value">id</FIELD> <FIELD id="fieldRealCostIndirect" format="euroInform">costPerUnit</FIELD> <FIELD id="fieldStandardCostIndirect" format="euroInform">costPerUnitStd</FIELD> <FIELD id="fieldLevelId">levelid</FIELD> <FUNCTION id="fieldLevelIndirect" name="MODULE" arg1="fieldLevelId" arg2="param2" format="integerEdition" attribute="class" replace="1"/> <!--FIELD id="fieldLevelNameIndirect" attribute="class">className</FIELD> <FIELD id="fieldConsumedPerUnitIndirect" attribute="class">className</FIELD> <FIELD id="fieldCostPerUnitIndirect" attribute="class">className</FIELD> <FIELD id="fieldConsumedPerUnitStdIndirect" attribute="class">className</FIELD> <FIELD id="fieldCostPerUnitStdIndirect" attribute="class">className</FIELD> <FIELD id="fieldRealCostIndirect" attribute="class">className</FIELD> <FIELD id="fieldStandardCostIndirect" attribute="class">className</FIELD--> <!--FIELD id="buttonTreeIndirectjpq" attribute="class">buttonClass</FIELD> <FIELD id="buttonTreeIndirectjpq" attribute="id" replace="jpq">id</FIELD> <FIELD id="returnTextIndirectjpq" attribute="id" replace="jpq">id</FIELD--> <!--FUNCTION id="fieldRealCostIndirect" name="MULTIPLY" arg1="fieldConsumedPerUnitIndirect" arg2="fieldCostPerUnitIndirect" format="euroInform"/> <FUNCTION id="fieldStandardCostIndirect" name="MULTIPLY" arg1="fieldConsumedPerUnitStdIndirect" arg2="fieldCostPerUnitStdIndirect" format="euroInform"/> <FUNCTION id="fieldRealCostIndirectAux1" name="SUM">consumedPerUnit</FIELD> <FUNCTION id="fieldRealCostIndirectAux2" name="SUM">costPerUnit</FIELD> <FUNCTION id="fieldRealCostIndirectAux3" name="SUM">consumedPerUnitStd</FIELD> <FUNCTION id="fieldRealCostIndirectAux4" name="SUM">costPerUnitStd</FIELD> <FUNCTION id="fieldRealCostIndirectTotal" name="MULTIPLY" arg1="fieldRealCostIndirectAux1" arg2="fieldRealCostIndirectAux2"/> <FUNCTION id="fieldStandardCostIndirectTotal" name="MULTIPLY" arg1="fieldRealCostIndirectAux3" arg2="fieldRealCostIndirectAux4"/--> <SECTION id="sectionIndirect"/> </structure> <structure name="structureEmployee"> <FIELD id="fieldLevelBlanckEmployee" attribute="width" replace="xx">levelBlanck</FIELD> <FIELD id="fieldLevelNameEmployee" attribute="width" replace="jj">levelName</FIELD> <FIELD id="fieldNameEmployee">name</FIELD> <FIELD id="fieldIdEmployee" attribute="value">id</FIELD> <FIELD id="fieldRealCostEmployee" format="euroInform">costPerUnit</FIELD> <FIELD id="fieldStandardCostEmployee" format="euroInform">costPerUnitStd</FIELD> <FIELD id="fieldLevelId">levelid</FIELD> <!--FUNCTION id="funcLevelEmployee" name="MODULE" arg1="fieldLevelId" arg2="param2" format="integerEdition" attribute="class" replace="1"/--> <!--FIELD id="fieldLevelNameEmployee" attribute="class">className</FIELD> <FIELD id="fieldConsumedPerUnitEmployee" attribute="class">className</FIELD> <FIELD id="fieldCostPerUnitEmployee" attribute="class">className</FIELD> <FIELD id="fieldConsumedPerUnitStdEmployee" attribute="class">className</FIELD> <FIELD id="fieldCostPerUnitStdEmployee" attribute="class">className</FIELD> <FIELD id="fieldRealCostEmployee" attribute="class">className</FIELD> <FIELD id="fieldStandardCostEmployee" attribute="class">className</FIELD--> <!--FIELD id="buttonTreeEmployeejhq" attribute="class">buttonClass</FIELD> <FIELD id="buttonTreeEmployeejhq" attribute="id" replace="jhq">id</FIELD> <FIELD id="returnTextEmployeejhq" attribute="id" replace="jhq">id</FIELD--> <!--FUNCTION id="fieldRealCostEmployee" name="MULTIPLY" arg1="fieldConsumedPerUnitEmployee" arg2="fieldCostPerUnitEmployee" format="euroInform"/> <FUNCTION id="fieldStandardCostEmployee" name="MULTIPLY" arg1="fieldConsumedPerUnitStdEmployee" arg2="fieldCostPerUnitStdEmployee" format="euroInform"/> <FUNCTION id="fieldRealCostEmployeeAux1" name="SUM">consumedPerUnit</FIELD> <FUNCTION id="fieldRealCostEmployeeAux2" name="SUM">costPerUnit</FIELD> <FUNCTION id="fieldRealCostEmployeeAux3" name="SUM">consumedPerUnitStd</FIELD> <FUNCTION id="fieldRealCostEmployeeAux4" name="SUM">costPerUnitStd</FIELD> <FUNCTION id="fieldRealCostEmployeeTotal" name="MULTIPLY" arg1="fieldRealCostEmployeeAux1" arg2="fieldRealCostEmployeeAux2"/> <FUNCTION id="fieldStandardCostEmployeeTotal" name="MULTIPLY" arg1="fieldRealCostEmployeeAux3" arg2="fieldRealCostEmployeeAux4"/--> <SECTION id="sectionEmployee"/> </structure> <structure name="structureCostCenter"> <FIELD id="fieldLevelBlanckCostCenter" attribute="width" replace="xx">levelBlanck</FIELD> <FIELD id="fieldLevelNameCostCenter" attribute="width" replace="jj">levelName</FIELD> <FIELD id="fieldNameCostCenter">name</FIELD> <FIELD id="fieldIdCostCenter" attribute="value">id</FIELD> <FIELD id="fieldRealCostCostCenter" format="euroInform">costPerUnit</FIELD> <FIELD id="fieldStandardCostCostCenter" format="euroInform">costPerUnitStd</FIELD> <FIELD id="fieldLevelId">levelid</FIELD> <!--FUNCTION id="funcLevelCostCenter" name="MODULE" arg1="fieldLevelId" arg2="param2" format="integerEdition" attribute="class" replace="1"/--> <!--FIELD id="fieldLevelNameCostCenter" attribute="class">className</FIELD> <FIELD id="fieldConsumedPerUnitCostCenter" attribute="class">className</FIELD> <FIELD id="fieldCostPerUnitCostCenter" attribute="class">className</FIELD> <FIELD id="fieldConsumedPerUnitStdCostCenter" attribute="class">className</FIELD> <FIELD id="fieldCostPerUnitStdCostCenter" attribute="class">className</FIELD> <FIELD id="fieldRealCostCostCenter" attribute="class">className</FIELD> <FIELD id="fieldStandardCostCostCenter" attribute="class">className</FIELD--> <!--FIELD id="buttonTreeCostCenterjhq" attribute="class">buttonClass</FIELD> <FIELD id="buttonTreeCostCenterjhq" attribute="id" replace="jhq">id</FIELD> <FIELD id="returnTextCostCenterjhq" attribute="id" replace="jhq">id</FIELD--> <!--FUNCTION id="fieldRealCostCostCenter" name="MULTIPLY" arg1="fieldConsumedPerUnitCostCenter" arg2="fieldCostPerUnitCostCenter" format="euroInform"/> <FUNCTION id="fieldStandardCostCostCenter" name="MULTIPLY" arg1="fieldConsumedPerUnitStdCostCenter" arg2="fieldCostPerUnitStdCostCenter" format="euroInform"/> <FUNCTION id="fieldRealCostCostCenterAux1" name="SUM">consumedPerUnit</FIELD> <FUNCTION id="fieldRealCostCostCenterAux2" name="SUM">costPerUnit</FIELD> <FUNCTION id="fieldRealCostCostCenterAux3" name="SUM">consumedPerUnitStd</FIELD> <FUNCTION id="fieldRealCostCostCenterAux4" name="SUM">costPerUnitStd</FIELD> <FUNCTION id="fieldRealCostCostCenterTotal" name="MULTIPLY" arg1="fieldRealCostCostCenterAux1" arg2="fieldRealCostCostCenterAux2"/> <FUNCTION id="fieldStandardCostCostCenterTotal" name="MULTIPLY" arg1="fieldRealCostCostCenterAux3" arg2="fieldRealCostCostCenterAux4"/--> <SECTION id="sectionCostCenter"/> </structure> <DISCARD id="discard"/> </REPORT>
65.099526
159
0.753276
6f1a81cd8e8a505f9d9adf4c0789500df4f10570
154
xml
XML
clang/test/Index/Inputs/CommentXML/valid-inline-command-01.xml
medismailben/llvm-project
e334a839032fe500c3bba22bf976ab7af13ce1c1
[ "Apache-2.0" ]
2,338
2018-06-19T17:34:51.000Z
2022-03-31T11:00:37.000Z
clang/test/Index/Inputs/CommentXML/valid-inline-command-01.xml
medismailben/llvm-project
e334a839032fe500c3bba22bf976ab7af13ce1c1
[ "Apache-2.0" ]
3,740
2019-01-23T15:36:48.000Z
2022-03-31T22:01:13.000Z
clang/test/Index/Inputs/CommentXML/valid-inline-command-01.xml
medismailben/llvm-project
e334a839032fe500c3bba22bf976ab7af13ce1c1
[ "Apache-2.0" ]
500
2019-01-23T07:49:22.000Z
2022-03-30T02:59:37.000Z
<?xml version="1.0" encoding="utf-8"?> <Namespace> <Name>aaa</Name> <Abstract> <Para> <anchor id="aaa"></anchor> </Para> </Abstract> </Namespace>
15.4
38
0.61039
6f1d3bf5453a0d56dd1b67d72edc4017394eb0b4
15,300
xml
XML
app/src/main/res/layout/activity_main.xml
DrDab/TrcAttendance-Android
ebf5a8f09a3e9e8e2f6b42339d03a5ae88216776
[ "MIT" ]
2
2018-05-24T16:46:04.000Z
2018-06-02T14:35:13.000Z
app/src/main/res/layout/activity_main.xml
DrDab/TrcAttendance-Android
ebf5a8f09a3e9e8e2f6b42339d03a5ae88216776
[ "MIT" ]
12
2018-06-01T04:53:09.000Z
2018-06-08T19:27:25.000Z
app/src/main/res/layout/activity_main.xml
DrDab/TrcAttendance-Android
ebf5a8f09a3e9e8e2f6b42339d03a5ae88216776
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.team3543.trcattendance_android.MainActivity"> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.team3543.trcattendance_android.MainActivity"> <TextView android:id="@+id/textView11" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="44dp" android:layout_marginTop="108dp" android:text="Attendance" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/textView10" /> <TextView android:id="@+id/textView10" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="16dp" android:layout_marginTop="44dp" android:text="PLACE" android:textColor="@android:color/black" android:textSize="18sp" android:textStyle="bold" app:layout_constraintEnd_toStartOf="@+id/placeLocation" app:layout_constraintHorizontal_bias="1.0" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/textView5" /> <EditText android:id="@+id/endHH" android:layout_width="68dp" android:layout_height="41dp" android:layout_marginEnd="8dp" android:layout_marginStart="112dp" android:layout_marginTop="12dp" android:ems="10" android:inputType="textPersonName" app:layout_constraintEnd_toStartOf="@+id/textView9" app:layout_constraintHorizontal_bias="0.95" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/startHH" /> <TextView android:id="@+id/textView5" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="44dp" android:layout_marginTop="28dp" android:text="END" android:textColor="@android:color/black" android:textSize="18sp" android:textStyle="bold" app:layout_constraintEnd_toStartOf="@+id/endHH" app:layout_constraintHorizontal_bias="1.0" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/textView2" /> <TextView android:id="@+id/textView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="16dp" android:layout_marginTop="36dp" android:text="START" android:textColor="@android:color/black" android:textSize="18sp" android:textStyle="bold" app:layout_constraintEnd_toStartOf="@+id/startHH" app:layout_constraintHorizontal_bias="1.0" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/textView4" /> <EditText android:id="@+id/dateYYYY" android:layout_width="63dp" android:layout_height="40dp" android:layout_marginStart="12dp" android:layout_marginTop="216dp" android:ems="10" android:hint="YYYY" android:inputType="textPersonName" app:layout_constraintStart_toEndOf="@+id/textView8" app:layout_constraintTop_toTopOf="parent" /> <TextView android:id="@+id/textView8" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" android:layout_marginTop="216dp" android:text="/" android:textColor="@android:color/black" android:textSize="24sp" app:layout_constraintStart_toEndOf="@+id/dateDD" app:layout_constraintTop_toTopOf="parent" /> <EditText android:id="@+id/dateDD" android:layout_width="51dp" android:layout_height="43dp" android:layout_marginStart="8dp" android:layout_marginTop="212dp" android:ems="10" android:hint="DD" android:inputType="textPersonName" app:layout_constraintStart_toEndOf="@+id/textView6" app:layout_constraintTop_toTopOf="parent" /> <TextView android:id="@+id/textView6" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="16dp" android:layout_marginTop="216dp" android:text="/" android:textColor="@android:color/black" android:textSize="24sp" app:layout_constraintStart_toEndOf="@+id/dateMM" app:layout_constraintTop_toTopOf="parent" /> <EditText android:id="@+id/dateMM" android:layout_width="51dp" android:layout_height="43dp" android:layout_marginStart="16dp" android:layout_marginTop="212dp" android:ems="10" android:hint="MM" android:inputType="textPersonName" app:layout_constraintStart_toEndOf="@+id/textView4" app:layout_constraintTop_toTopOf="parent" /> <TextView android:id="@+id/textView4" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="20dp" android:text="DATE" android:textColor="@android:color/black" android:textSize="18sp" android:textStyle="bold" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.12" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/otherBox" /> <CheckBox android:id="@+id/otherBox" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="8dp" android:text="Other" android:textColor="@android:color/black" android:textSize="18sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.135" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/driveBox" /> <CheckBox android:id="@+id/driveBox" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="8dp" android:text="Drive" android:textColor="@android:color/black" android:textSize="18sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.135" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/programmingBox" /> <CheckBox android:id="@+id/programmingBox" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="8dp" android:text="Programming" android:textColor="@android:color/black" android:textSize="18sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.155" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/mechanicalBox" /> <CheckBox android:id="@+id/mechanicalBox" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="16dp" android:text="Mechanical" android:textColor="@android:color/black" android:textSize="18sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.149" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/textView3" /> <TextView android:id="@+id/textView3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="16dp" android:text="Meeting" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.1" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> <TextView android:id="@+id/textView7" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="280dp" android:text=":" android:textColor="@android:color/black" android:textSize="18sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> <TextView android:id="@+id/textView9" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="28dp" android:text=":" android:textColor="@android:color/black" android:textSize="18sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/textView7" /> <EditText android:id="@+id/startHH" android:layout_width="68dp" android:layout_height="41dp" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="280dp" android:ems="10" android:inputType="textPersonName" app:layout_constraintEnd_toStartOf="@+id/textView7" app:layout_constraintHorizontal_bias="0.961" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> <EditText android:id="@+id/startMM" android:layout_width="68dp" android:layout_height="41dp" android:layout_marginEnd="8dp" android:layout_marginStart="16dp" android:layout_marginTop="280dp" android:ems="10" android:inputType="textPersonName" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.03" app:layout_constraintStart_toEndOf="@+id/textView7" app:layout_constraintTop_toTopOf="parent" /> <EditText android:id="@+id/endMM" android:layout_width="68dp" android:layout_height="44dp" android:layout_marginEnd="8dp" android:layout_marginStart="16dp" android:layout_marginTop="12dp" android:ems="10" android:inputType="textPersonName" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.02" app:layout_constraintStart_toEndOf="@+id/textView9" app:layout_constraintTop_toBottomOf="@+id/startMM" /> <EditText android:id="@+id/placeLocation" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="392dp" android:ems="10" android:inputType="textPersonName" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> <Button android:id="@+id/button_createMeeting" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="24dp" android:text="CREATE MEETING" android:onClick="onCreateMeetingButtonClicked" android:textStyle="bold" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/placeLocation" /> <Button android:id="@+id/checkInButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="64dp" android:onClick="checkIn" android:text="Check In" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.498" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/button_createMeeting" /> <Button android:id="@+id/checkOutButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="12dp" android:onClick="checkOut" android:text="Check Out" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/checkInButton" /> </android.support.constraint.ConstraintLayout> </ScrollView>
42.14876
107
0.621373
975d9a041a618a6c8eeaf70b8fb2de5eb57106a8
1,854
xml
XML
core/net/target/classes/OSGI-INF/org.onosproject.net.proxyarp.impl.ProxyArpManager.xml
packet-tracker/onos-1.2.0-custom-build
2e261d57966f6942f6ea62cb5ac5c713b40a7659
[ "Apache-2.0" ]
null
null
null
core/net/target/classes/OSGI-INF/org.onosproject.net.proxyarp.impl.ProxyArpManager.xml
packet-tracker/onos-1.2.0-custom-build
2e261d57966f6942f6ea62cb5ac5c713b40a7659
[ "Apache-2.0" ]
null
null
null
core/net/target/classes/OSGI-INF/org.onosproject.net.proxyarp.impl.ProxyArpManager.xml
packet-tracker/onos-1.2.0-custom-build
2e261d57966f6942f6ea62cb5ac5c713b40a7659
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"> <scr:component immediate="true" name="org.onosproject.net.proxyarp.impl.ProxyArpManager" activate="activate" deactivate="deactivate"> <implementation class="org.onosproject.net.proxyarp.impl.ProxyArpManager"/> <service servicefactory="false"> <provide interface="org.onosproject.net.proxyarp.ProxyArpService"/> </service> <property name="service.pid" value="org.onosproject.net.proxyarp.impl.ProxyArpManager"/> <reference name="edgeService" interface="org.onosproject.net.edge.EdgePortService" cardinality="1..1" policy="static" bind="bindEdgeService" unbind="unbindEdgeService"/> <reference name="hostService" interface="org.onosproject.net.host.HostService" cardinality="1..1" policy="static" bind="bindHostService" unbind="unbindHostService"/> <reference name="packetService" interface="org.onosproject.net.packet.PacketService" cardinality="1..1" policy="static" bind="bindPacketService" unbind="unbindPacketService"/> <reference name="linkService" interface="org.onosproject.net.link.LinkService" cardinality="1..1" policy="static" bind="bindLinkService" unbind="unbindLinkService"/> <reference name="deviceService" interface="org.onosproject.net.device.DeviceService" cardinality="1..1" policy="static" bind="bindDeviceService" unbind="unbindDeviceService"/> <reference name="store" interface="org.onosproject.net.proxyarp.ProxyArpStore" cardinality="1..1" policy="static" bind="bindStore" unbind="unbindStore"/> <reference name="interfaceService" interface="org.onosproject.incubator.net.intf.InterfaceService" cardinality="1..1" policy="static" bind="bindInterfaceService" unbind="unbindInterfaceService"/> </scr:component> </components>
109.058824
203
0.748112
a84043e6cd53b7eebe33a4ba7e57a5a48a5da7bc
1,042
xml
XML
backend/imager-demo/hof_furni2/greek_corner/manifest.xml
TomAlderson/isom3tric
88df9b57b4dec8a1652633e5705d1f0d0b3a9370
[ "MIT" ]
1
2020-03-18T17:06:18.000Z
2020-03-18T17:06:18.000Z
backend/imager-demo/hof_furni2/greek_corner/manifest.xml
TomAlderson/isom3tric
88df9b57b4dec8a1652633e5705d1f0d0b3a9370
[ "MIT" ]
5
2021-01-05T16:32:00.000Z
2022-02-10T20:07:30.000Z
backend/imager-demo/hof_furni2/greek_corner/manifest.xml
TomAlderson/isom3tric
88df9b57b4dec8a1652633e5705d1f0d0b3a9370
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="ISO-8859-1" ?> <manifest> <library name="greek_corner" version="0.1"> <assets> <asset name="index" mimeType="text/xml"/> <asset name="greek_corner_visualization" mimeType="text/xml"/> <asset name="greek_corner_assets" mimeType="text/xml"/> <asset name="greek_corner_logic" mimeType="text/xml"/> <asset name="greek_corner_64_a_0_0" mimeType="image/png"/> <asset name="greek_corner_64_a_2_0" mimeType="image/png"/> <asset name="greek_corner_64_a_4_0" mimeType="image/png"/> <asset name="greek_corner_64_a_6_0" mimeType="image/png"/> <asset name="greek_corner_icon_a" mimeType="image/png"/> <asset name="greek_corner_32_a_0_0" mimeType="image/png"/> <asset name="greek_corner_32_a_2_0" mimeType="image/png"/> <asset name="greek_corner_32_a_4_0" mimeType="image/png"/> <asset name="greek_corner_32_a_6_0" mimeType="image/png"/> </assets> </library> </manifest>
49.619048
72
0.643954
ec78b0401317ac3da99fec45af5ed43810302428
15,821
xml
XML
app/src/main/res/values-vi/strings.xml
fbiego/DT78-App-Android
120bccfd8ec4e2777e86b67c486c8451f0caf2f0
[ "MIT" ]
28
2020-09-20T11:35:15.000Z
2022-03-13T18:34:29.000Z
app/src/main/res/values-vi/strings.xml
fbiego/DT78-Alerts-Android
5daf0e2dce80d5fa0c8f3d31449d39f48b7f2e23
[ "MIT" ]
19
2020-09-20T09:15:12.000Z
2021-09-15T05:40:51.000Z
app/src/main/res/values-vi/strings.xml
fbiego/DT78-Alerts-Android
5daf0e2dce80d5fa0c8f3d31449d39f48b7f2e23
[ "MIT" ]
11
2020-10-08T04:39:49.000Z
2022-03-03T00:46:14.000Z
<!-- ~ ~ MIT License ~ ~ Copyright (c) 2021 Felix Biego ~ ~ Permission is hereby granted, free of charge, to any person obtaining a copy ~ of this software and associated documentation files (the "Software"), to deal ~ in the Software without restriction, including without limitation the rights ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell ~ copies of the Software, and to permit persons to whom the Software is ~ furnished to do so, subject to the following conditions: ~ ~ The above copyright notice and this permission notice shall be included in all ~ copies or substantial portions of the Software. ~ ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE ~ SOFTWARE. --> <resources> <string name="app_name">DT78</string> <string name="add_contact">Thêm số liên lạc</string> <string name="age">Tuổi tác</string> <string name="alarm">Báo thức</string> <string name="alarms">Các báo thức</string> <string name="bat_charging">[__________Sạc__________]</string> <string name="bat_notifs">Thông báo pin</string> <string name="bat_phone">[_____Pin điện thoại____]</string> <string name="bat_unplugged">[_____Đã rút dây sạc____]</string> <string name="battery">Pin</string> <string name="battery_icon">Biểu tượng pin</string> <string name="bph">Huyết áp</string> <string name="bpm">bpm</string> <string name="bt_settings">BT Cài đặt</string> <string name="camera">Máy ảnh</string> <string name="cancel">Hủy bỏ</string> <string name="capitalize">Viết hoa thông báo trên đồng hồ</string> <string name="channel_desc">Thông báo tình trạng kết nối</string> <string name="choose_app">Chọn ứng dụng</string> <string name="choose_apps">Bấm để chọn ứng dụng</string> <string name="cm">cm</string> <string name="colored">Biểu tượng</string> <string name="connect_set">Kết nối đồng hồ để thiết lập một báo thức</string> <string name="connected">Đã kết nối tới</string> <string name="connecting">Đang kết nối tới</string> <string name="contacts">Danh bạ</string> <string name="customization">Tùy biến</string> <string name="delete">Xóa bỏ</string> <string name="disconnected">ngắt kết nối từ</string> <string name="disconnecting">đang ngắt kết nối</string> <string name="distance">khoảng cách</string> <string name="enable_lock">Bật ứng dụng để khóa điện thoại</string> <string name="error_log">nhật ký lỗi </string> <string name="everyday">Hằng ngày</string> <string name="filter_info">Nhấn Enter để thêm bộ lọc khác. Nhấn và giữ để xóa</string> <string name="find_phone">Tìm điện thoại</string> <string name="find_w">Tìm đồng hồ</string> <string name="find_watch">Đang tìm kiếm đồng hồ</string> <string name="flip_vertically">Lật hiển thị theo chiều dọc</string> <string name="flip_vertically_summary">Kích hoạt tính năng để lật màn hình theo chiều dọc</string> <string name="fr">F</string> <string name="frequent">Liên lạc thường xuyên</string> <string name="fri">Thứ 6</string> <string name="grant_notification">Trước tiên bạn phải cấp phép cho ứng dụng này quyền truy cập thông báo. Bạn có muốn tiếp tục?</string> <string name="health">Sức khỏe</string> <string name="height">Chiều cao</string> <string name="hourly">Đo theo giờ</string> <string name="hr12_sys">Hệ thống 12 giờ</string> <string name="hrm">Nhịp tim</string> <string name="icon_set">Set Biểu tượng</string> <string name="imperial">đơn vị Imperial</string> <string name="info_once">Nhấn một lần để chọn một liên hệ SOS \nNhấn lâu để xóa một liên hệ \nNhấp vào nút đồng bộ ở trên để tải lên các liên hệ</string> <string name="kcal">kcal</string> <string name="kg">Kilôgam</string> <string name="km">km</string> <string name="later">Một lát sau</string> <string name="load_apps">Tải ứng dụng của bạn</string> <string name="loading">Đang tải</string> <string name="lock_phone">Tìm để khoá điện thoại</string> <string name="log_deleted">Nhật ký file bị xóa</string> <string name="loss_link">Mất liên kết đến</string> <string name="mac_addr">Địa chỉ MAC</string> <string name="mac_format_error">Format phải là A1:BB:3C:44:DE:9F</string> <string name="metric">Đơn vị hệ mét</string> <string name="miles">Dặm</string> <string name="mmHg">mmHg</string> <string name="mo">M</string> <string name="mon">Thứ 2</string> <string name="mon_fri">Thứ 2 ~ Thứ 6</string> <string name="no_errors">Không có lỗi để hiển thị</string> <string name="not_connect">Đồng hồ không được kết nối</string> <string name="not_disconnect">Hiển thị thông báo khi thiết bị mất kết nối</string> <string name="not_enable">Không được kích hoạt</string> <string name="not_list">Danh sách thông báo</string> <string name="not_paired">Thiết bị không có trong danh sách? Ghép nối trong cài đặt BT của điện thoại trước tiên</string> <string name="nothing">Không có gì để xóa</string> <string name="notification_access">Truy cập thông báo</string> <string name="notification_access_summary">Cấp quyền truy cập tới thông báo trạng thái</string> <string name="notifications">Thông báo</string> <string name="notify_disconnect">Thông báo về ngắt kết nối</string> <string name="once">Một lần</string> <string name="optimize_app">Tối ưu hóa ứng dụng </string> <string name="phone_bat">Pin điện thoại:</string> <string name="plugged">Cắm vào</string> <string name="preferences">Sở thích</string> <string name="priority">ưu tiên thông báo</string> <string name="quiet">Giờ yên tĩnh</string> <string name="raise_wake">Lắc để hiển thị màn hình</string> <string name="reminder">nhắc nhở</string> <string name="remote_mac_address_default">00:00:00:00:00:00</string> <string name="remote_mac_address">địa chỉ MAC từ xa</string> <string name="reset_info">Điều này sẽ đặt lại tất cả dữ liệu đồng hồ. Bạn có chắc không?</string> <string name="reset_watch">Đặt lại đồng hồ</string> <string name="run_as_service">Chạy như một dịch vụ</string> <string name="run_as_service_summary">Chạy ứng dụng này như một dịch vụ mà không cần giữ mở ứng dụng</string> <string name="sa">S</string> <string name="sat">Thứ 7</string> <string name="save">Lưu</string> <string name="scan">Đang quét…</string> <string name="sedentary">Nhắc nhở ít vận động</string> <string name="self_test">Tự kiểm tra</string> <string name="self_test_notif">tự kiểm tra thông báo </string> <string name="send">Gửi</string> <string name="service_name">Dịch vụ DT78</string> <string name="service_stopped">Dịch vụ dừng lại khi thay đổi sở thích. Quay trở lại màn hình chính để khởi động lại dịch vụ tự động.</string> <string name="settings">Cài đặt</string> <string name="setup_desc">Cài đặt đồng hồ địa chỉ mac trong cài đặt</string> <string name="setup_now">Cài đặt Bây giờ</string> <string name="share">Chia sẻ</string> <string name="sleep">Giờ ngủ</string> <string name="sp02">Oxy trong máu</string> <string name="start_at_boot">Khởi chạy lúc khởi động</string> <string name="start_measure">Bấm để bắt đầu đo lường</string> <string name="start_service">Bắt đầu dịch vụ </string> <string name="start_service_at_boot">Kích hoạt tính năng tự động bắt đầu dịch vụ sau khi hệ điều hành khởi động lên</string> <string name="step_len">Độ dài bước</string> <string name="steps">Số bước</string> <string name="stop_measure">Bấm để dừng đo lường</string> <string name="stop_service">Dịch vụ đang dừng</string> <string name="su">S</string> <string name="sun">Chủ nhật</string> <string name="sync">Đồng bộ</string> <string name="sync_watch">Đồng bộ hoá dữ liệu đồng hồ</string> <string name="target">Số bước mục tiêu</string> <string name="test">Kiểm tra</string> <string name="test_notification">Thử gửi thông báo </string> <string name="test_notification_desc">Thử gửi thông báo tới đồng hồ. Chọn một biểu tượng sẽ được hiển thị với văn bản</string> <string name="th">T</string> <string name="thur">Thứ 5</string> <string name="tu">T</string> <string name="tue">Thứ 3</string> <string name="turn_on_bt">Hãy bật Bluetooth</string> <string name="unable_load">Không thể tải tập tin lỗi</string> <string name="unable_sync">Không thể đồng bộ hóa dữ liệu</string> <string name="units">Đơn vị hệ mét</string> <string name="unplugged">Đã rút sạc</string> <string name="user">Người dùng</string> <string name="watch_settings">Xem Cài đặt</string> <string name="watch_type">Loại đồng hồ:</string> <string name="we">W</string> <string name="wed">Thứ 4</string> <string name="weight">Cân nặng</string> <string name="years">năm</string> <string name="yes">Đúng</string> <string name="self_test_ok">Tự kiểm tra OK</string> <string name="self_test_fail">Tự kiểm tra không thành công</string> <string name="alarm_once">Một lần</string> <string name="alarm_everyday">Hằng ngày</string> <string name="alarm_mon_fri">Thứ 2 ~ Thứ 6</string> <string name="custom_alarm">tùy chỉnh Báo thức </string> <string name="quiet_active">[_Giờ yên tĩnh hoạt động]</string> <string name="custom_watchface">tuỳ chỉnh Watchface</string> <string name="upload_image">Đang tải lên hình ảnh</string> <string name="select_image">Chọn ảnh</string> <string name="image_cropped">hình ảnh cắt</string> <string name="create_upload">Tạo file upload</string> <string name="send_data">gửi dữ liệu</string> <string name="transfer_complete">chuyển giao hoàn toàn</string> <string name="notify_off">Tắt</string> <string name="notify_only">Thông báo Chỉ</string> <string name="notify_ring">Thông báo &amp; Ring</string> <string name="watch_lang">Xem Ngôn ngữ</string> <string name="upload">Tải lên ảnh</string> <string name="week">Tuần</string> <string name="month">tháng</string> <string name="january">tháng Giêng</string> <string name="february">tháng 2</string> <string name="march">tháng Ba</string> <string name="april">tháng tư</string> <string name="may">có thể</string> <string name="june">tháng sáu</string> <string name="july">tháng bảy</string> <string name="august">tháng Tám</string> <string name="september">Tháng Chín</string> <string name="october">Tháng Mười</string> <string name="november">tháng mười một</string> <string name="december">tháng mười hai</string> <string name="sunday">chủ nhật</string> <string name="monday">thứ hai</string> <string name="tuesday">thứ ba</string> <string name="wednesday">Thứ tư</string> <string name="thursday">Thứ năm</string> <string name="friday">Thứ sáu</string> <string name="saturday">ngày thứ bảy</string> <string name="daily">hằng ngày</string> <string name="weekly">hàng tuần</string> <string name="monthly">hằng tháng</string> <string name="re_enable">Bạn có muốn kích hoạt lại truy cập thông báo?</string> <string name="copied">Sao chép vào clipboard</string> <string name="watch_info">Xem thông tin</string> <string name="version">Phiên bản</string> <string name="type">Kiểu</string> <string name="copy_id">sao chép ID</string> <string name="convert_greek">Chuyển đổi font chữ Hy Lạp</string> <string name="no_data">Không có dữ liệu</string> <string name="today">Hôm nay</string> <string name="steps_history">bước Lịch sử</string> <string name="sleep_history">Lịch sử ngủ</string> <string name="deep_sleep">Sâu</string> <string name="light_sleep">Ánh sáng</string> <string name="total_sleep">Toàn bộ</string> <string name="flip_disp">lật Display</string> <string name="rotate_disp">Hiển thị Xoay</string> <string name="screen_off">Tắt màn hình</string> <string name="timeout">thông báo Timeout</string> <string name="ignore_optimize">Bỏ qua Optimization</string> <string name="request_optimize">Yêu cầu để bỏ qua tối ưu hóa pin</string> <string name="never_ask">không bao giờ hỏi</string> <string name="theme">chủ đề</string> <string name="accent">giọng</string> <string name="choose_theme">Chọn màu nhấn ưa thích của bạn và chủ đề</string> <string name="clear_data">Xóa dữ liệu</string> <string name="clear_data_info">Điều này sẽ xóa tất cả dữ liệu nhật ký lỗi. Bạn có chắc không?</string> <string name="sleep_txt">Ngủ</string> <string name="not_rooted">Thiết bị không bắt nguồn từ</string> <string name="dnd_mode">Do chế độ không làm phiền</string> <string name="dnd_text">Đừng làm phiền</string> <string name="ext_camera">Ext. Máy ảnh</string> <string name="screen_on">Screen On</string> <string name="unlocked">mở khóa</string> <string name="call">Gọi</string> <string name="sms">tin nhắn</string> <string name="set_screen_lock">Đặt khóa màn hình đầu tiên</string> <string name="dnd_charge">Đồng hồ sạc</string> <string name="measure_all">Đo lường tất cả</string> <string name="measurement">Đo đạc</string> <string name="start">Khởi đầu</string> <string name="end">Kết thúc</string> <string name="interval">Khoảng thời gian</string> <string name="send_watch">Gửi giá trị để xem</string> <string name="scheduled">Biện pháp theo lịch trình</string> <string name="hours">Giờ</string> <string name="waiting">Đang chờ đợi</string> <string name="m_triggered">Lệnh Đo lường nhận được</string> <string name="m_stopped">Dịch vụ không chạy</string> <string name="m_start">Bắt đầu đo.</string> <string name="m_end">đo lường kết thúc</string> <string name="m_received">Nhận được dữ liệu đo lường</string> <string name="m_null">Không nhận được giá trị</string> <string name="m_disconnect">Đồng hồ đã bị ngắt kết nối</string> <string name="m_failed">Thử lại thất bại</string> <string name="m_no_data">Không có dữ liệu</string> <string name="zero_values">Nhận được giá trị bằng không. Vui lòng đeo đồng hồ chính xác</string> <string name="watch_charging">Đồng hồ đang sạc</string> <string name="bakup_restore">Phục hồi dữ liệu đã lưu</string> <string name="backup_info">Các tệp sao lưu được lưu trữ trong thư mục DT78 trên bộ nhớ trong</string> <string name="restore">Khôi phục.</string> <string name="start_backup">Bắt đầu sao lưu.</string> <string name="start_restore">Khởi động khôi phục</string> <string name="scheduled_reminder">Nhắc nhở theo lịch trình</string> <string name="reminder_name">Nhắc nhở</string> <string name="delete_file">Xóa tập tin sao lưu?</string> <string name="restore_file">Khôi phục tập tin sao lưu?</string> <string name="backup_complete">Sao lưu thành công</string> <string name="restore_complete">Khôi phục hoàn thành</string> <string name="restore_progress">Phục hồi</string> <string name="restore_success">Khôi phục thành công! Khởi động lại ứng dụng.</string> <string name="restore_fail">Khôi phục thất bại</string> <string name="backup_count">Sao lưu được tìm thấy</string> <string name="load_error">Không thể tải tệp khôi phục</string> <string name="text_hint">Văn bản của bạn ở đây</string> <string name="reminder_hint">Nhấp vào vòng ngoài để kích hoạt lời nhắc nhở</string> <string name="watch_full_charge">Đồng hồ pin được sạc đầy</string> <string name="auto_backup">Tự động sao lưu</string> <string name="last_backup">Sao lưu cuối cùng</string> <string name="watch_battery">Đồng hồ pin</string> <string name="functions">Chức năng</string> <string name="none">Không có</string> <string name="app_launch">Trình khởi chạy ứng dụng</string> <string name="select_app">Chọn một ứng dụng</string> <string-array name="alarm_options"> <item>Một lần</item> <item>Hằng ngày</item> <item>Thứ 2 ~ Thứ 6</item> <item>tùy chỉnh Báo thức </item> </string-array> <string-array name="sedentaryInterval"> <item>45 mins</item> <item>1 hour</item> </string-array> </resources>
51.534202
154
0.731812
c76374a766dcf78b03a9b7a99cbf19ad6faef8da
3,274
xml
XML
docs/docbook/configuration.xml
ciarand/Phake
4cda41a87ecf52e7909d1ef825a2fcfbf6514257
[ "BSD-3-Clause" ]
null
null
null
docs/docbook/configuration.xml
ciarand/Phake
4cda41a87ecf52e7909d1ef825a2fcfbf6514257
[ "BSD-3-Clause" ]
null
null
null
docs/docbook/configuration.xml
ciarand/Phake
4cda41a87ecf52e7909d1ef825a2fcfbf6514257
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" id="chapter.configuration"> <title>Configuration</title> <para> There are some options you can use to configure and customize Phake. None of these options are required and Phake can always just be used straight out of the box, however some configuration options are available to provide more convenient integration with PHPUnit and ability to debug your mock objects. </para> <section> <title>Setting the Phake Client</title> <para> While Phake does not have a direct dependency on PHPUnit, there is a PHPUnit specific client that improves error reporting and allows you to utilize strict mode with PHPUnit. Without using the PHPUnit client, any failed verifications will result in an errored test. Generally speaking, with PHPUnit, the error result is reserved for bad tests, not failed tests. </para> <para> The other issue you would run into when using Phake with PHPUnit without using the PHPUnit Phake client is that any test runs utilizing the --strict flag will fail when an assertion is not recorded. By default Phake does not register assertions with PHPUnit. When the PHPUnit client is used however, the assertions are recorded and --strict mode can be safely used with your tests. </para> <para> To enable the PHPUnit Phake client, you can register it in your test bootstrap. </para> <xi:include href="configuration/setting-client.xml" /> </section> <section> <title>Setting the Mock Class Loader</title> <para> When generating mock classes, Phake will load them into memory utilizing the PHP eval() function. This can make the code inside of mock classes difficult to debug or diagnose when errors occur in this code. Using the Phake::setMockLoader() method you can change this behavior to instead dump the generated class to a file and then require that file. This will allow for accurate and easily researchable errors when running tests. This shouldn't typically be required for most users of Phake, however if your are having errors or working on code for Phake itself it can be incredibly useful. </para> <para> Phake::setMockLoader() accepts a single parameter of type Phake_ClassGenerator_ILoader. The default behavior is contained in the Phake_ClassGenerator_EvalLoader class. If you would instead like to dump the classes to files you can instead use the Phake_ClassGenerator_FileLoader class. The constructor accepts a single parameter containing the directory you would like to dump the classes to. The classes will be stored in files with the same name as the generated class. </para> <para> Below is an example of the code required to dump mock classes into the /tmp folder. </para> <xi:include href="configuration/setting-loader.xml" /> </section> </chapter>
64.196078
160
0.692731
1b85655e32dacd195f022f17fd3b0682365c4ce8
2,337
xml
XML
js/_notes/dwsync.xml
samsitconsulting/beachamlawfirm
1fb1c129d141737a31f3dd454196ac713b393b9c
[ "CC-BY-3.0" ]
null
null
null
js/_notes/dwsync.xml
samsitconsulting/beachamlawfirm
1fb1c129d141737a31f3dd454196ac713b393b9c
[ "CC-BY-3.0" ]
null
null
null
js/_notes/dwsync.xml
samsitconsulting/beachamlawfirm
1fb1c129d141737a31f3dd454196ac713b393b9c
[ "CC-BY-3.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8" ?> <dwsync> <file name="jquery.min.js" server="ftp.mcclainitcourses.com//public_html/samsitconsulting/arnoldbeacham/" local="130850799400000000" remote="131127307200000000" Dst="2" /> <file name="jquery.dropotron.min.js" server="ftp.mcclainitcourses.com//public_html/samsitconsulting/arnoldbeacham/" local="130850799380000000" remote="131127307200000000" Dst="2" /> <file name="skel.min.js" server="ftp.mcclainitcourses.com//public_html/samsitconsulting/arnoldbeacham/" local="130850799400000000" remote="131127307200000000" Dst="2" /> <file name="skel-layers.min.js" server="ftp.mcclainitcourses.com//public_html/samsitconsulting/arnoldbeacham/" local="130850799390000000" remote="131127307200000000" Dst="2" /> <file name="init.js" server="ftp.mcclainitcourses.com//public_html/samsitconsulting/arnoldbeacham/" local="130850799370000000" remote="131127307200000000" Dst="2" /> <file name="jquery.min.js" server="ftp.mcclainitcourses.com//public_html/arnoldbeacham/" local="130850799400000000" remote="131127332400000000" Dst="2" /> <file name="jquery.dropotron.min.js" server="ftp.mcclainitcourses.com//public_html/arnoldbeacham/" local="130850799380000000" remote="131127332400000000" Dst="2" /> <file name="skel.min.js" server="ftp.mcclainitcourses.com//public_html/arnoldbeacham/" local="130850799400000000" remote="131127332400000000" Dst="2" /> <file name="skel-layers.min.js" server="ftp.mcclainitcourses.com//public_html/arnoldbeacham/" local="130850799390000000" remote="131127332400000000" Dst="2" /> <file name="init.js" server="ftp.mcclainitcourses.com//public_html/arnoldbeacham/" local="130850799370000000" remote="131127332400000000" Dst="2" /> <file name="plugins.js" server="ftp.mcclainitcourses.com//public_html/arnoldbeacham/" local="131128117181987718" remote="131128047000000000" Dst="2" /> <file name="script.js" server="ftp.mcclainitcourses.com//public_html/arnoldbeacham/" local="131128117182057714" remote="131128047000000000" Dst="2" /> <file name="jquery.js" server="ftp.mcclainitcourses.com//public_html/arnoldbeacham/" local="131128939908157795" remote="131128869600000000" Dst="2" /> <file name="jquery.validate.js" server="ftp.mcclainitcourses.com//public_html/arnoldbeacham/" local="131128939908427736" remote="131128869600000000" Dst="2" /> </dwsync>
137.470588
182
0.784339
3bd320bd1eedffbf01ff9aec890b4af4ee6a3d02
7,584
xml
XML
GreatScott!/HACKED! Flickering Light Bulb for Halloween-S6QAYTmUWOQ.xml
wielandb/YouTube-Annotation-Archive
8680b057af3a31060e99574030f361f901db3173
[ "MIT" ]
null
null
null
GreatScott!/HACKED! Flickering Light Bulb for Halloween-S6QAYTmUWOQ.xml
wielandb/YouTube-Annotation-Archive
8680b057af3a31060e99574030f361f901db3173
[ "MIT" ]
null
null
null
GreatScott!/HACKED! Flickering Light Bulb for Halloween-S6QAYTmUWOQ.xml
wielandb/YouTube-Annotation-Archive
8680b057af3a31060e99574030f361f901db3173
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" ?><document><annotations itct="CAAQwOYBIhMIzeTd3Mjv3wIVDCXgCh1G6wP7KPgdMgJpdkjksdHMk4yA0ks"> <annotation id="annotation_1112628623" type="highlight" log_data="xble=1&amp;l-class=1&amp;a-id=annotation_1112628623&amp;ei=grQ9XM2bC4zKgAfG1o_YDw&amp;a-v=S6QAYTmUWOQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DOJt5Y_0y2Qo&amp;a-type=3" itct="CAEQs-UBGP___________wEiEwjN5N3cyO_fAhUMJeAKHUbrA_so-B0yAml2SOSx0cyTjIDSSw"> <segment> <movingRegion type="rect"> <rectRegion x="2.85300" y="3.38000" w="34.98400" h="35.66200" t="4:27.930"/> <rectRegion x="2.85300" y="3.38000" w="34.98400" h="35.66200" t="4:50.295"/> </movingRegion> </segment> <appearance bgColor="16777215" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_1112628623&amp;ei=grQ9XM2bC4zKgAfG1o_YDw&amp;feature=iv&amp;src_vid=S6QAYTmUWOQ&amp;v=OJt5Y_0y2Qo" link_class="1"/> </action> </annotation> <annotation id="annotation_3112737159" type="text" style="highlightText" logable="false" itct=""> <segment spaceRelative="annotation_990550499"> <movingRegion type="rect"> <rectRegion x="0.00000" y="29.72200" w="25.00000" h="6.00000" t="never"/> <rectRegion x="0.00000" y="29.72200" w="25.00000" h="6.00000" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="3.911599999999999" highlightFontColor="0"/> <trigger> <condition ref="annotation_990550499" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_3212644347" type="text" style="highlightText" logable="false" itct=""> <segment spaceRelative="annotation_483056377"> <movingRegion type="rect"> <rectRegion x="0.00000" y="29.72200" w="25.00000" h="6.00000" t="never"/> <rectRegion x="0.00000" y="29.72200" w="25.00000" h="6.00000" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="3.911599999999999" highlightFontColor="0"/> <trigger> <condition ref="annotation_483056377" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_339555939" type="highlight" log_data="xble=1&amp;l-class=1&amp;a-id=annotation_339555939&amp;ei=grQ9XM2bC4zKgAfG1o_YDw&amp;a-v=S6QAYTmUWOQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D9LjfkjwMqXI&amp;a-type=3" itct="CAIQs-UBGP___________wEiEwjN5N3cyO_fAhUMJeAKHUbrA_so-B0yAml2SOSx0cyTjIDSSw"> <segment> <movingRegion type="rect"> <rectRegion x="62.44100" y="1.97200" w="35.93500" h="36.50700" t="2:54.000"/> <rectRegion x="62.44100" y="1.97200" w="35.93500" h="36.50700" t="2:57.800"/> </movingRegion> </segment> <appearance bgColor="16777215" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_339555939&amp;ei=grQ9XM2bC4zKgAfG1o_YDw&amp;feature=iv&amp;src_vid=S6QAYTmUWOQ&amp;v=9LjfkjwMqXI" link_class="1"/> </action> </annotation> <annotation id="annotation_371437431" type="text" style="highlightText" logable="false" itct=""> <segment spaceRelative="annotation_3784692643"> <movingRegion type="rect"> <rectRegion x="0.00000" y="29.72200" w="25.00000" h="6.00000" t="never"/> <rectRegion x="0.00000" y="29.72200" w="25.00000" h="6.00000" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="3.911599999999999" highlightFontColor="0"/> <trigger> <condition ref="annotation_3784692643" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_3784692643" type="highlight" log_data="xble=1&amp;l-class=3&amp;a-id=annotation_3784692643&amp;ei=grQ9XM2bC4zKgAfG1o_YDw&amp;a-v=S6QAYTmUWOQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fuser%2Fgreatscottlab&amp;a-type=3" itct="CAMQs-UBGP___________wEiEwjN5N3cyO_fAhUMJeAKHUbrA_so-B0yAml2SOSx0cyTjIDSSw"> <segment> <movingRegion type="rect"> <rectRegion x="0.00000" y="93.90100" w="14.69900" h="6.09900" t="0:00.000"/> <rectRegion x="0.00000" y="93.90100" w="14.69900" h="6.09900" t="4:50.295"/> </movingRegion> </segment> <appearance bgColor="16777215" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/user/greatscottlab?annotation_id=annotation_3784692643&amp;ei=grQ9XM2bC4zKgAfG1o_YDw&amp;feature=iv&amp;src_vid=S6QAYTmUWOQ" link_class="3"/> </action> </annotation> <annotation id="annotation_3935281571" type="text" style="highlightText" logable="false" itct=""> <segment spaceRelative="annotation_1112628623"> <movingRegion type="rect"> <rectRegion x="0.00000" y="29.72200" w="25.00000" h="6.00000" t="never"/> <rectRegion x="0.00000" y="29.72200" w="25.00000" h="6.00000" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="3.911599999999999" highlightFontColor="0"/> <trigger> <condition ref="annotation_1112628623" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_483056377" type="highlight" log_data="xble=1&amp;l-class=1&amp;a-id=annotation_483056377&amp;ei=grQ9XM2bC4zKgAfG1o_YDw&amp;a-v=S6QAYTmUWOQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DcL8FHz-TOzQ&amp;a-type=3" itct="CAQQs-UBGP___________wEiEwjN5N3cyO_fAhUMJeAKHUbrA_so-B0yAml2SOSx0cyTjIDSSw"> <segment> <movingRegion type="rect"> <rectRegion x="62.28200" y="3.94400" w="35.14300" h="35.09900" t="4:27.930"/> <rectRegion x="62.28200" y="3.94400" w="35.14300" h="35.09900" t="4:50.295"/> </movingRegion> </segment> <appearance bgColor="16777215" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_483056377&amp;ei=grQ9XM2bC4zKgAfG1o_YDw&amp;feature=iv&amp;src_vid=S6QAYTmUWOQ&amp;v=cL8FHz-TOzQ" link_class="1"/> </action> </annotation> <annotation id="annotation_524383629" type="text" style="highlightText" logable="false" itct=""> <segment spaceRelative="annotation_339555939"> <movingRegion type="rect"> <rectRegion x="0.00000" y="29.72200" w="25.00000" h="6.00000" t="never"/> <rectRegion x="0.00000" y="29.72200" w="25.00000" h="6.00000" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="3.911599999999999" highlightFontColor="0"/> <trigger> <condition ref="annotation_339555939" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_990550499" type="highlight" log_data="xble=1&amp;l-class=5&amp;a-id=annotation_990550499&amp;ei=grQ9XM2bC4zKgAfG1o_YDw&amp;a-v=S6QAYTmUWOQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fchannel%2FUC6mIxFTvXkWQVEHPsEdflzQ%3Fsub_confirmation%3D1&amp;a-type=3" itct="CAUQs-UBGP___________wEiEwjN5N3cyO_fAhUMJeAKHUbrA_so-B0yAml2SOSx0cyTjIDSSw"> <segment> <movingRegion type="rect"> <rectRegion x="60.38000" y="79.43700" w="37.20300" h="14.82000" t="4:27.500"/> <rectRegion x="60.38000" y="79.43700" w="37.20300" h="14.82000" t="4:50.295"/> </movingRegion> </segment> <appearance bgColor="16777215" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="new" value="https://www.youtube.com/channel/UC6mIxFTvXkWQVEHPsEdflzQ?annotation_id=annotation_990550499&amp;ei=grQ9XM2bC4zKgAfG1o_YDw&amp;feature=iv&amp;src_vid=S6QAYTmUWOQ&amp;sub_confirmation=1" link_class="5"/> </action> </annotation> </annotations></document>
51.945205
360
0.719146
ac04e16f4e6077a2c1da202e808396b84a6bc839
13,845
xml
XML
pom.xml
dhanji/sitebricks
8682029a78bd48fb8566173d970800499e9e5d97
[ "Apache-2.0" ]
39
2015-01-19T12:20:34.000Z
2022-02-21T02:39:51.000Z
pom.xml
dhanji/sitebricks
8682029a78bd48fb8566173d970800499e9e5d97
[ "Apache-2.0" ]
24
2015-01-18T17:25:30.000Z
2022-02-01T00:55:16.000Z
pom.xml
dhanji/sitebricks
8682029a78bd48fb8566173d970800499e9e5d97
[ "Apache-2.0" ]
21
2015-01-18T16:23:41.000Z
2019-05-02T22:55:48.000Z
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>com.google.sitebricks</groupId> <artifactId>sitebricks-parent</artifactId> <packaging>pom</packaging> <version>0.8.12-SNAPSHOT</version> <name>Sitebricks :: Parent</name> <url>https://github.com/dhanji/sitebricks</url> <properties> <guice.version>3.0</guice.version> <com.fasterxml.jackson.version>2.2.2</com.fasterxml.jackson.version> <org.mortbay.jetty.version>9.0.0.RC0</org.mortbay.jetty.version> <org.seleniumhq.webdriver.version>0.9.7376</org.seleniumhq.webdriver.version> <org.testng.version>5.8</org.testng.version> <org.slf4j.version>1.6.4</org.slf4j.version> <ch.qos.logback.version>1.0.6</ch.qos.logback.version> <cglib.full.version>2.0.2</cglib.full.version> <lucene.version>4.0.0</lucene.version> <jedis.version>2.1.0</jedis.version> <bval.version>0.5</bval.version> <packaging>takari-jar</packaging> </properties> <modules> <module>sitebricks</module> <module>sitebricks-annotations</module> <module>sitebricks-converter</module> <module>sitebricks-client</module> <module>sitebricks-extensions</module> <module>sitebricks-acceptance-tests</module> <module>sitebricks-test-support</module> <module>sitebricks-mail</module> <module>sitebricks-options</module> <module>sitebricks-channel</module> <module>stat</module> <module>slf4j</module> <module>sitebricks-persist</module> <module>sitebricks-persist-disk</module> <module>sitebricks-persist-redis</module> <module>sitebricks-persist-sql</module> </modules> <dependencyManagement> <dependencies> <!-- Sitebricks --> <dependency> <groupId>com.google.sitebricks</groupId> <artifactId>sitebricks-converter</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.sitebricks</groupId> <artifactId>sitebricks</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.sitebricks</groupId> <artifactId>sitebricks-extensions</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.sitebricks</groupId> <artifactId>sitebricks-stat</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.sitebricks</groupId> <artifactId>sitebricks-client</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.sitebricks</groupId> <artifactId>sitebricks-annotations</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.sitebricks</groupId> <artifactId>sitebricks-test-support</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.sitebricks</groupId> <artifactId>sitebricks-options</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.sitebricks</groupId> <artifactId>sitebricks-channel</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.sitebricks</groupId> <artifactId>sitebricks-cloud</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>${jedis.version}</version> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> <version>${lucene.version}</version> </dependency> <dependency> <groupId>org.mvel</groupId> <artifactId>mvel2</artifactId> <version>2.1.3.Final</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>13.0</version> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib-full</artifactId> <version>${cglib.full.version}</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>1.6</version> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>${guice.version}</version> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-servlet</artifactId> <version>${guice.version}</version> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-multibindings</artifactId> <version>${guice.version}</version> </dependency> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <version>1.0.0.GA</version> </dependency> <dependency> <groupId>net.jcip</groupId> <artifactId>jcip-annotations</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>com.intellij</groupId> <artifactId>annotations</artifactId> <version>7.0.3</version> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.10</version> </dependency> <dependency> <groupId>com.ning</groupId> <artifactId>async-http-client</artifactId> <version>1.6.3</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> </dependency> <dependency> <groupId>javax.persistence</groupId> <artifactId>persistence-api</artifactId> <version>1.0.2</version> </dependency> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${com.fasterxml.jackson.version}</version> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1.4</version> </dependency> <dependency> <groupId>saxpath</groupId> <artifactId>saxpath</artifactId> <version>1.0-FCS</version> </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> </dependency> <dependency> <!-- jsoup HTML library @ http://jsoup.org/ --> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.8.1</version> </dependency> <dependency> <groupId>org.apache.bval</groupId> <artifactId>bval-guice</artifactId> <version>${bval.version}</version> </dependency> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.2.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${org.slf4j.version}</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>${ch.qos.logback.version}</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>${ch.qos.logback.version}</version> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>2.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>${org.mortbay.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-api</artifactId> <version>${org.mortbay.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-server</artifactId> <version>${org.mortbay.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-servlet</artifactId> <version>${org.mortbay.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-webapp</artifactId> <version>${org.mortbay.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-continuation</artifactId> <version>${org.mortbay.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> <version>${org.mortbay.jetty.version}</version> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jsp-2.1-glassfish</artifactId> <version>2.1.v20100127</version> </dependency> <dependency> <groupId>taglibs</groupId> <artifactId>standard</artifactId> <version>1.1.2</version> </dependency> <!-- Testing --> <dependency> <groupId>org.seleniumhq.webdriver</groupId> <artifactId>webdriver-common</artifactId> <version>${org.seleniumhq.webdriver.version}</version> </dependency> <dependency> <groupId>org.seleniumhq.webdriver</groupId> <artifactId>webdriver-support</artifactId> <version>${org.seleniumhq.webdriver.version}</version> </dependency> <dependency> <groupId>org.seleniumhq.webdriver</groupId> <artifactId>webdriver-htmlunit</artifactId> <version>${org.seleniumhq.webdriver.version}</version> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>${org.testng.version}</version> <classifier>jdk15</classifier> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> </dependency> </dependencies> </dependencyManagement> <scm> <connection>scm:git:git@github.com:dhanji/sitebricks.git</connection> <developerConnection>scm:git:git@github.com:dhanji/sitebricks.git</developerConnection> <url>https://github.com/dhanji/sitebricks</url> </scm> <profiles> <profile> <id>buildhive</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> <source>1.7</source> <target>1.7</target> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> <encoding>UTF-8</encoding> <executable>/opt/jdk/jdk1.7.0/bin/javac</executable> <fork>true</fork> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <jvm>/opt/jdk/jdk1.7.0/bin/java</jvm> <forkMode>once</forkMode> </configuration> </plugin> </plugins> </build> </profile> </profiles> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin> <plugin> <groupId>io.takari.maven.plugins</groupId> <artifactId>takari-lifecycle-plugin</artifactId> <version>1.10.2</version> <extensions>true</extensions> <configuration> <proc>proc</proc> </configuration> </plugin> </plugins> </build> <!-- This should be removed when the googlecode repositories are migrated to the standard Nexus OSS repository infrastructure --> <distributionManagement> <snapshotRepository> <id>google-snapshots</id> <name>Sonatype OSS Nexus Snapshots</name> <url>https://oss.sonatype.org/content/repositories/google-snapshots</url> </snapshotRepository> <repository> <id>google-with-staging</id> <name>Nexus OSS Staging Repository</name> <url> https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <repositories> </repositories> </project>
32.885986
201
0.622102
ac6b447104eac9c75d9ff134d693f0de418cf43d
2,756
xml
XML
app/src/main/res/drawable/ic_linne_icon.xml
Dartok-SD/Under-Night-In-Birth-Mobile-Frame-Data-App
93102cf50b4b51c00c9bf27e3437d2fdcd97f431
[ "MIT" ]
1
2019-12-04T23:28:11.000Z
2019-12-04T23:28:11.000Z
app/src/main/res/drawable/ic_linne_icon.xml
Dartok-SD/Under-Night-In-Birth-Mobile-Frame-Data-App
93102cf50b4b51c00c9bf27e3437d2fdcd97f431
[ "MIT" ]
null
null
null
app/src/main/res/drawable/ic_linne_icon.xml
Dartok-SD/Under-Night-In-Birth-Mobile-Frame-Data-App
93102cf50b4b51c00c9bf27e3437d2fdcd97f431
[ "MIT" ]
null
null
null
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="73dp" android:height="73dp" android:viewportWidth="73" android:viewportHeight="73"> <path android:pathData="M0.5,1.1c-1.1,1.7 0.1,2.1 1.5,0.4 0.8,-0.9 0.8,-1.5 0.2,-1.5 -0.6,-0 -1.4,0.5 -1.7,1.1z" android:fillColor="#000000" android:strokeColor="#00000000"/> <path android:pathData="M2.7,2.8l-2.7,2.8 0.2,23.2c0.2,14.6 0.7,23.2 1.3,23.2 0.6,-0 1.1,-1.5 1.3,-3.5 0.3,-3.6 2.2,-5 2.2,-1.6 0,6.6 7.2,26.1 9.6,26.1 0.8,-0 2.3,-1.9 3.5,-4.3 3.4,-6.8 3.3,-6.7 9.6,-4.2 3.1,1.3 6.2,2.1 7,1.8 1.8,-0.7 1.6,0.4 -0.6,3.6l-2,2.7 3.7,0.1c3.7,0.1 9.7,-2.4 12.5,-5.2 1.4,-1.4 2,-1.3 5.4,0.6 2.1,1.1 4.4,2.8 5,3.7 0.7,0.8 1.6,1.2 2,0.9 0.4,-0.4 0,-1.5 -0.9,-2.4 -1.5,-1.5 -1.4,-1.8 1,-4.9 1.5,-1.9 3.3,-3.4 4.1,-3.4 0.7,-0 2.2,-1.1 3.3,-2.5 1.9,-2.4 2.1,-2.5 3.4,-0.8 1.2,1.6 1.3,0.8 1.4,-6.1 0,-7.2 -0.1,-7.7 -1.7,-6.5 -1.5,1.3 -1.6,1.1 -1,-2 0.4,-1.8 0.7,-4.9 0.7,-6.8 0,-2 0.4,-3.2 1,-2.8 0.7,0.4 1,-5.5 1,-16.9l0,-17.6 -33.8,-0 -33.8,-0 -2.7,2.8zM19,27c0,0.6 0.9,2.9 1.9,5 2.1,4.3 1.2,5.2 -2.5,2.6 -1.6,-1.1 -1.9,-2.3 -1.6,-5 0.2,-2 0.8,-3.6 1.3,-3.6 0.5,-0 0.9,0.5 0.9,1zM41.3,29.6c2.6,3 2.7,3.4 1,3.4 -1,-0 -2.4,0.5 -3.1,1.2 -0.7,0.7 -1.2,1 -1.3,0.7 -0.4,-3.6 -0.4,-8.9 0,-8.8 0.3,-0 1.9,1.6 3.4,3.5zM17,41.1c0,1.6 0.5,2.9 1,2.9 0.6,-0 0.8,1 0.5,2.3 -0.4,1.5 0.1,3.2 1.3,4.7l1.9,2.4 1.3,-2.4c0.7,-1.4 1,-4.4 0.8,-7.6 -0.3,-3 -0.2,-5.4 0.1,-5.4 0.3,-0 1.7,1.6 3,3.5 1.3,1.9 3,3.5 3.7,3.5 1.2,-0 4.6,-4.5 5.8,-7.5 0.2,-0.6 0.6,-0.7 1,-0.3 0.4,0.3 0.3,1.6 -0.4,2.7 -0.7,1.5 -0.7,2.1 0,2.1 0.6,-0 1.3,-0.7 1.6,-1.5 0.9,-2.2 2.4,-1.8 2.4,0.5 0,1.6 0.7,2 3.1,2 1.7,-0 2.8,0.4 2.4,1 -0.3,0.5 -1.7,1 -3,1 -1.8,-0 -2.2,0.4 -1.8,2 1.2,4.7 7.4,5.6 12,1.9 1.3,-1.1 1.4,-0.5 1.3,4.7 -0.1,3.2 -0.1,6.1 0,6.4 0.1,0.3 0.3,1.7 0.5,3.2 0.4,3.2 -0.8,4.3 -2.7,2.6 -3.4,-3.1 -5,-3.4 -10.9,-1.9 -4.9,1.3 -6.6,1.3 -10.6,0.3 -12.2,-3.3 -15.4,-6.7 -16.4,-17.9 -0.4,-4.2 -0.5,-8.1 -0.3,-8.5 1,-1.6 2.4,0.3 2.4,3.3zM38.6,68.7c-1,1 -1.9,-0.5 -1,-1.8 0.6,-1.1 0.8,-1.1 1.2,-0 0.2,0.7 0.1,1.5 -0.2,1.8z" android:fillColor="#000000" android:strokeColor="#00000000"/> <path android:pathData="M50,61c-1.3,0.8 -1.3,1 0.2,1 0.9,-0 2,-0.5 2.3,-1 0.8,-1.3 -0.5,-1.3 -2.5,-0z" android:fillColor="#000000" android:strokeColor="#00000000"/> <path android:pathData="M0,60.5l0,6.2 4,0.1c4.6,0.2 4.6,-0.1 2.1,-7.2 -1.3,-3.8 -2.2,-5 -3.9,-5.1 -2,-0.2 -2.2,0.3 -2.2,6z" android:fillColor="#000000" android:strokeColor="#00000000"/> <path android:pathData="M49,72c-2.1,0.7 -1.9,0.8 1.8,0.9 2.3,0.1 4.2,-0.4 4.2,-0.9 0,-1.2 -2.4,-1.2 -6,-0z" android:fillColor="#000000" android:strokeColor="#00000000"/> </vector>
102.074074
1,705
0.518868
732c3bf012829e58496d0d8af1df55a2ecde4236
1,990
xml
XML
presentation/src/main/res/layouts/adapters/layout/item_tab_document.xml
eltonkola/ModPE-IDE-Source
85e08c43e73c2046bd3f5bd9f63cecafe4a1763a
[ "Apache-2.0" ]
3
2020-05-18T15:11:02.000Z
2021-02-07T15:47:37.000Z
presentation/src/main/res/layouts/adapters/layout/item_tab_document.xml
eltonkola/LoveCode-IDE
85e08c43e73c2046bd3f5bd9f63cecafe4a1763a
[ "Apache-2.0" ]
null
null
null
presentation/src/main/res/layouts/adapters/layout/item_tab_document.xml
eltonkola/LoveCode-IDE
85e08c43e73c2046bd3f5bd9f63cecafe4a1763a
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Licensed to the Light Team Software (Light Team) under one or more ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ The Light Team licenses this file to You under the Apache License, Version 2.0 ~ (the "License"); you may not use this file except in compliance with ~ the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" tools:ignore="UseCompoundDrawables"> <TextView android:layout_width="wrap_content" android:layout_height="match_parent" android:gravity="center" android:maxWidth="172dp" android:fontFamily="sans-serif-light" android:id="@android:id/text1" android:singleLine="true" android:ellipsize="end" android:textColor="@android:color/white" android:textStyle="bold" android:textSize="14sp" tools:text="Custom Tab"/> <ImageView android:layout_width="30dp" android:layout_height="30dp" android:padding="5dp" android:id="@+id/item_icon" android:tint="@android:color/white" android:src="@drawable/ic_close" android:background="@drawable/ripple_14dp" android:contentDescription="@string/menu_file_close"/> </LinearLayout>
39.8
82
0.697487
7370d12e5c254564cc600174be824d2f9c8a22e8
518
xml
XML
XML/Scenes/defaultScene.xml
IonutCava/Divide-Framework
90130b43b175ac408d3f138f43572a2d1ac66d2a
[ "MIT" ]
9
2018-05-02T19:53:41.000Z
2021-10-18T18:30:47.000Z
XML/Scenes/defaultScene.xml
IonutCava/Divide-Framework
90130b43b175ac408d3f138f43572a2d1ac66d2a
[ "MIT" ]
7
2018-02-01T12:16:43.000Z
2019-10-21T14:03:43.000Z
XML/Scenes/defaultScene.xml
IonutCava/Divide-Framework
90130b43b175ac408d3f138f43572a2d1ac66d2a
[ "MIT" ]
1
2020-09-08T03:28:22.000Z
2020-09-08T03:28:22.000Z
<?xml version="1.0" encoding="utf-8"?> <assets>assets.xml</assets> <musicPlaylist>musicPlaylist.xml</musicPlaylist> <vegetation> <grassVisibility>1000</grassVisibility> <treeVisibility>1000</treeVisibility> </vegetation> <wind> <windDirX>1</windDirX> <windDirZ>1</windDirZ> <windSpeed>1</windSpeed> </wind> <options> <visibility>1000</visibility> <cameraSpeed move="35" turn="35"/> </options> <fog> <fogDensity>0.001</fogDensity> <fogColour r="0.5" g="0.5" b="0.550000012"/> </fog>
24.666667
48
0.677606
69da54e06c43a775a0ee11352434e8e0730f7063
587
xml
XML
app/src/main/res/drawable/dropdown_image.xml
oyeleke/av_test_app_android
41bb3bee8b77ee9143ab2f5a505742fcafef145f
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/dropdown_image.xml
oyeleke/av_test_app_android
41bb3bee8b77ee9143ab2f5a505742fcafef145f
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/dropdown_image.xml
oyeleke/av_test_app_android
41bb3bee8b77ee9143ab2f5a505742fcafef145f
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="15dp" android:height="10dp" android:viewportWidth="15" android:viewportHeight="10"> <path android:pathData="M7.4997,6.7993L2.2641,1.0281C1.746,0.51 0.9067,0.51 0.3886,1.0281C-0.1295,1.5463 -0.1295,2.3855 0.3886,2.9036L6.4797,9.6169C6.7596,9.8969 7.1337,10.0203 7.5003,9.9973C7.8669,10.0203 8.241,9.8969 8.521,9.6169L14.6114,2.903C15.1295,2.3849 15.1295,1.5457 14.6114,1.0275C14.0933,0.5094 13.254,0.5094 12.7359,1.0275L7.4997,6.7993Z" android:fillColor="#022B61"/> </vector>
58.7
350
0.713799
6e48cafe53e2e84147d1cbe3be28ba649be3ec20
286,207
xml
XML
LRG_738.xml
EBI-LRG/lrg-xml
1cabc468b60e1efe362739f6ed91d83ade68476a
[ "Apache-2.0" ]
null
null
null
LRG_738.xml
EBI-LRG/lrg-xml
1cabc468b60e1efe362739f6ed91d83ade68476a
[ "Apache-2.0" ]
null
null
null
LRG_738.xml
EBI-LRG/lrg-xml
1cabc468b60e1efe362739f6ed91d83ade68476a
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="application/xml" href="lrg2html.xsl"?> <lrg schema_version="1.10"> <fixed_annotation> <id>LRG_738</id> <hgnc_id>2210</hgnc_id> <sequence_source>NG_011799.3</sequence_source> <organism taxon="9606">Homo sapiens</organism> <mol_type>dna</mol_type> <creation_date>2021-03-12</creation_date> <sequence>CTGTGTTTTTAGGGTCATATCCATCAAATCATGGCAAAAACCAATGTCATGAAACCTTTTATCTATGTTTTTGTCTAGGAATTTTATAGTTTCAGGTATTGTGTTTAATCAATTTTTCATTGATTTTTGGGTATGGTATTAGATAAAGGTCCAATTTCATTCTTTTGCATGAAAATATCCAGTTTTTTCAACATAACTTGTTAAACACACTATCTTTATCCCCTTATGTATTCTTGGCACCCTTCTCAAAGATCACTTGACCATAAATGTCTAATGTTATTTTGGGGTTGTCTATTTTAGTCCATTGGCCTATATGTCTGTGTTTATGGCAGTACCATACTCTATTGATTATTGTAGCTTTGTAATACAGCCGATTTGTTTTAAAATCAGGAAGTATAATATCTTCAGCTTTGTTCTTTCCCAAAGTTATTTTGGCCAGTTGGGGTCTTTGTGGCTTTATGTGTATTTTAGAATTTTTTTCTATTTCTGTAAAAATTGTCATTAAGATTTTGATAGAGATTGTATTAAATCTGTAGATGGCTTTCAGTTGTATGGACATTTTAATAATCTTAACTCTTTCAATGCATGAACATAGAATATGTTTTCATTCATTTTTATCCTTTATAATTTCTTCTTTAATGTCTTATAGTTTTTAGTGTACAAGTCTTTTGGTCCCTCAGTTAAATTTTTTCCTAAGGATTTTATTGTTTTTGGTCCTTTTGTAAATGGGATTGTTTTCCTAATTTCCTTTTCAGATTGTCCACTGTTAGTGCATAGAAACACAATTAGTTTTGTATGTTGATTTTTGTATCCTGGAACTTTACTGAATTTGTCTATTAGATCTAATAGGTTTTTTTTTTGTGTGTGTGTATGTATGTGTGTGTGCAATCTTCAGGATTTTCTACATACAAGATCATGCATCCATGAACAGGGATAATTTTCCTTCTTCCTTTCCAATTTGGATGCCTTTTATTTCTTTTTCTTGCTTAATTTCTCTGGGTAGGACTTCTAGTACTGTGTTGAATAAAAGTGGCAGGAGTGGGTATCTGTGCTTTTTTTCCTGATTTTGGAGGAAAAACTATCAGTTTTTCATTGTTGAGTATGATGTTCACTGTGGACTTGTTGTATATAACCTTGTTATGTTATGATGATTTCCTTTTGTTCCTAGTTCGTGGAGTCTTTATCCTGAAAGGATATTGACTTTTGCCAAATACTTTTTGTACATGTCTTTCTATCATCCTGTGATTTCTATCCTTTATTCTGTTAATGTGGTGAATCACATTGATTGATATTTATATGATGAGCCATCCTTGCATCCCAGGGATAAATCTCGCTTGGTCATAGTGTGATCCTTTTAATACACTGTTGAATTTAGTTTGCTCATATATTTTTGAGGATTTTTGCATCTAAATCATCAGGGATATTAACTTACAGTTTTATTTTCTTGTGATGTCTTTCTCTAGGTTTGGTATCGGAATAATGCTGGCTTCATAAAACGGGTTTCAAAGTGTTCCTTTCTCTTCCATTTTTTGGAAGAGTTTGCAAAGAATTGCCACTAATTATTTAAATGTTTGGTAGGTTTTATCATTGAAGCCATTCTGGTGCTGGGTTTTTCTTTTTGGAGAGGTTTTTGATTACTGATTCAATCTCTTTACTGGTTTTTAGGTCTGTTTGGTTTTTCTGTTTCTTTATGATCCAGTTCTGATAGGCTATATGTTTCTAGGAATTTATCCATTTTTTCTAGGCTATCCAATTTGGATAATCTATAATTGGCTTATAATTGTTCATGGTAGTCTCTCATAATTCTTTTTGTCTGTGGCATCAATTGTAATGTCTCCTCTTTGATGTCCATTTTAGTTTTTTTGTCTTCACTCTTTTTTTCTTCAGTCAAGTGTAACGTGTGTTGGTTTTGTTGATTTTTTCAAAAGGCCAATTAATTTTGTTGATTTTTCTATGGTTTTTCTATTCTCAATTTCATTTATTTCCTCTCTAAGTTTTATTATTTATTTCTTTCCCTCTGCTAACTTTATGTTTAGCTTTTTTTTCTATTTCTACTTCCTAAGGTATAGAATTAGGTTGCTTTAGATCCTTCTTTTTTAACGTAGGCATTTATTGCTTTAAACTTCCTTCAGAATTGCTTTTGCTGCATCCCATAACTTTTAATATGTTGTGTTTTCATTTTTATATGTCTCAAAATGTTTTCTAATTTCACTTTTCATGTTCTTATTTTGCCCATTGGTTGTTCAAGAATGTGTTGTTTAGTGAATTTTTGTTTTCTTTCTGCAGTTGATTTCCAGTTGCATTCTATTGTGATCAGAAGAGATACCTATATGATTTCAATCTTATAAATTAGTTAAGTTTTGTTTTGTGACCTAGTATGTGATCTATACTGGAGAGAAGAATGCATATTCTGTGTCTGTTGCTTGAAATGTCCTGTATACGTCTCTTAGGTCTATAGTGTTCTTCAAGTCCTCTGTTTCTTTATTAATCTTCTGTCTGGATATTCCATCCATTATTAAAAGTGGTTTTTGAAGTTTCCTACTTTATATTGTTGGTGTCTATTTCTTCCTTCACTTCTGTCAATATTTGCTTTATGTATTTAGGTGCTCTATATTGGTTGCATATATATTTATAATTATATCTTCCTGGTAAATTGAACCTTTTATCATTATGTAATATTCTTTGCTTCTTGTTACAGTTTTTGACATAATGTCTATTTTGTCTGTATAAGTATGGCTACTTCTGTTTTGTTTTGATTACCGATTACGTCAAATATCTTTTTCCATTCTTTTGTTATTTGTGCCTTACATTTAAAGTGAGTCTCTTATAGATGGCACATAGTCGGATCTTCTTTTTAGTTTAATCTATTCAGCCACTTTGTATTTTGATTGGTGAATTTCATCCGTTTACATTTAAAGTAATTACTGATAGAGGAGAACTTATTGCTGTTTTGTTAATTTGTTCATACACTATTTTCATGAGCTTACTGAGCATCTTTATTTATGATGTTTATTTTTGAATTATATTTTAGGTAATTCATAACCTGTATCTTTAGGGTCAATTTCTGGAGATTTATTTTGTTCCTTTGATTGGGCCATTTTTCCCCCCATTTGTGTTGGTGTCTGGATATTTGAAAATACAAACCACCTCTCTCACTCTTTGTAAACTAGCTTTATAATAGAGAAAAACTTTCACCAATTGGCCCAAGTAGAGATTCTGAAGGCCTCTCAAAGTTTTTCTGTGGATGTGTCTTTTCTGGGCTTTGCATGTGTAGATTTCTGTTTAGAAGAATTTGCTAGTTTCCTTTTTTCAGAAGTTCATAATCTTTTGCTTTCTCTGATGTCTGCCATCCTATGGTGGGCCCTCTGACCTGCTGTCAGACCATCCTATCTGAGCAGCAACATGCCGCTCAAATCTTTTATATTCTTGTTGGCTCCTGGCATCTAGAGTATGCTAGGTCCCATCTGCATTACCAGAAATTCAAGAAAGAAACCAGCCCCTTGGGCAGCCCCTCAAAAAGCTGGACTGTTGGACATGTGTTCCACTTTTCTCTTTCCTCCTTGAGGGGGAGGCCTCTGTCTGCGATACTGTGGTTCCTCTGGAGTAGCAGCATACACCCAGTTCTTTTTCTGTTCTCAGTGGCCCCCAAGCATCTAGAGTATGTCTGATGTTATCAGTGCTCCAAGACAGGCAAGACAAAAACCTCCCTGAGAAGTCAGAACATTGGATGTATGGGCTAGTCTTCTCTTTCTCTCACCAGGGAGAATCGAATCCAAAACTGGTAGTTTCCCTCCAATCACATGGTGCTCTGTCAGGCAGAAGGACTATGGTGAGAGGGTGACAAAAATTCTTCTACTTGCTTCAATGTGGCTGGCTTTGTGTTCTCCTGGGATGCAGGTGCCTCTTAACTGGTTTTGGGATTTCTCATAAACAGAATTAGCCCATATATTGTTATTGATTTGATGTTTTGTGAGATGAAGGAGGTGCTTTTTATTACTACATCTTGCTGATGCCACTCCTCAATCATTCCTCTATTTACTATTAGGTTTTGCTATTTACATATGCTTTTGTTTGCTGAGTTTTGGGGAATGTCATTGCTAACAAATCATGCTCTATCATTTTTATCTGTAGTAGAGAAAATAGCTAGGAGATGTAGACATAATGACAGATACTATTTATTAAGCACTTTTATTGCATCCGGACATAACTGAAGTGTTTATGTGATGATATTTAATATTCATAAAAGCATTGTAGGCATATTGCCTTTGTTTTCCAATTTTGTAAAGGTGAAAACTAGTGCACAGAAATAATAATATGTAACTTTCTCAAAGTCATGCAGCTTAATAATAGAAGAACTGGGAATTAAACACAGGCAGTTCAACTTCAGAGTCTGTACCCAGGAGTCAGAGAAAGCACATATTGGTTCTGTACTCATGTAATTTAAATCACTGGTTGTTCTACAAGTGAAAAAGTATAAGAAACAAAACAAAACAAATCAGTATGGCAACCACACAAATAAGAAAATCAGAAAACCCTCCAAATTCTGTGTTCAACTTAGAACATATATATGAAATGGTGTTTTTTGTTTGCTTATTTTTTTTTGCTTTGGTTTTAAACAGTTTAATGTTCTTATTTTTCATAGCTGGAAAATATCTCTTTTTGCTGAAAAACTATTTTTCTCCAAAATACTGATTATATTCTCTGTGTTATAAATGGGAAAATGAAACAGGCCCTCACCAGATTTTTCATTTAGCAAAACTGTACAAAGAGAAGAAATCTGTTGTTTGGCCAAATTTGAATACAGATTTCCCTGAGAGTCTGACTGTGAAAAATAAGCTGTGGTAAGAGTTTTTTAGGTTAAGATAATACTAAACACTATATTGAAGATGGGAGAGGTGATTGCCATTTTTCAACTAGTCCATCTGGGTCAGTTTGATATGAATATTTTTCTTTATTTTTACCTCATTAGGAACTAACTCCTGTTGTATCAAAGGTCTTGAGAACTCTGGCCACCTGCCACTCATCTGTGCTATACCCAATAGCAGCCTTATTAGGCTTTTGGATCCTAGAGTTGCTGCTATCTCTCGTACCACAAAACCACCTGCTTCTGATTCTCTAGGAAGACTGCTGAGAGTCAACATCGAGCCACTGGTGGTATGTACAGTATAAAGAGTTTTGATTAAGCTTGGTTAATTGTCCCTCAGTATAGTTTTAGTATATATACCCCATAATATCTCTGTGTTAACTCCTTGCCAGTTTTATAATTGTAAAATGTCTCATTGTTTTGATATGCATTGCAGTTGATTTATTTTTTATTAACTTGTATTCTTTCGTGACATGCCTGCTGTGTCTCTTGTCTGTCTTTCTGTTAAAAGATTTTAATTGGTTTTTAAGAATTCTTAGCAAATCAAGTATATTGACTCTGCCTTTCATATAAGTTGCAAGTATTTCCTCCAGTTTTTTTTTATATGTTCTTACTTTCACTTAATGGTTTTTGGATGCATAGAAAGTTTTGACTTTTCAAGTTGAAAAACTTATGTCATGCTTAGAATTGCTATTCATGCTTCAAAATTGTATTTTCTAGTTTTTATTTTTTAATATTAATTTTTTTTTGAGACAGAGTCTCACTCTGTCACCCAGACTGGAGTGCAGTGGCATGTTCTCAGCTCACTTCAACCTCCGCCTTTTGTGTTTAAGTGATTCTCCTGCCTCAGCCTCCCGAGTAGCTGTGACTATAGGCGTGTGCCACCATGCCCAGCTAATTTTTGTATTTTTAGTAGAGACAGGGTTTTGCCATGTTGGTCAGGCTGGTCTGGAATTCCTGACCTCCAGAAATCCGCCCGCCTCAGCCTCCCAAGGTACTGGGATTACAGGCGTGAGTCACCGTGCCCAGCCATATTTTCTAGTTTTAAAAAATAGTTTCCTCTTTCATATTTTATTATATCCTGTTCTATATTTTACCTCTCTCTAAATTGGAATGGTAAGTTATTTCTGGAAAATTACCTGGGGTAAGACAGGGAACTAACTTTATTTTTTACATGATTAGTCAGGGACTTCAGTGTCATTTATTTTTTTGGTTGTGTTTAATTTTTGACATACATTTTGCTCATTGGAGAAGAAACTTTTTTTTTTAGATTTTATCCCCAGTTTACCTCTTCACAACAGGAAACAGGCAGTTATTTTTATGAAAGCATCCTTTCATCTTTTTCTTCTTCTCTCTCAGCTTCCTTTGGCACCACCCCTCCTTCCCTGTTGTTATCTCTCATTTTCATATTTAATATATTTTACGTAATTTTTCTTAGAGGTATCACAATGTGACAGAATTTTCTTAACTGAACTTTTTATTGAAGTATAGTGTACATACAGAAAAGTACGTGTATAATTTGTGTACAACCCACACAATACATTTGCTTAGAGTGAACAGACCCTTATAGCTAGGGCACAGGTAAGTAAACAGAATCTTATGAGCAACTTAGAATACTCCCCTAGTATCCAGCTCCAATCAGTACCATCTATCCCTTCCCCTCAAGTTAACCATTATTATGAATTGTAGCACCAAAGTTTACTTCATATAAATAGAAATATACAGGATGGAATAACAATGTAGCTCCTTTTGCTCATCATGTTTGAAAGATTTTTGCATAATTGTGTGTAATTATAGATCATTCATTTTTATTGCTGTATGACTATAACCACAAATTTATTTATCCACGATGTTGTTGATACACACGTGGGCGGTTGCTGGCTTTTGGCTATTAAGAATGGTTCTGCTATAAATATTCTTGTGCATGTCTTTTCATGAACACACATATTCCTCTACAAGTTCATTGGCTTTTTCTAGACTTCTTGGTTTATTTCTGAGCTTCCAACTGCCTAGCTTGGTCTAGTGTTCACAGAGACTCAGTGAATGAGGAGAATGATTTGAATTTGGAAAAAAAGGAAGTGGATATGGATTAGGCAGGTGTAGGCCAGGCTAGCTATTTGCATAGAATTCTGTTCAGTGTATGGCTTTGTTGCATTAACTCTTATAAGTGAGATAGTCTGGAGGAGGAAAAAAATGTTAAATTTGGATGAAAAGCTGGCTTTTCCATAATGGCTTCATTCAGTAATTATTTTGGTGGAGATTTTTTGTGTAAGTCATTTGAAGAAATTTATTGCCTAATGAACATAAGATAAGATATTTTGTTATAAAACTAATTTATATGGGAGCACATTTTTAGCTGGACTGACTTAGACAAAACCCAGATATTTAACCTTTTTAATTGAAATTTAGTATTTATTTATTTATAGCCTTGAATGTTATCCATGAATTATTCTAATATACTCCTGGGAACACTCACACTGGGTGAATGAGAATTTCTCACCGTAAGAGACTAGATTAGCCTCATATGAAGTAGCTTTCAGGACCAATGCTGGCTTACTCTAGTCTTGAGATCTATTTTTCATTGCTTGGTGATATACTGTATTCAGCCTGTAACAGAGTTATACTGTTGGGATTCTGGGAGGCTTTCTACTGGGCATTAGTGATTTCCTTTCCTAAACTACAAACACAACTGCCCCTTCTGAGGAGGAAAGCAGGCAGGTTTGCCTTGGCCAAAGTCCAATGGCCGGGAGTCAAGCCCTTAAGTGCTTTCTCAAGTGCCCAGCCTAGTTTCTCTGAAGATCAGTCTGCTTGGTAGCCTAAGAAGGAAATTACCCGGTCATTTCTGTTCTGGCATTTGCTAGTACACAGCTGTTTCTTTCAATTCTGTAGAACAAACCTGAACTGGCACCTTTCCTGGATAGGAGGATATCACTGGCAGGAGATAGAAAATACTTTTCATTGACGTACAAGGGTTGGAGAATATATTATGAAAATCATACTTGATAACATATTTATTCATTAAATATTTCTTATCTTTGCTACATAGTATTGTTTCTAAAATGATTTCTAACACCAACAAGAGCTTGAAATACATATATATGTGCTCTAATACTTCTTAATATGTGGACCACACCCTCAATCCTACTGAATCTGAATCTCTAAGGAAGGGGCCTAAGAATTTCCACTTTTATCAGTCATCTCAGATAATTCTGATGTACACTAACATTTGTGGACATCTGGCTTAAACTCAAAAGCACATTTAGACTAATTTACCCTACTAATTAGCATCTGTTTGAGAATAAGAGAAAAGTTAAACAGCAACAAAATGATAGTGACTTATCTGAATCAACTAAAATAATGTTATGCATTTTTAAGTGTTTAATTCTAGTAATGCCCTATAATTTTTTTTTTTGAGGCCTCAGGCCTGTGACTCAGAATGGACTCAGGGTGTGGTACAACTGTCTTATGTACACATTCATATTTCAGAAGACAAATATCCTTAGATTTAAATCTTGAATAGATCCACATTATAGAAAACTCCATTCTGTAGAAATGCAGTTATAGTGGGGTTCCAGCATTATTAGTTTGTCAAATTTTAGTCTAACTTTTATAACATTGCCATTGACTACCCTTGCTGCCTGTGAGGGGTAGATAACAGAAGTATATGAAAAATATGAATGAATTTTTCTTAGGGACATGATCTATTAGAATAAGAAATCTTTCTTTGCAAGGGTCAAGAACTACTCCTGTCTAAGTTCCATGTGCCTTCTTCAATCCTTTATCTAAATGTAAGCTTACCTCAGTCACATTTCTTATCTTATAATAAAGAGGTTGTAATGTCTGAATATAGACTTCACATCAAATATGTGCTTTCAGTGTTAATGTTAACATCATGGTTATTATTATTATTATTATTTTAGCCTTTCATTCTAACATCCCACCCCTCTTCCCCAAGGATTTATGTTCCTATGTATCAGTGAATGATAAGACCTTAATCATATCCTGAGCAGCAAGGTAGAAACCAAGCTTTATTACCAGCACAGGATACAATTATCTAGGTCTTTATCCATTTCCAAAAAGAATTAGAATAACTTTCCTATACCTTCCTCAGCTATTTAAGATAACCATTAGACTGCAACAAAAGCATGATTCTGAGTAGATGTAATCATCCATGAACAAAAGCTGAACTTCAAACTGGTTTATGCCGTAATTATTTTTTCTAACTCAGAGTGTTTAAGAGTATGAATATTGCCTTATCATTTTGATTTCGATTTCTGTTGAGATCCAGTATAACAGCTCTCCACCTCTGTGAATCGTGAAAATGTGAATTTACAGATAGTATTTTTAGTTGCAATTCTAGAAAGATTTTTAATAGCCTTCTATGGATTTACTTATTCATTCATTCATTAACTGATATTTGAACACCTATTATGGGCCAGCCACTCCTTTTTGCCCTGGAGATATGACAGTGAACAAAACTGATAAAAAACCCTGAGCTCAGAGAGCTTATATTTTAGAGGGAAGAGATAAGCACTGAAACTAAAAAATGAGAATAAGTTAGAAGGTAATTAGTGCTATAAAAAATGATCAGGGTACGAGTGATGGGGAGGCCTGGGTGATGGGCCTCATGCTCATGATCTTGCCACAGACCACAGTACATCAGAAATGATACTGAGATGCTAAAATATTGTTTTGGGCTTTTAATTTTAAGTATTGTAACTGCTGGTGATTTATTTTCTCATTTATAACCAAGATGACAGATGTTGATTTTTTCCAGATTCCTCTAAATTCAAGATCTTTCTAAAATACATATTTACCTGAAATAGTTTATTTGGAATGTATATCTAAGTGATATTTGATTTAAAAAAATCAGAGACTAAAAATTTTCTTTTTATATTGGCTAATGTGGAAGTGATTGGCATGTTCAAACCATGGAAGAACATTTGCACTTATCCTTTTTTTTTTTTGTTAATACACCGAGCTTATTAGAGCTGTAACTGTAAAATACAATTAAAATAATTCTGAAGAAACAGTTTTCTACTAATTTGAATTCTCTAAAGAATTTTCTCACTAAGACATTGACTTTGGAAAATGACAGACTTTCTGGTAAACTTTACACACATAATGAAGAAGGGGAAAATTGGGCAATGAAAATTATTTTTAGTTTTCTGATAAGATGTTAACACACATAGAGAAAATGGGTGTTATGACTGTGTTGGACACAGCAATATACTACCTGGATCTCCCTTTAAGAAAAGTCTTGTTGTCCAGGTGTCAGCCCCTTCAGGGTGGGCCTCAGCTGCAGAGTGTCTCTTCACCTGAGGTCATGTCCTTCTTGTGGCAGCTGCAGCTAGTGACAGCCAGGTGGGCATAAAGGCCTGCATTTCGACCCATCATGAGACATTATAATAGGCCATTTGTGCTCTACACAGAACTGCTACATAATTTTATGGCTTAGTGCACAATGAAAATGTGGACCCCTTTGTTCAAAAATTATTAAGAATTTCACGATGACAGTATGGTATTAAACTCAGCGAAGAACACTTCTAAGAGTGGGGGGGGGGCACTCTATCTGCACAGGTCATGTATCCGTGAAGCTGTCCCTGGTTCCATAGCTCCCAGATGCTAGGCCAGGGGTTATGTCAGGCTTACACGGTAGTTCAAACCTAGTACACAGCTTATTTCACTAACTCAAGCAAGTTGCTTACTTTTCTAAATCTCAAAGACTTTATAATAAAAAGTTTAAACTATATGCTTTTCCCATTCATTCAGAGTTCTAAATACCATGATAGGAGAAACTGTGGGATCTATAATTCTATCTTACCTAAGTTATTTCCAAGTGTTTTATAGTGTAATCTACACTTTCTTGCCTAAGTCATCATGAATGTGATGATTTTAATCCATTCAGTTTCCACCCTTACATAAAGGTAGTTCCAGATTTTTGTGAGGCCTGAAATGTATTCAATTTGAGAGACTCTCTATAAGGAAAGAACTACAAAATTACAAATATAAATTTGGTATGAGAGTGAATATTTATTTAGAATGAAAAAATAAATAATAAGTTTGAACGTAAAAACCTGACAAATACAAATATAGAAGAGTTTTTTGACTGGAGTGTTAACCAGTCTTTTTTATGTTAATGTTTTTGGCTCCTACTAGAACACTTCCTGTTACATATGGATTTTGGTATAATCAATAATTGTAAGAAATACAAAAGATTAACCTTAAAGTAAGGCATAACCAAGAGCAATTTAAATGCATTTTTAAATGGCTGCTATTTTGTATTGTATGTTGACTGATACATGTGTGTGCACTAGCTTTGTTATTGGAACACTAGCTTTTTCAAGCAATTTTTTTGCTGCATCAGTGGCAATTTTGTGGATTGTTTGCTCTGAAAGTACCAGACTATGCCAGGGTAAGGTAAATCAGATACAGTAAAATATGAACTAATATATCAAAATGCATAAAACAAGCATTTCTGCGCACTGAAGTAACTTCCGGTTTTTACTACTGTTTTCATCCTTCAAATAGAGGTGTCTGAGAAGTTCATTTTTTTTTTCTGCTTTCCACAAAAAGAGCAAAAAGAATATCTCGTGCATTTATCATTGTGTGCACTGAAATATCAAGCATACTGTTGACTGTAGAGAACTTCCATTTTGACTAGGCGTCAATGAGAACCTAATGTTCCAATTCAATTGTACACAGCTGATGACTGGAAGAATTTTCCACACACTCGTTGCTGGTTTTATACATTTTAAACCTTATCTTTCCCCTACTACCCACATATTTTCATTGCAAGATACCATAAGACATGTTCATATTAATATATAAATTCCAGCCCTGGGTGCTGGGTGTTTCTTCCTTTTTTATGGCTTAAAACAACAGAAATTTATTCCCTCACAGTTCTGGATTGTAGAAATTTGATATCAAGGTGTTGGCAGGGCCATGCTCCATCTGCAGGCTCTGGGGGAAAATCGTTCTTTGCCTCTTCCCAGCTCCTGTTGGCTCCTAGTAACCGTTTGTGTTTCCCAGTTTGTACACAATCCCTCTAATCTGTGCTGTGTTGTCATATGGTCTTCTCCTCTCTGTGTTCACTTCTCTTCCTATAAAGGAACCAGTCATTGGATTTAGTGTCTACTTTAGTCCAGTATGGCCTTAACTAGCTACATTTGCAAAGGCCTTATTTCTAAATAAGGTCACATTCTGAGGTTTCCAGGGAATGGGAATTTGAGGGAGAAAGTATTCAACCCATTATGAAAACCTATAACAGCAACTTATATCTGTTATTATTAGTTAGAAAGTCTCATCAAACACCTCAGTGTATCTGTTAGCATAACGTTCTTAGAATCCATGACTATCACAGAAAGGAACCACTGAGCAAACCTCAGAAGTGGTCACAGCAAAGGTGGAGTGAGCACAAGGAAAACCACTTCTGCACATGACCACATGGATGCTGTTTCGTGGATGAAAAGACCATGATTCCAAATTCCTGAGAATAGCAGCTCTTTGTTGAAGGAAATCTGCCAGAAAATCTGCCTGTGAAATACTAATGCTGAATGTGATTCCATGAACTCTGCGGGACACCTCGAATGTGCTCTGAGCGTCATCATCACAGTCCCTTCCTCACTGGGTGTGTGACAAGCTACTCAGGAAAAGGCTAGGGAGAGAACAGGATATGCAAGCTTCTAAACATACCAGGCCTGTCTGGACCACCCGTAGAGATGCCCCAGCTACACTAATGACATTGCAATTCCCTTTTGGAAGCTGCGCCTCTGCTAGACTTTCTTATCAAGCTTAGCCCTGAGTTTTTATGTTGCAATGCTGCTTCGGTCAGTAAAATGGGTAGGAGCATTTCTGGAAGCCATTCCCACACTAGGATTGTTAGCCATAATGTATGTGTGTAATGGACTGTGAACCACACACACACACACACAAATCTCACTAAATCAAAAGTAAGTGTTTCCCCAATTCAGCTTCTTAGTTGGATCCCCAAAATGCTTGTGGCTACTCCAACAGCACTGGACCACAAAGGAAAGAATGACAAAAAGGAAGCCAGAGTGGCCTTAATTTATTACAGTTAAAATATCTTTTTTTATACTTGTATTATAAATATGATTATGTGCACACATTGCTGCGGCATATCCCAGAGCTCAGAAGGGCAAATCCACTCTGCTTTTACACTGATTACGGTCCTTTTAAAGGAATTTATGACCTCTAGTCCTGGCATCTTTCTATGATAACAAGATGCTGATGCCTTTCTTACTTCAGAAAGTGAATAAATGCAAAAACTGTACGGAACTGTTTCATTATCTGTAACTAATGAATCTTCATTCTTAAATAATGAAACAGAGTGTTAATTTTTTTTTTGAGAATTATTTTATCAAATCAGGCAGACAGAATGCAACATGGTCATATCGATGCTTGTTGTCACTTTCCCCCTCTCTCTCTTTTTTATCCTCTTTTGAGAGTTACCTTCACCTAATTTTGCAATTTCTTCATGTTGTCCCTCACTGCTCAGTGAAGTATCCATGGATCTGCCCATGCCTTTCCCCTCCAGCAAATTTAGGTTTCATTAGACCCATTAATAATAAAAATCATACATTATTGAGTATACACAATGTGTCCAAAGACAATGTTGAGGGCTCAGGGTGTTATTAAACTTATTTAGTTACTACTTTTCCTTTTTGAAGAAATGGAGACTGAGAAAGCCTAGATAATTTACCCAAGTTCACACATCTCATAAGTAGCAATGTCCAGAATTAGAATTGTGATTTGCTTGACTCCTGAACTTGTGATCCTAACCTTAAGACTGTATTACTTTTTTTGAATCCTACTATCTGCCCTCCAATGTGACTGCTATTTAATTTGGTTAATTCACCCTAGTGACAGATATAACCTTGATTGTAATATCAATTAAATTATAATATTTTTAATTTACATACTAGATTTTGAAATCCCAAGGCAGCAGGCATCTCGATTTTTCATGCTTTGAATTCGCATCACCTAGCTCTTAGAGAAAAGAATATTGAATGAATGAGTTAGTGAGTTGTTGAATAAATCTAACAGCAGCCAGTAGAGATTAGTGGCTTGACTCAAAGGGATGAATCTTAATATGGAATTCCCAGGCTAAAGTGGGAGGTATTTGGAGGCAATAGAACCTTTGGGACATTACTGTTATCTCTCAAATCATTCCACATAGCTGTCATTGCATAGTACCAATCATGAGAAGAAAAATATTATTTTCATTTTGCAAATTATATTGATATTATTACAATTAATTTGACTTGCTTTCTTAACTTGCTAAAAATGTGACCAAAGAAGTGTTTGTTACAGGGCTCACACATAATTGAAACCACTATTTTATATTTTATAGGAGGAATGAGTTCTTCTCAAAGCCCAATAGCATGTTTAGTTTATTGATACTGAGGTGACTAGCTTAGTAATTGAGCCACACAAGGTAAGTGAGGAGAGGTGAAAAGAAGAAAAATCTGCACCTGTAACCATTTTTGCTGTGCTAGTTACAGGGAAGAAGCATTTGAATTTTGGGAGCTTTCCTACTTTGGAAGAGGTGGGAATTCCCTTACAGTTCTATGTCATTAGCTATTACTTTAGCTAGTTTTTTAATTTAGAATAGGCGAAAGAGGTAGAATTGAATTTTGATGAATTCTGGACAGGGAAACTACTTTTAGAAGACTAAAAGTTTGAAAACTGAATCTTAAGAGTCTTTCAAAAATGTTTTAAATAGATATGAATTTAACACTGTATATGTCTATATATATATTTTGTTTTTTCAGAATAGCACTGCCCAAAAGATATGTAATGTGAGATATCAAATGCAAGCCACACATATAATTTAAAGTTTTCTGGTGGCCACATTAAAAAAAGTAAAAAGAAACAGGTGTAAATAATTTTAATGTTTTATTTAATCCAATATATCAAAGTATTCTTATTTCAACATGTAATCAACATAAAAATTATTAATGAGTTATTTTATATTTTATTTTTTATGCTACATTTTGGAGAAATCTGATGCATATATTACTCTTACAGCATGCAGAATACAATCAGACTAGCCACTTTTCAAGTGCTTAATAGACACTTCTGCTTAGTGGCTACTGTTTCAGACAGCCATGTTCTTAGAGTGACCAACCATCCCAGTTTCCTTGGGACTGAGGGTGTACCTAGTATATGGGATTGTCAGTTTTTAAACTGGGACAGTCACAGGTAAACAGGGATGATTAGATCACCCTACGAGATCTAGCTCTTCTTTTATTATGTGTAACTATGTATAGATTTGTTTCCACTGTAGCTTGAAATACTCAACAGAGAATGAATCAGAAGACCTAGGTTCAGATGCTAGATCTGCTATTTATTACTATTGACCTGCGTGTCAATAAGAAATTCCATTAATTTTTCTGAGGCTGAGTTATCACAATTTTAAACTGAAGATAGTACCACTTAACTCACAGGAAGTTCCTGAGGATTATAATAAAATTACATAGGAAAATATATCTAGATCAGGTCCTGGCAAAAGCTGATAATAATAGGTGCAGTTGGATACAGATTTCAAGTACAAAATTTATCTAAAGGAATTCTTTATATTATCCATATGGAAGAAAACAAGTACCTTTTGCAGAATTTCAAATTACCACAAGAAACTACCCATTTACTACTGAGAATTAGTCACATTGGTTGGTTAGTCAAGCTACAAGGTTGCCATGAACTCTTTTGTCTTGCCTGCCCTGCCTTACCTGGCCTCCTACTGCTCTCCCTTTTTCATCAGAAAGGAAGAAATCACTTTTAACTGCCTTTCGCAAATTACACAGGTAATCCACACTTTTTAAAATAAATATTAAAAAATGAAGATAGAGAAATTTTAATAAATTACTCTGTAATTTCACTTCCCAGAAACAAACTCTATGAGGATTTTTCGTCATTTCTTCTTGGAATTTTCCCTATATGTATGTATGTATAAAGGGAAAATTATGCACACAAATATAAGGATATATGTATTGTTTTTATATAGTATTGTTGTGTCTAACATGACATGAATGCTTTCCATGTCATTAATTAGGCATCTCTATTAGTTTCATTATATTAATTTATTATCTATATAGGATTTATAATTTATTTAATCAAGCTGCTATTGTTGAACATTAAGGTATTTCTACTTTCCTGGACATAAAGAATAAGGCTGTGAATAATATGTCTTTGTTCAGGCTTCATATTTTTAGGCATAAATTCTTAGAAATGGAATTGCTGAATAGATGAATATAAGCTTATCTATATTTTTAAGGTTTTTTGATATGTTTAATATGCCATTTTACATATTTTTAAAAATCTATGTACACAAATAACTATAGAAGTGTAGAAGTAGGTGTGTCTTTTACCCCACATCTTAGTTTACACTAGGTACTACCATTAAAAACATTTTTCATTGTATAATATAATCCAGATACAAAAACACACATGCATATATATGTATATGTGTATATGAAATATAATAAGGCAAATAGCCTTGTCACTATACCCAGATCAAGACGTACACATCCAGCTACCCAGAAGCCTTTCTGTGTGTTCCATCCTGATCACAACTACTCTCTACTTTCCTGCAGAGGAACTGTGAAAATATCCAGGGACTCTCCTTACTTTTGTATCAATCCCTTTCTTGCATTTCTCTGTGGCTTCATCACCAACTATGTATTTATAGGCATTGGGGTTCACTCTCGCTCATGATTTTAGGATGGTATGTCTCTTAAGTCTTTTAATCTATAAATTCTCTCTCCAGTCCTCCTCCCTTTCGGTTAATTTGAGGAACCCAGGCCATAGCCTGTAGTTTCCTACAGTCTGGATTTTGCTGCTTGCATAGTGATGGTGCAGTTCCTCTTCCCTCTATATTTCCTGCATATTGACAGCTGGATCTAGAGACTTGATCAGAGTTAAATTCAATCATATGGCAAGATCACAGCTGATGTGTTCTTTCTTCAAGAAGCACATAATGTCTGGCTGTCTCTGTTTTTATGACGTGTTTTGGCACACTTTCAGTGTTTGTAGGAATATTATTCTTCTCTGTATTCTCCTTTTGTTATAGTAACTTTTTATAGCATTTAATCTTGATACTTTTCTCTTGGTCATTTTTTAAAGTTAATTTGTTTTTTCTGAAATTTTAGAAAGAGGCTTGGTTCAGATGATTTTTCTAACTTTTTATACAACTCCCCCCTTTAAGATTTTTAAAAATATAGTGTTAAGGCAGGGCGTGGTGACTCATGCCTGTAATCCCTGCACTTTGGGAGGCTGAGGTGGATGGATCACCTGAGGTCAGGAGTTCTAGACCAGCCTGACCAACATGGTGAAACCCCGTCTCTACTAAAAATCTAAAAAATTAGCTAGTCATGGTGACATGCGCCTGTAGTCCCAGTTACTTGAGAGACTGAGGCAGGAGAATTGCTTGAGCCCAGGAGGCAGAGGTTACATTGAGCTCAGATCGCGCTGTCACACTCCAGCCTGAGCAACAGCAGCGAAACTCCATCTCCAAAAATATATATATGTGTGTATATATATATATATATATATTTAACACTATATTTATAGTGTTAAAAATTATAGCAGCTTACTTTTTGAGAGTTCCTGATTCTCTTGTTTCCCCCTCCTCTTGCCACCCCAATTTATCTTGGTCTTGCCTTTCCTTTGTCTCTATTGCCCATCTACCATTCAATTTTTCTTTCGCTCCTATCAGTGTCATCTCAGTGTAGGGGCCTGTGCTGGAGGAGAGCCCTGGCAGATACTTTTTTTTTTTTTTGAGACTGAGTCTTGCTCTATTGCCCAGGCTGGAGTGAAGTGGCACGATCTCGGCTCACTGCAACCTCTGCCTCCTGGGTTCAAGCAATTCTCCTGCCTCAGCCTCCTGAGTAGCTGGGATTACAGGCGCCCACCACCACGCCCAGCTAATTTTTTGTATTTTTAATAGAGACTGGGTTTCACCATGTTGATCAGGCTGGTCTTGAACTCCTGACCTCAGTTGATCAGCCCACCTCTGCCTCCCAAAGTGCTGTGATTACAGGCATGAGCCACCGCGCCCAGCAAGTTTTAAGAATTCACAGGAGACAGATTGCCCCAGCCCATTTGATGGGCCTTTTTCATTCATTTGCTATTGTATTTGACAAAATGCCTCCTAGTTCCAGTAAGCTCGGTAGCATCTCAAGGTATAGAGGTGGCAGTGGAAGCAATTTGCCTTAGGTACAGGCAGGAAGGAGGCCACGTTGTCTATGTAGAGGTAAAATACAGATGAACTACTGAAGGTTGATCTGCTTTGTATTATCAGCCTGCAATGGTTATTCTAAACAACGTAAGTGATAAAATAATCCCCTCACTGTGCCACCTCCTCCTCTAAGCCTTTGATCTCAAAGTGGGCTATGGGATTTTTAAGTGAATACTTGCTGGCAGCTATTTTGGGGTTGTCCTGTCATTTCTCAAGTCCATCAAATGCACTTTCCTTGCTTTCTTTTGCACAGCTTCTCAAATCACAGAGGCTCGAGGCTATTGGTGGTTTGTACCCACACATTTATATATTGCCATCAAGTTTTGTTAAAAATGTTGTCCATGAGTTTTTGGTTTTACTTTCTTGCTGCTCTTTTAATGTAGGGTTTCTGCTAGAGCCAAAAACTATGCAGTCACTGTATCTGTCATCTTCACAGGCTCCCTCCCCCCTGAGTATTTTCATTTTTAATCTTTGTTAATTTGAAATGTAAGAAATATTACTTCATTGTTTTTTAGTTTTTGTTACTTGATTTTTAGTAAGCTGGTAATTATTTTCTTATCTATTTATTTGTGGCCATTTATATTTTTTAAATATATGGACTGTCTGTAGTTTTGCCTATTTTTCTACTGGAGTCTCTGCCTTATTCTCATTGATATATAAGAACTATTCTTAATATATAAACTTTAACTCTTGGTCTACACTTTCTATAATAATGATAATGATTTTTAACAGTGCAGTACTTATCATCTAATTTTTTGGCACAATATAGTTTTAAACTTAAGGTGAGAAAAGTTTTTAAGTTTTTAAAATATGTGTTTTGATTATATTTGGAGAGACCCACCTACTGGTTGTTGGAGAGTTTGGTAAGTTTTACTGATGAACAATATTTAGTGAACGTCATTATAGGATAAAGAACAATGAAATTTTGGAAAGCATCAGGATTTCTTAATTTGAAATGATACCGAACAGTGTTACTCCCATTTTAGATGATCTCTATATGCTCTGGCCTGTTAAACAAATCATAACTGAAGTTTATATAGGGCTTCACAATTTACCCACGTCTTTCGCTTATATGATTTGAGCCTCACAATAATTCACATACTTAGAAAAATAACTGCCTGAAGTCTGCAGTAATAGATTTCTTTTCCAAGTGAAGTCTGCTTAGTTATAAATCTCTAATTGCTAATGGCGATAAAGGGCAGTATTAGCAGCTACAGTTAAAAAAAAATCCTGGGGAAATCAGTTAGCAGTCATTGGCCAGGAAGTGGATTGTTTGCAGATTACTTGGCATAGATCCCCATAAAGAAGCAAACCTTCGGTCCCACCCCTTCACTCTGCTTTTCCTGCCTCCTCTGTTCCAGAGAAGCAAATATTTAGACACATTTGAACCATCAAAACCAGCAGTTTATACTAATCTGGACAAAATGAGTTATAAAGACCAGATGATGCTTAAATATAGCTGACAAGATTTTAACTTCATACTTTGAAAAACGTTATAGATGACCTTCTTTTAGTGTTTTCTCCATTGGTATTAAGTTAAACATTAAAGAAAACCCTAAAGCACTTTGATGGAATTTGGAGAATTATTTATTGAATAAAAGTTTTTGGTTTTTGTTTTGTGAATGTCTCTTTAAATCAAAGTTATTAGTTCCTATGATGCTGCAATTCTGGTGAGTCAGAAATTCACCATATTTGGATTTTCAGTTTTCCACTTTCAATGGCTTCCTCTGTCCTTTTTTTTTTTTTTCAAGCTCAACAAATGTAAAATATTTTAATCAAGTGAAAACAGACGAAAATATGACTCATTCTCCTCGGCTAGGGTTGGTTTGCTGATGTCATTCCAGTCTCTGCGGCCAAAGCGTTCTAAGGAGCATAATCAATCTTGGGGATCCTGCATTTCAGTTAGGAACTAAAGCATTTCATTTTAAACTCTCTTTATTTCCTTTTTTCCTCTTCTTTTTGTTTCCTCCAAAAAAGAAGAAGAAAAAAGAAACAGTTGAATAGTTTCATACTTTTCTTGTGTGTCATGCCACATACATTTTGTTTCATCCCTCATGTCTTCATTTTGTTGCTTAATATATATTTCTTCTGAAGACTGTTTGCTATTCTTTATGTAGAAAAAAGGACCAGGAGGATTTATATTTAACGGCCTGAAAACTCAGCTCACTCTTTTTCCCTAGCTTCCCTTTCAGGGCGGCATTACCATCTGCCTTCATGGCTTCATGTAACCTCTTTATTCTCAGGGCTCTGAAATCTTTATCTCCAGTGTCAACTTTTTTAAAGCACCTGACTCAAATTTAACTTTCAGCTGACATCACTCTTATAAGCATCTTTAATTCAAAATATTCAAAACTGAATTAATTAGTTATTCCTATCAGGAACCCCAAACTGATCTTTCTGTTTTGTTTTCCATTGCAGTTAAAAGCTTCATCATCTACTCAGCCAAAATTAAGAGTCTGTAAGATTTTCTGACTTCTCCCTCTCCATGATCCTTTCTGTTGAATTAGCATCCAAATATTGTTGCTTCTTTCTCAGAAGTACCTCAAGAATTCAACCCTTTTTTGTTGTTAAAAGGAAGTTCTTTAGAACCAAAAGACTGAGGTTTAAATTCTGTCTCCAGCACTACTATCTGTGTGACCTGGGGCTCATTACTTGAAAACTTCCTGGGTCTCAGATTTCTGGTCTATAAAATGGAAATAAGTATAGTACCTCTGTCATGGGGATTATGGAACTTAGAACAGTACCTGTATATGTTAAGTGCTACAGAAATATTAGATATTATTATTTTTATCATTTAATCAATCTTCACTCGGATAGCCACTGACTTACTTTATCTCTTGGCTAGAATATTGAAACAGCTTTTTAACTGGTCTCCTAATTCTAGTTCTTCCCATTCCATTTTCTAATCCACAGTAAAGAGGTTATGTCAGTCAGGGGCCAGTCAGAGCAACAGAAGCCAAACTGAGTTTTTCAATATAAAGAATTGATACTGTATTGATTATCAGTTGTTAGAGGACTTAAAAAATAAAAGGAATCACTGTAGAAGCTTCTACCACCTATATAGTGCAGGGAACAGAGGCAGAAGGCTGAAGTTTTCAGAAAGTAGAAGATTAAAATAAAGACCCCCATGAAGCAGGGCTCAGACTTGGAAGAAGGGGCACTGCCTGCATGCTACTAGTACCTCCGAGGGGGCCAGATGAGGCCAGTTGTGGGAAAGCCAAAAAAAGTTCTGGTGCCATGGTAAGAGGATGTTGACAAAAATACAAAGCAAACAGGAGAAAGGGAGTCTTTTTTCCTTTCTTCCATTCTTCCAGTTTCCCTTTATAATCCAAAGAACCAGCTGATAAAAGAAGATTTGCAGCATCCCTGTGTCAGCATACCAGAACAGGGTACAGAAGTATGGATTCAAAATGAGAATCAATAGCTCAATAACCAATGTAGTATACTTTCTAAAACACAGATCATCTCTCTTCCTTAACTTTCACATCCAGTGGCTTCTCATTGCCTGTAGGATAAAGTTCAGATTCCTCAAATTCTGGTCAAAATAGAATTTTTCAGCTCTTTTCCCAATCCTTCGTTTCTATTCTTATCACTGCCCTTATCCTGCCTCCTAACTTCCAGTCCCTTCTGCACCATGACCTTTGCTCTGCAGTTCTTGTTTCATTCTCCTGAAGTATTTCATCCCTCCATTGTTTTGCATCTGTTGCCTCTTCTGCCATCCTTTTTATTGACAAAATCCTATTCATTCTTTAAGAGTCAGCTCCTTCATTAAACTGAGAGTTCTGGACAAAATTAATGACCTGTTCCTCTGTACTTCTATAGATTGTTTGTTCATTCATTCAAATCAAGTGTGTATGGACTCCTTATTATGTAATGGACATTGTGCAAAGCACTGTACAACAATGAACAAAACATCCTTGGTTCCTGCTATGTGGAGTACCCTGAGGAAGTGACTTTTGAACTGGAATTGGAGGTAACAAGGGGGTAACTAGGCAAAGGAGGGTGGGTTGGAGGGGAGCAGTAATGAATTTGGATTTAGTCAAGTTGACTTTGATATCCCTTTGAACATTTAAGAGGGGAGTTGAGAGGATTGTTGCATAAATGACTTCGTAGCTCAAAAGTAATAGCTAACTGGAGAAATACATTTGGAATTTCTAGCATGCACACTCTAAGGTCTTAGTAGGAGAGGAGAGCAAGGCAAAACAGAGAATTATGGCTAAATTTTTAATAACTTTAACAATTAAAGTTGAGTCAAAGCGGATGACCCCAAATGGCAAGAGTAGCGATCAGAAACAAGAGGAACAGAAACAGTGAGAAAAAAATTCAAAAGGATGGATTAGCAACAGTTTTGAATGTTACTGAGGCTTAGTAAGATAATCATACAGATTTTTGCACTGGATTTAGTGACCTCATTAATGATCATAGGGGGATCCTTTATCCTTTTCAGTAGAGTGATTGCTCTGCTAAGTGGAGTAGAGTGAAGAATGAGGTAGTGAAAATGGAGACAGCTAACATGGAGAAGTTGTTTGAGAAATTTGGCTAGAAGAAGTGACCTAGAATACTTATTTCATTGTATTGTATTTATTTACTATCTTTTCTAACTAGCTAGCATGTACACTTCCTGTAGGCAGGTTATTGATCTTTGCAAACCTTAGCACTAAGACCAGAAACTGGCATTTAATGGATGCTTGATAACAGAATTGTATGACTGGTGAATGCTATTAAAGGGAATTAATTGAAATTGTAAAATAACAAAGCAAGTGCTTTGTAACTTACATTTAATAGAATGGAAGCTAAAATATTTGTTAATTTTTTTCTTGAGTTATTTTTGACATAATTTTGAAAATATGGGTCAGTGATACAAAAATATTTTGTTTAGTAAAAGTTAAAAAAAAGGATTAGAGGAGTCAATGAGAAAATGCAGCCAATTTTTGAAAATACCATAATATGAAACTCCAATTCACATTCCTCTAGTTTAAGTTTGAAAAGTCATACACATATCCTAATTTAATTCCAATTTAGCATACCCAAACAGAAAACTAAATTTTCTTTTGATCTGCATTGGTATTACTAGTTTACTTCAAAAAATATTTTCCAATCTTTTAAGTGCAAACATGGTTATTTTTCAGTCTTTTGCATAAAATCCAAGGTTATGTTTACAAAAGTACATTTGTTATTCTTAAAAGTGTACATTAGAATGATTTATAAAAATTGTTGGCAATGTTACAAGACAAATAAAACAATTTTAATTTAGGCTTCTGCATTTAATAGAATTTACAGGTTCTTATTTAATCACTGCTCAAAATTCAGTTGAAACAAATTATCAGAGTACCTTGGGCCAATTCTACACAACTTTCGAGTATGTGTCATTGTTATCCAAATCTTCCAAAGTCATCTTTCACAATCCTGCTGTCCTCTGTGGCTCTTCATGCCTTCCCCGTGTCCCCCATATTTTATTGATCTCAAGCAACTTCCTCAAAATTGCTCTCAGTGTGAATAGGTTGGGCAGATACTGTTTCAGGTAAGTCTTTGTAAATGACAAATAAGGAAAGATTTTCCTTTCCTCTGGTGGTTATTCAGACTTGGCCCTAGTCCTTCATGGTTTTAACAGGGGACCACTCCTTTGCTTGTAGAACTTCTATCCATCCCAGGGTGTATTTTGGAGAAGAAACTTCTTATATTCTCAAATTACAATATACAGGGATATATAGGCAACTACTATTTGTGCCTCAGCATGCAGTTGGTCTAAAGGGCACACACATGTAGCATGAAAGCATATGTGCCCTCTGTTCAAGCTGAGTGTAGGCCCTTAGGTTTCTGAGAGTGTCATAACAGATAAAGACAGCAGAATTTGGTCTGGGATGCTGTACATCTACTGCTTTGTTGAATTTACCCGCTTTAAGCTTCTTTCAGCATATGGTTGGTTCAGTCTTGGCTGTTCTTGCTCTTGCCATTTGTTTATGTGATTATGGTAACTCACTGCCCTTCCCGGTTCCCCACTTCCCAGCTTTGACATAGTCCTAACTACACATCCTTTCTATGGAGTCCACCAGTGAGCCTGAATTCACTTAAACTAGCTTTTTCCCTAGTTTCCTGTTCCCTACTTAGCTCCTTTACTCCTGGGCTGTTATGTGATATACACACCTAGTAATCATCGAAAAGTTTACCGCAGACTTAAGAAATGGTAACAGCAGTTTGTTAAATGGGGAGGAGCTTATCACTCTCCTACTTTAAACAGTTTATTTTAAGACACAGGATTTTGGTGGGGTAATAAGAAGTTGTTCTATAATTACTTAAAACTTCCACCAATTTTTCTAATAAATGTGATATCCTAATTCTATTATGTTATACAAACTTCTAATTCATAAAAAATCATTATTTTTGCTTCTCTAGTAAATTATGTTTTTTTAAACCTAAAGGTCTTATTACTATAGGAATCACAAGAAATTAAAATATGAATGTAGATAACCAATAATTACTGACATTTACTATGGGCCAGGTGTCCTATATGCAATTACTTTACTAATCTTCATATTAATTTCACCATTTAGGGAACATTGCTTCCATTTTCCATTCAAGGGAAGAGTGGTTCATAGTGACTCAGGTAACAAGTAGGTTATGAACATAAGAATCAAACCCAAGGCCAAATATAAACTGCTGTTTCTGAACATCAGCATTCAGTTCCATTATTTTGCTGAAAACTAGAAGTGGCCATTGCCTTGTTTAGAAAAGTAACCTCACATTGTAATTAAGAACATGAGATTTGGGATTTGATTTCCTGGGTTCATATTCCTTTTCTGCTACTCACCAGCACTGGGTCCCTGAACACATTACTGAACATCTCCAGGACTAAATGTCTGTGCTAATGAAATAATCCACATAAAGCACTTAGCACAGTGTCTGGTATAGAGTGAACACAAATGTTCTTTGGTTAATTCAGATATTTTGGCCTCTTTAAAGATTTCTTCTCTTTTGGCTAACAAAATGGGAAACAGAATAAGCTGTGTTTTTAAGGCAGGAGTCTCCATATTCTTGTGTGAAGAAATTATACTTCTTTGCTTCTTTATAAATGACTCAACATAAAGGTGGGAGGTAGAGGTGACTATCAATAAAATCCTTCAGTGAAACAGAGATCAAGTGTCACTGTTGTTAGGATAACGGTGTTAGGAGTCTCCTTCCCTATTTCCAGGTGTGAAAAACTACAGAGAATGCTGCAGAAAGATGTGTGGTAGTTTTAACTAGTTTAGAGTTTTATGAGATAAAACATTAATATCTACCAGGAGATCCCAAGACCTGGGGTCACAAATAAATCGCAGGTATTCTACCACTTCTCACTCCACCATTCCAAGCCCATAGAAGACATAATTAATTCAACACAACATAATTAATCCAAGACAAGATAGAGACTTGTACTCAGGCTCTTCCCACTACAATCCTCCAGGCAGTCACATGAATCAATCAGGAGTTAAGCCACAGGATGGAACCTGTTTGTGGTCTTTGATTAAGTCCCCATATTTTTATAGTATTAGGACAGAAATCTAAAGGAAAAATGAATTAAAGGAGAGAGATACCCTAGCATGCTGAAATTAAAGTTTAAAGATGAAATGGATTCATTAGTTCGAAAGTGTATGTAAGACAATTTAAGAATTACTGAAATATGAGTCATACAGATCTAAAGCTGAATCAGCAGGGAAGTAGACACACATGAACTCCTAGTTTAGAAACAACGGAGGTTGCAGTAGATTCTTTTAAGAAAGAAGTCCTTAAAATTTTGAAGAGTGGGAGAAGTAAGGTACTATGGGGATATTTAGTCATTATTCAATTAGCAAACATCTTTGGGCAAAGCCCTGCTTGATGAATGGAATGGTGCTTCTCTTTCATTTTCATTTTTGAAATGTTAAAGCGACCTAAACTTCTCTATAAAATAGCATAATTTACAACATTGGGGAATTCAAAGAGCTTTATGTGAAAATGCTTCATTCTGGCTGGGCGCGGTGGCTCACGCCTGTAATCCCAGCACTTTGGGAGGCCGAGGCGGGCGGATCACAAGGTCAGGAGATCGAGACCATCCTGGCTAACATTGTGAAACCCCGTCTCTGCTAAAAATACAAAAAATTAGCCGGGCGTGGTGGCGGGCGACTGTAGTCCCAGCTACTCGGGAAGCTGAGCCAGGAGAATGGCGTGAACCCGGGAGGCAGAGCTTGCAGTGAGCCGAGATGGCGCCACTGCACTCCAGCCTGGGCGACAGAGCGAGACTCCGTCTCAAAAGAAAAAAAAAAAAAGACAAAAAAGAAAATGGTTCATTCTTAGACAGGGAAAGTTACAGACTAAGTTCTCCAATTTTATTCTCAATAATTTTCTAGCATTGCTTTTCTGAACTTCAGTGTGAGATATTTCACTTTTATTGAAATTTTCACACATATGTAACTAATTATTCATTTAATTAAGTCTCTTTTAGGCTAAAGAGTCACCAGTTCCTCTGGAGTTCGGAATATACTTGTGGAAAATAATAAAGTCTCTAAAGTAAGAAAAGAACTGTAACCATGTAAGTAGGGCGTGGCCTCGACCATGAAACTGGAAGTATTGCATTACAGCTAACAAGGTGACAAAAGTGCTTAGTACAGATGACAGATTCTGTAAAAAAATTTTAAAATATCAAAATGGCACTTTGTTCTGTAAACTTGCCGATACATTGCAACTTTGGGTATTTCTTTATGTCTAATTCAGCAGTTTTAGAAACACTAAAGTATTCTGCATACAGCTGTGTTCCTATTTGCACAGACTCCACATCTGCCAAAGCAAATACTGGTCTGCTCCCTGTAATTCTACCACTCCACTAGAGTTTCTCCTGTATTTATGGGATGGGTGTGTTGATTATAAGTTAGAGTTCTGGTGTTTGGTTCTTGACTACATTGTATTTAAGTTCATTCTATGCTTTTTTGGCTAAAACTTGAAAGCAATGCCACTTTTAGATTTGGGAGGGTGCAAATAAATAAGGCAGGGCGATTATATTACGGTCATGATATATCCTCATTGTATTTCTTTGACCTGTACATATGTTTCAAGTACTCATCTTTTCTTTTCTTTCCAAAATATACATTAAAGGGCTGCATTACAGATTTACATTTTATCTGTGCCAATGGAAAGTTACTGAATTTGAACTTCATTTTTAGCATTTTAATGCATTTCCATTCTACCATAGGAAAAAATACTTAGAGGAGGGGTTTGAAATGTATCAGTAATTGTATCATTCTGGAAGAATGAGCTGTTAAGCAGAACTCTTTTGAAGAATAAATAAGTTCATTTTCAGATTAGAAAGTTTAATAGGTAGTGAAATCAAAATTGGTAACTAGAAAAGGTTAATAAATGAATTTTATGTCTCTGATTCCACTTTCCTGCCCTCTTATCCTCATCCTTACTGTCTTGCCAAATCTCCCAACAAAGATAATGATTTTAAAGATGATTCTCAAATTCATCATGCCCATAGTATTATCTTCCTCAGAGTGAGTTATGGAATCTCACACTCTAACCCATCAATGTCAATTTACCCTCCACACTTATGTACTACTATTATCATTCTTTCTTTTGCTCAGTAGCTCACAATTTTCTACCACATGAATTCTAAACCTGGAGAAATTAATTTCTACTGCTTCTAAATGTGAACACTCTGCCACATCTGACCAGTTTACTTACTGCTTCTTCACTAAGTCAAGGTTATTCTAGTCTCCACTTGTTCTTCTCACCTCTCTTTCATTCATTCCAACTCCTGTCTTTTCTCAACACATGAGAATTCTGAACAGTCTATTGCTGGTCTGATAATCTGTTGCTTTTAACTGCATAATTCTGTTTATTCACATTTTCTGTGAATTACATTTAACATTGCATTTTATTCTTTTGATTTATTCTACTTTTTCTCTTTTCCTATTTTCTACTCTCTTGCTTTTGCAGGGAGGAGTTTAGTGCATTTTGTTTATGGTTCACATTGTATTCTCCCCCCACTGCTAGATTGTGTTTTTTGCATTTAATTTTTACCCTTTTAATTATTATCCTAGGTATTTTAACACACATATTAAAATTAACAGCCTAAAAATAATATCTTTAATCTCTTACCAGCTAAAACAGGAGCTTAAAATGCTTTACTTCTCAAATTCTATGAATATATATTTATTATTATATGTGCATATATAATATATATAATTTTAGTTTTATTCTATTTTTATTAACAGACTAGATTTAAAAATGTTTTATATGATCAATGGATTATTTAGATTTACCTATTTGTATATCACTTTTCCTTGCTTGTGTTTTCCTTTTGTACCTCAGATGTCTTTTCCGAGATAACTTTTTTCTTCCTAAAGCATATCTCTTGAGAATTCCACTGCCTTCTGATTTTTATTGTTGTTGAGAAATTAGCTCTTAGCTTATATGTTGTTCCCTTCAAAGCAGTTTGTCTTTATTTTCCTCATGCTGTTTTTGTAATGCTTTGTCTTTGATGTGCTACAGTTTCAATGCAATGTGTTTATTGATTATTTTATTTGTATTTATCCTTCTTAGGTTTTTTTACATTTCTCTAACTTTAGAATCAAGGTAATTTCTAACTTTGGAAAATTATTAGCCATTATCTTTTTGAATATCTCTTTTCCATTTTCTTGTTTCCCTCCTTCTAGGATTCTAATTAGATATTTGTTAGTACCGTGTACTCTAATCTCTATTACTTCTTGTGCCTTTCATGTTTCTCATTTTATTGTTTTCCTGTGTTGCATTCTGTATATTTTCTTAACTTGTATCTTCCAATTTTTGAATTTTCCCTTTAAATATGTTAAGTCTGCCTCCTTTGGATTAACTAAGTATTTTGTATCATTTCATGGACTTATTATTAAAACCTCTTTTTAATATTTTGTTAGTGGTTGCTAGGCTTTAGGATATGCATTTTTAATGAAGGTTAATCATCATATGTATTGTTAAACTTTCCAACAGTATTTTTCCAATTCCTTTTCACATCTTTTGTTCTACCTTTATCATATAATTAACTTTTTATATAATTGCTAATATTGTTGCTTTAGAGATTCAATTATATTTTAGAGTAAAAATAATAGTCTTTTTTGTTTTTTAAATAAAATGTTTACCTTCACTTTAACTATTTCTAAAGATCTTATATTTGTGTGTGTGTAGATCCAGGTTTCCATGATATTTCTTTTGTCTGAAGAACTTTAACATTTCTTGTAGTACAGGACTGCCAGTAAGGACTTACATTAGTTATTGTTTGTGTGAAAGAAAGCCATTATTTCCTCTTAATTTTGAAAGATAGCTTGCTGGGGAAAGAATTTTTGATTGACATTTTTTTTTATTTCAGTACTTCAAAGGTGGTGTTCCATTGATCTTCTGTCTTGCAATGTTTCTGATAAGAAATTTCATGTAATTCTTTTTCCCTCATTATGTATTATATCTCTTTATTCTGGCTGCATTTTCTTTTTTAAGGCTTTCAGGAGCATAAATACAAAGTGTGTAGTTGTTTTGTCTTTGGTATTTATTCTGCTTGACATTTTCTGAGCTACTTGAATCAGTATATTTTATTATTTTGGGAAAACTCTTGGTCATTATCTCTTCAGTATTTTTTTCTGTTTTATTCTCTCTCTTTTCCCTCTATTTGTATTGCAATCCCATCTTCTTCCCATATTGTTAGAATCCAGCTTACTTAGCTACCCTATAACCTAAACTTTCTGCTGGGTTAAGGAAAAATTATAATTTTGAAGGTTATCTGGCATTTAATTACTATTAAGCTAGGAGTAATTCACTTAGCAGCTTCCTACTTTCTTGTCAGAAGTTAAAAGCCCTCTAATTCCATATTTATTTTGAGGTATTATCTAACAGCTTTGAGCAATTAAAGATGTGAAAATTAGTACATTTCTGCTTCTTTCTGCCTCCCTATTCTCCAACTCTTAATTTGGATTAGTTGTTTAGTTAATTTATTTTTTATACCATCAAGGTATTATTTATGCCATCAAAGTAAGACCAAAAAGATGGTACAGAACCCAGGGCCTGCCTTTATTACCCTTGAGCCTGAAGGTGCAAGGAAGAGAGAAGTTATTGAACCTGAGGAGATGTAACTGTAGGAAAAAGCTACTTCACTGGACTGTAGCCACTCTCTAACCACAGCTGGCAAGAGAGGATTGGGAGAATCAGTGCCCTGACCTCATTCTCTTTCTGCCTTTCAATCCCCTACTGTGCTTTCCATTGGCCTAACCCCAATAAAAAGCCAGAGGACAAGAGTGTCTGTTGATGCAACCTGTAATGGTCAACTTGTAGGATATAGTGATGTACAAAGAAGGATGGAGAATAAATCTGGTGGAGTAAAATGAGAAATCCAAGTACACTTATGTTGCTTCCTTTGGGCATTTATTGTATTTTATCTGTAGAAAATTTTGTTTCGCTGTATTTTTACAAAATTAGAACTTTGAATTGTACAGGCTTTTATAATTGGATTCTTAGGGTTCTGACTTTTATTTTACTTTTTGATTAGCCACAGTACAGCTTGATGACTTAAAGAAACAACTTTGTGGCTGTTCTAGATTCTAAAGAGAAGATAAACCTTTTGAAGAGAATACTCACCACCACCCCTCTATGTCCCTTTCTGCTTTGGTTATAAACATCTGTTTGCTTGTAGTGGGTGTGACCATGCCTTTTTTTGCCCTTGTGCCTAGTTAAGAGCTTTCAAAAGTATGATGGACATTTTTATATGTTATTGTACCTTTAATAAATGCTTTATTTCCCTCTAAACAAATTAAAGCTCTTGACTAAAAGGTATTATACCTTTGTGAATCTTACTCTTTAGATAATTATGGCCTTACTCCATGATCTATCTCCATTTTTGGCAATAGTCATGTGCTTTTATATTTAAGTTTTTAGTTATTACTTAGATAAAGGTTATACAAATCTTTGCTAAACATGAATAGAATTAATAAAGTGGCCAGTGTTGCTTTTTGATCATATACTGACCAATTAGTCAATTTATGGGAATCCAGCTCACAAAAAGTTTCAAAAAGATTTAGTCTTGATTTTTTCTCTTAAGGAGCCATAGTCTACTGAGGTGATAAACATAATCATATGAAAGGATAAATAATAGTATACACCAGCATATGATATGTAGGGAATTAAAAATTTAGGTTAGTAAGTGTTATAGAATTTTAGGGAAGGAAATGTTAGCATGGTCGAATGAGTGAATATATAAAGTGGTTGAAAAAAATTGTAAATTAAAGTAGAATTAGTCTGAAAATAAAAATTATCAACTTTCTCTTGCTTCCCAACTTGGAATGGAAACAAGTGACTGTTGCTGAGAAAAGTTTTTAGTTTACCTTTCAGGTTGAGAAATGGTGGCTTGATGTTGACCATCATTTCCAATAATTGCATATTATTATTACCTTACTATATCCCTCAAAATGAAAACATATATGTTTTACAGGGGCAGGTACAGAGTTGATTTTCACACTTTTAACTTCACATTTTCACTATTATGAAAACAATTTCTGCATCCAGAAATTGATTACATTGATTTCTCAGGTATATCAGTAATGAAGGTGTCTGATAAATGACTGTTCATTATGTCTCAAACCAACAAATACAACTTTTTCTTGTCCATCCCATCTCTGTAACAAACTTTCTACCCTGTCTTTTCTTCACCACTGGATTTCTTCAAAAAGTGGTACCTTCTACTAAATGTCTCCTCTTTTGCTATTCATATCCCATCCAGTTAAACGTAAATTATATATGGTTTTATATTTATAAGATCTTTTGCTTATAATCAAATTATCACTGAGTAGAGATAAGAGATCCCACTTTACTCCAACAGTACTGCAAAACATAAATGATTGCCAGATTAGGTTCTGTACTTGTCAGCGCATTACTTATCTTTATAATTGTCTTTATACATCTTTATATTTATTATATAAAGTTAACATATCCTATGCATTCATTCTCCCAGCATCCATGTGGAAAATGGCCAGGATAAAGACTAACATACTCTTCTTCAGGTAGGGGTAATGTACTCCTAGATCTAAATATGTATCATATTAAAGGTTAAGGTAAGCAGGCGGATCACGAGGTCAGGAGATTGAGACTATCCTGGCTAACATGGTGAAACCCCGTTTCTACTAGAAATACAAAAAATTAGCTGGGTGTGGTGGCGGGCACCTGTAGTCCCAGTTCCTCGGGAGGCTGAGGCACGAGAATGGCGTGAACCTGGGAGGCGGAGCTTGCAGTGAGCCTAGATCGTGCCGCTGCACTCCAGCCTGGGTGACAGAGCGAGACTCCATCTCAAAAAAAAAAAAACAAGAGCCTATGAGAAACTTTTGCCACGTAAGAGGAAAATATTAATTTGAAGCATCTGGCCATACTGGTAATTTCTGTTCCTTAGAGATATCAAACAGATCCTGCCTGAATGTATTTGTATGAAGTTTTGCTGGAGTGTTCTTCCCTGGAATTTCTCACAGTTGGCTACTTTTTTTTTTGTCATTTGAATCTTAGTTTAACGATCATTTGTAGAATAAATAAATTAACCTAAATGGACATTATTTAAAGCTAATTTAGTTGCATTAGCAAATCCTTCCTTGCCACAACAAAGCATACGAGTTCTTTTGTGTGCCTTCATCTACCACCCAGAAACAGGGAATAGCATTAGGAACTCTTTGCACCTTCCCTTATTGATAATTTTTTAATTAATTAATTAATTTTTTATTTTACCTTAAGTTCTGGGTTACAAGTACAGAATGTGTAGGTTTGTTACATAAGTATATGTGTGCCATGGTGGTTTGGCACACCTATCAACCCATCATCTAGGTTTTAAGCCCCACATGCATTAGCTATTTGTCCTAATGCTCTCTCTCCCATCGCACCCCAACCCCCTGGCTGGCCCCGGTGTGTGTTGTTCCCCTCCCTGTGTCCATGTGTTCTCATTGTTCAACTCCCACTTATGAGTGAGAACTTGTGTTTGGTTTTCTGTTCCTATGTTAGTTTGCTGAGGATAATGGCTTCCAGCTTCATCCATGCCCCTGCAAAGGACATGATCTCATTCCTTTTAATGGCTGCATAGTATTCTATGGTGTATATGTATCCAGTCTGTCAGTGATGGGCATTTGCGTTGGTTCCATGTCTTTGCTATTGTAAATAGTGCTGCAAAAAAAATATACGTGTGTATGTGTCTTTATAGTAGAATGATTTATATTCCTTTGGTTATATACCCAGTAACGGGATTGCTGGGTCAAATGGTATTTCTGGTTCTAGATCCTTGAGGAATCGCCACACTGTCTTTCACAATGGTTGAACTAATTTATATCCCCACCAAGAGTGTAAAAGTGTTCCTATTTATCCACAGTGTCACTAGCATCTATTGTTTCTTGACTTTTTAATAATTGCCATTCTGACTGTCATGAGATGGTATCTCATTGTGGTTTTGATTTGCATTTCTCTAATGATCAGTTCCATCAACAAAGATCATTTATAGTTTTCTGACAAGAAAGTAGGAAGCTGCTAAGTGAATTACTCCTAGCTTAATAGTAATTAAATGCCAGATAACCTTCAAAATTATAATTTTTCCTTAACCCAGCAGAAAGTTTAGGTTATAGGGTAGCTAAGTAAGCTGGATTCTAACAATATGGGAAGAAGATGGGATTGCAATACAAATAGAGGGAAAAGAGAGAGAATAAAACAGAAAAAAATACTGAAGAGATAATGACCAAGAGTTTTCCCAAAATAATAAAATATACTGATTCAAGTAGCTCAGAAAATGTCAAGCAGAATAAATACCAAAGACAAAACAACTACACACTTTGTATTTATGCTCCTGAAAGCCTTAAAAAAGAAAATGCAGCCAGAATAAAGAGATATAATACATAATGAGGGAAAAAGAATTACATGAAATTTCTTATCAGAAACATTGCAAGACAGAAGATCAATGGAACACCACCTTTGAAGTACTGAAATACTTTTTTCATATGTTTGTTGGTTGCATAAATGTCTTCTTTTGAGAAGTGTCTGTTCACATCCTTTGCCCATTTCTTGATGGGGTTGTTTTTTTCTTGTAAATTTGTTTAAGTTCCTTGTAGATTCTGTATATTAGACATTTGTCAGATGGGTAGATTGCAAAAATTTTCTCCCATTCTGTAGATTGCCTGTTCACTCTGATGATAGTTTCTTTTGCTGTGCAGAAGATCTTTAGTTTAATTAGATACCATTTGTCAATTTTTGCTTTTGTCGCAATTGTTTTTGGCATTTTCATCATAAAGTCTTTGCCCATGCCTATGTCCTGAATGGTATTTCCTAGGCTTTATTCTAGGATTTTATGGTTTTGGGTTTTACATTTAATCTATCGAGAGTTAATTTTTGTATAGGGCATAAGGAAGGGGTCCAGTTTCAGCTTTCTTTGTATGGCTAGCCAGTTTTCTCAGCACCATTTATTAAATAGGCAATCCTTCCCCCATTGCTTGTTTTTGTCAGGTTTGTGGAAGATCAGATGGCTGTAGATACGTGGTGTTATTTCTGAGGTCTCTGTTCTGATCCATTGGTCTATATGTCTGTTTTGGTACCAGTACCATGCTGTTTTGGTTACTGTAGACTTGTAGTATACTTTGAAGTCAGGTAGGGTGATGCCTCCAGGTTTGTTCTTTTTGCTTAGGATTGTCTTGGCTATACGAGCTCTTTTTTGGTTCCATATGAAGTTTAAAGTAATTTTTTTCTAATTCTGTGAAGAATGTCAATCGTAGTTTGATGGGAATAGCAGTGAATCTATGAATTACTTTGGGCAGCATGGCCATTTTCACGATATTAATTCTTCCTATCCATGAAGATGGAATGTTTTTCCTTTGTTTGTGTCCTCTCTTATTTTCTTGAGCAATGGTTTGTAGCTCTCCTTGAAGAAGCCCTTCTGATTATTTGTTAGCTGTATTCCTAGGTATTTTATTGTTTGTAGCAATTGTGAATGGGAGTTCATTCATGATTTGGCTGCTTGTCTATTGTTGGTGTATAGGAATGCTTGTGATTTTTGCACATTGATTTTGTATCCTGAGACTTTGTTGAAGTTACCTATCAGCTTAAGGAGTTTTGGGGCTGAGACAATGGGGTTTTCTAAATAGAGAATCATGTCATCTGCAAACAGAGACAATTTGACTTCCTGTCTTCCTGTTTGAATACCCTTTACTTCATTTTCTTGCCTGATTGCCCTTGCCAGAACTTCTAGCACTATGTTCATCCTTGGGATGCAAGGCTTGTTCAACATACACAAATCAGTAAAGGTAATCCATCATGTAAACAGAACCAATGACAAAAACCACATGATCATCTCAATAGATGCAGAAAAGGCCTTCGTCAGAATTCAACATCCCTTCATGTTAAAATCTTTCAATAAAGTAGGTATTGATGGAACTTATCTCAAAATAATAAGAGCTATTTATGACAGACCCACAGCCAATGTCATACTGAATGGGCAAAAACTGGCAGCATTCCCATTGAAATCCAGTGCAAGACAAGGATGCCCTCTTTCACCACTCTCATTTATAACATTTTAAATTAGGGCACAGCTTAAGAATTTAACAACTGGGAAGTGGCTAAATTAATTATACATATGAGTTAGAATATTATGCAGCCATTAAAAGACCTGTACATAGGATTAGTAGCATCACACATTAAGTAGTCCTTGCACAGTGTTAATTGGAAAAAAAGCATTATGTCAAGCAAGAGATCACATGTAAAATGTATTCCTAAGTGAGAAAGAAACCTCAGAGAGAAATAAATGTTGTAAATGTTAACAATGATTATATTAGGGTAGTGGGTTTGTTAGTCAAATGATTTTTTAAATATTTTCTGCATTAGCCCTTTTCTACGAGTGAGAGAAAAGCATGTGCTACTTTGGTAAACTTGAAAATTAAATGCTATATTAAAAATGTAGATGAGAAATGGACTCGCTTGGACCATAGTGTAGAGCAGTATTTGTCAGACTTTTGGTTTGGTATCAGGAGCCCTTTGTACTCTTAAAATTATTGAGGACCCCAAATAACTTTTTGTGGTGGATTATATCTATTGGCATTTACCGTTTTAGAAATTAAAAATGATGAAAGACTTCTAAACATTTATTAACTTATTTAAAATAACAACAATATACCCATTACATATTAATATAAATGATGCATTTTATGAAAATAACTGCGTTTACTGAATCAAAACAACTAATTAGAAGAGTGGCATTATTTTTCATTTTTGAGTCTCTTTAATATCTGGCTTTCTCGTGATTGCATGAGAATTCTCATGATTGCATCTGATTTTAATCTGTTGCCATAAATTGGTATGGTTAAAGTATATGAAAAGATCTGGCCTTATGCAGATTTGTAGCTGGAAAAGGAAGAATCTCATAAACTCATCCTCTCTCCCCCAGAAAATAATGTCTTGGGAGCATCTGAGAGTGCTTATGCCCTTCTCTGGAGTACAGGAAGAACTGTAAGTCAGATCTGGGTTTGTGTCTTGAGTGATTTACTCACTACTTGTGTAATTTTTGCATGTTATTTAATCCCTCTTAACTAAATGTTATCTATAAAATGAGGTTTGTGCTGCCCATTTCAGTTGAGAGAATTCAGTGGGGTATTGTTGTGAAAGTCCTTTGCAATTTCAGAACAAAGACTTAGGATCAACAAATGTCATTTTTGCATTATCACCGTTCCATCAACAAAGATCATTTATAGTTTATATATTTGAAACTCTTATGGTCATAAGTGGTAAATAAATAGTATTTTGATTTTGCATATTACTTTTAAGCAAATGAAATGTCTATTTTTTTCCCAGCAGGATATTAGATGTCTTCCTCATTATTCTTTATCTTTCTTTCCCTCCAAATTTGTTCTTCTTTTAGTTCATCCTATTAGATCAATGCTCAAGTTGGAAAATCTTTCTGAGTTTAGGCAGTTTGAAAACCAAGTCAAACCAAGCAACATTGCATTGCTTATTGATTTCTTAGTCTGCTTTGGGCTACTAAAACAAAATACCAGAGACTGGGTAATTTATAATGAACAGAAATTTATTGGCATGGTTCTTGAGGCTGAGAAATCCAAGATCAAGGGGCCAGCATCTGGCAGGGGCCTTCTTGCTGTGTCATCCCATGGCAGAAGGTAGAAGGGCAAGAGAGGGTGACAGAGACAAAACAGGACCAAATGCGTCCTCTTGTGATAAGTAGCACTCTTGTGATAAGTATCACACTCTTGTGATAGGAATCCTCTTGTGATAAGTAGCACTCTTGTGATAAGTAGCACACTCTTGTGATAGGAACCCATGCTTGAGATAAAGACATTAATTCATTCACAAGGGCAGAGCCTTCATGGCTTAATCACCTCTTAAATATCTTAATTCTTAATACTGTTACAATGGCAATTAAATTTCAAGATGAATTTTGGAGGAGACATTCAAACCGTAGCACTGGTTTTGTCCTTTTACCCATTGAAAATACACTTTTAATGTCCAAAAATAGCTTTGAGACTTCATATTGTTCATACTTAAGCAAAAAATTGAATAGGGCTCTTCTCTATTTGTATTGAATCACTCTTTATATGTAGGTAAAATAAGTAATGAGAATGACAACATATTTTATTAATTTATAGAATTTAGAAAACTTATTCATGAATGTTCCTGTAACAATACTTGGAAATATTAAGGGTCTTTTACCATTTCATTATGCAAATAAGGAATTGGGCTCGAAGGACCTATGGGGTCGTCCTCATGTAAAGTGGTTAGTGAGAGGCTTTTAGGACCAAAGCTCATGTTTCCCAAAGACCTACTTCCAGAGAGAATATTCTGTAGAATAGTCCTATGAGAAATGTCACACTTCAGGTTCTTAATGACACAAGGTAAGTTTTTGTTTCCTTTTTTTTAACTTAAAATTACTTTGATTATATTAGGTATTCATTTCCTTTTCTTCAGGATTTGGAATTTAGAACTATATGTTGTCTTTAAAGTAAAGCATTTTACTTTACAGATCTGGTTAACCCTCACAGATTTACATAAATGAGGAACCTACCTGTGTGTATCTTCCACTTCTCTGCTGTGTTGATGCAGGCTGCTGAAAAAGATGACTATTTTGAGATGAACTTGGAAGATAGGTTGAGGTTGTTATGTGAAAAGCAGAATTCAAATCTATGTATGGTTACTGATTCATCCACATTTCTTCTTGAGCTATGTCTTTTGGAAGCAAAGATATGGGTGTGGTTCTACAATAAACAAAACCATGCAGAGTAGTAGAAGTGCTTTTTTTTTTTTCTTACAAGAGTAAAGATGTGGGGATATTATTGATGTCTCTCTGTGCCTCCCTCAAGACACAGCATTCTGAAGAATCCAGTTCAGTAGTTTATTAGCTTAGTAAAATCATAAAAAAATAAAAGTACTCTGAAGTATAATGATAAATATATACATTATCTTGAAATACTGGATAGACCAATAAAAGATGAAAGTATTGTTAAGGTTGAGATTCATTGCAGTTAGCTTTATTTATTTATTTATTTTTTGAGATGGAGTCTTACTCCATCACCCAGGCTGGAGCGCAATCTTGGCTCACTGCAATCTCGGCTCCCTGCAATCTCTGCCTCCCAGGTTCAAGTGATTCTTGTGCCTCAGCCTCCCAAGTAGCTGGGACTACTGGTGCCCCCCACCATCCCTGGCTAATTTTTGTGTTTTTAGTAGAGATGGGGTTTCAACATGTTGGCCAGGCTGGTCGCGAACTCCTGACCTCAGGTGATCTACCCACCTCAGCCTCCCAAAGTGCTGGGATTACAGACTTGAGCCACTGTACCCGGCCTATTGCAGTTAGCTTTTAAAATATTTCCTGGCATTTTTCTTACCTCCTTTACTGTAAATTCAACATGCTTTCCTCTTAGAATTTGAAGATAGGTTTTTAGTCCCTGCTGTTGTAGCTGTCTTAACTCTGCTAGGCTACTAACCAATTTCTTTAAGCCACCTGAGTGGTTTTTTTTGTTGTTGTTTTTTGTTGTTTGTTTGTTTTTTGTTTTTTTTTTTATGGTTTCCCTAATCTCCCTTCAGGCAATCTTTGTTGGAGTGCTATTCATTTTCTGAAGCTCTGCTTAAATCCTATCACATCCAGAACCTCTTTCCAAGTTCCTTGTGACTTCAAGTCCTTTTATCATACGCTGTTCTCCTATTATTGTTCTGTGTGTTTGTATAATAGAACTCATTCCTTTATTATGTGTTAGATATCAGTGATTGCGTCTATTACCACCAAACCACGTAAGCCTTTGGTGGGCCAGGACAATATCCTGTACATATCTGCATTCTCAAAGTAATCTCTCTAACAAATGTGCATTACATTGATTTGCATATAAATCATGTAACTTTTGAAACCAAAACCCCATCTTAAGAAGGATGAGCATATTAGGATGAATAAGTCACATTTGAAACAAGGGTGTGATGACTGATGCTCATGCATTAGGAGCACAGTAACTTCTTAATTCTTCCTGCTATTGATAATTTCAGTGTCCCAAATTATTTGGAGAGTTTTTATCAGATTTATAAAAATGGAGTAGAATACTGAGAAAAATCTAGGAAATTAAGTACATTGTGGTTTCTGGAGTCAACTGCTGGGCTTTAGAAATTGATTACAAGTCATAAATTAATAAAATAACTCTTTTTACAAATAAATGTGTATAAATTATTTTTAAAGTAAATTAACAGGAAGATAAATTGCCGAATGCTCTAAGTATCCCTTGAGTGTGTTAGCTGTGTATTGTATTTATGGATTTTCAAGATTCCTTTCATTCCAAAATTATGGAAGTGAAGATGATGCTGAAAGGGAAGACAAGGCACATTTATAAAATCTCACTCCTCCAATAATATCTTCTGATTGCAGTTATTCCAGAGAAAACAAAAGTAAGTCTCTGTAAAACAACAAAATGAAATCCAGGTGTTCCTCCAAATCTCATGAGATGATATCACTCACATACTTTAAGAAAACATTAAAATAGTACACTCTCCAACTGGTGAATGAAACCTGCTTTAGTATTTACTGTGTATTAAAAATGACCCCCCCTTTTTTGTAGGAAGTGTTCACAGGGCCTTTGGTTTTCTTACCTTTGGGTGTCAAGAAGGACTCAGATTTATGTAGATGCAATAATTTAAGAACATACTCAAAATCAAGTTTATGAATTGCTCTTTCACCAACTTTTTTTTGCATGTATATTTAGTGTATGGATATGTACATGTTTTAATTAATTAGTGCCAAATATTTGGATTGCTGCTGATTTCTAAGCGGTATAATCAATGCATGGGTCCTTGTGATGTTTAGGACACTGAAAAACTTGGTTATATACTGACCATACTTTAATATATAATTAAGACTTCAATTGCTGTGGTCAGAGATTTTCTTAATGCGTATTTGTTATTTATACCAATGTGAACTCATTGATTACTTGAAGATATTTAAATAGAAATTCTAATTCAAATGAAATATATATATATACATGCACACATACATATTTTCCTTTTTACTTAAGAGACAGAGTCTTGTACTGTTACCCAGGCTGGAGTGCAGTGGCATGATCATAGCTCACTGCAACTTCAAACTCCAGGGCTCAAGTGGTCCTCACCATGCCTGGCTAATTTATTTTATTATTATTATTTGTTTTAGAGATGGGGTCTCATTATGTTGCTCAGGCTGGTCTTTAACTCCTGGCCTCAGGTGATTCTCCGGCCTTGGCCTCCCAAGTAACTGGAATTACAGGGGCATCATATATTTTTAAATCAATAATGCCATTTTAGCTTCATAATGTTTATTAAAGTACTTACATACTATAAAGAATTGTAATGGCAGGGATTGTGAGCACAAGCTTCTGTTTTTCAGTATTAATCAAGACTTGATCACTGCTGGCCGTCTCCCATTTGATACATCTCTATCAGGAGAAGAAGAGAGGGATGAATATTTTTATTACTCAGATTTTCTAAAAAAGTATTTTCAAATAATTTGGTATTGAATTCTTCTGGCATGTTGAGGGCTAGTGCAATTATTTCATTCAAATACAGGACACAAAAATACAACAGAAATGGCACTTAAAATGGCAGATTTATATAAAATTCTGTTTTTCTCTCAAGGGCCAATTTATAAAAAAACTCCTTTCTTCTCTCAAAGACAGAAAATTCTATAAATCTGCAAAACAGAATTAATTTCACTGAAGGTGTAGAAGAGATAGTTTTCTCCAATACACAGAAGTCTTTAAAGTATTAAACAAAATACTGATGGACTAAATATGAAAAAAATATATCACTTTGACTTCCCTGCCCTGTGCTGCCCTCTCTATAGCAAGAAAAGACACGTTTCCCAGACCTCTGGTCGCCACATAATTGTCAACTGAACAATGCTAGAACTCAGATCCTGTTGAGATGAATGACTCCTTATTTGTTGAGACACAACTTGAGACTTAGGCCTTTAACTTTTTAAAAGCAGGACGTGGAGCATAGCACACTCATTTCTTATAGGAGGTCTTTGGTGCCATTGCGTTTCTGGACAATTTCCCCTTTGTAGCCTGTGCCTAGTCCTGCCATTTAAAAAGCTTCTCTCAGGGGAAGCCTTGACTCATGGACTCTCAATTTAGCTACAGAGAATTGTCTATTCCAATACAAACAATCATCCATGTCTCAAGATTTATTAGGCTTAAAAAATAACTGATGGATGAATGATTAAGAATGAGGAAATAAATTTTAAAAATGTAAACATAAAAGCTTTAAAGAAAGGAATGAACTGCTTATACGTGCAACAGCATGGATGAATCTTGGAATCAGGCACAAAAAGCTACATATGGTGTGATTTCATTTTCATTTGCCTTTCTAACATTGTAGAAAGGCAAAACTAAAGAAATGGAAAACAGTTCAATGGTGCCAGGGATGGGAATGGAAGAAAGAGATTGACTCCAAATGGTGGAAATTTTTGCAGTGAAGAAAATGTCATATAATGGCAGTCACATTATTGTATACATTGTATACATTTGCTAAAACTTAAAGAACTGTACACCTAAAAAGATGAAATTATGTAAACCACATCTCAATAAACATAATATAAAAGAAGAAAAACACAGCAGAATGAGAGGGTGAGTGGAACATAGTGTGGTACAGGATTAAACTTCCCTCTAGTTAGCCTGGGGTTTTGGTCTTTAAGTAAATTTTAATAGTAACTTTTTTTTTTGAGACAGAGTCTCGCTCCGTTGCCCAGGCTGGAGTGCAGTGGCGCGATCTTGGTTCACTGCAAGCTCCGCCTCCCGGGTTCACACCATTCTCCTGCCTCGGCCTCCTGAGTAGCTGGGACTACAGGCGCCCACCACCACGCCTGGCTAATTTTTTGTTTTTTTAGTAGAGACGGAGTCTCACCATGTTCGCCAGGATGGTCTCGATCTCCTGACTCGTGATCTGCCCGCCTCGGCCTCCCAAAGTGCTGGGATTACAGGCGTGAGCCACCGCGCCCGGCCAATAGTAACATTTTAAACTAATGACACATTATATGTTTTTTAGAAGAAACGCTAACAGTTTCTTATTTTTATTTAACCAGCACTTATGTAATATTACCTCTATGCCAGAAATCGTTCCAAGAGTTTTATAAATTTCAACTCATTTAATACTTACAACAATTACCAATGAGGTAGGTAATATTATTATCCCCATTTTTCAGATGAGGAAATTGAAAAGCAGAAAAGACGTGATGTTTTCATCATGACCCAGGTAGTAAGTGGTGGGGCCAGCATTTAAACTCTGTCTGGCTCATAATCACCACATATCTGCAGACATTTTTGTTGCTATCTTCCTAGTTCATAAAATTTGAATTGCAGTTTAATTATCAAGGTACAGTGGATAGAGTGCTAGGTCTTGAAAACCAATATATGAGGCCATTCATTATATTGTGTGACTTCTGACAAGTCACTTAATATCTCTGAATCTCAATATAAAATGGGAGCAATCATCTGGTGCATATTATTTCACTGAGTTATTGTAAGTCTCAAAGAGTATGTGTGAGCTGGAATAGTGTGTAAAGAGAAGAGTGCTACACAAGCCAAGCTCTCATATTATTTATGATCTTGGCTCACAAGACTCTCCATAATCTCTAAATGTAACGATTGATGCCTTAGGAGACAGCACAATATTCTAAAATGTAAAATGCAAACTTTTCCCAAAATATGACTAAGCTAAAATATAAGTATTCAGATTAAAATGAAAATTCATATCATAAGAATGTTAGAATGAAGGTAAAAATTTCTAATACAAAAAAGGAAATATCTTTAATAATGTCTAAATGTTAAAGATATATTTTCAGCAGAGATTTTCAGATAGAGGTAACATATTTATAAAATTTGGATATAGATAGCATTGATAATTAAATTCATTGGTACATGCATTTGTTTTCCTTGAAATGATATTATTATAATGACATTTTGAGTGAGTCTCCCAATATTGTAATTTTTTTAAAAAGCAGTGATGGAGCTTAAGCTAAGAAAATAAACATCACATAATTTCTTTGAACCTCCTTGTTAAGAGAAAAAACTGTGCAGCCAGGATTTCAAAGCAGGATCTATTAATAGTCATTCCTTGACGTGCAATTTGATGCAAATTAGTTTTTTTATTAGCCTCAATTTCCTTCCTCATCCGTAGAATACGAAAAAAAGTAGCACTTACCCCACCGTGTTGATTTTAGGATTAAATTAGTTAATACATATAAAGTGCTAACACAGTATTTGACATAGTAAGTACTTAATACAGTCTAACCATTATTATTATTGTTCTGGTTATTATTTTCATAGTGGCTTTCAGTGAGAAAAAAGTATATTCACAATATGCAGTCTTTTTCTGTTCAAAAATTATGGTTTGTTGGCTTGATAAAGTGGCTCATGTCTGTAATCCCAGCACTTTGGGAGGCTGAGGCAGGAGGATTGTTTGAGCCCAGGAATTCGAAACCAGCCTGTGCAAGATGGAGAGACCCATCTCTACAAAAATGTTAAAAAAAAATAGCTGATTGTGATGGTGCGTGCCCAAGAGCCTGAGGTGAGAGGATCCCTTGAGCTCAGGAGTTCGAGGATGCAGTAAGCTGTGATCGTGCTACTGCACTCCAGCCTGGGTGAGAGAGCAAGACTACCACTCTTAAGAAAAAAAAAAAAATTATGGTTTGCTATTTCAAAGCATATATGTGCACAGATGCACCTAATCATTTCTATGCGCTCCTGCTCTATTACTAGTTTCTCCTCCTTGCTTAGATATTTCTTTCTCTAGGACAATCATTTTCCTGGTTCTCCGGGATTGACACCTTGGAATCATATTTATTTATGTTCACTGCCACTTGTCTCACGGTCATTCAATCATCATTTTCTATTGATTCCTTATCAAACAATGTATGTTCAGGAAATAGCTATCAAGCAAACAATGACCCAACAATGCCTTTAATCTCAGGAAGGTTTCAATATGATAAGGGAAACAGACAGGTAAATATAGTATGATGTTAATAGAGGTCTACACAGAACATGCTCGTGGGTTTTATGAAGAAGCAGACCCATTTGTCAGGGGAGGCAATGGTTGAGCTTTGCCAGCTGTATCATCCACTCAATCAGCAGAGTGTCTTCCTCAATTTCTCATTTTTTTTCTAGCTCTTTGTAATCCAGCAGAAATGTTATTTTCAAAATACATCCTGAATCTTTCTGCTTCTTTCTATTTCCACTGTCCTTTTTTAGGGCTCCATTATTTCTCATTTGTAGTAAGAGTACTTCTAACTGGTGTCCCTGCTTCTATCTTTGCCTTCGCATAATACGTTTCTTACATGCCATACAGATCTTTTAAAAAATAGCATATTAGGGTCGGGCACACTGGGCTCACGCCTGTAATCCCAGCACTTTGGGAGGCTGAGGCGGGCAGATCAAAAGGTCAGGAGTTTGAGACCAGCCTGGCCAACATGGTGAAACCCCATCTCTACTAAAGATACAATAAATTAGCCAGGCGTAGTGGTGCGTGCCTGTAATCCCAGCTACTTGGGAGGCTGAGGCAGGAGAATCGTTTGAACCCGGGAGGCGGAGGCTGCAGTGAGCCAAGATCATGCCATTGCACTCCAGCCTGGGCGACAGGGCAAGACTCTGTCTCAAAAAAAAAAAAAGTAGCATATTAGAGTATGCCATTTGTTTGTATAACAACGCTTTGTTGATTTCTCATTGCATTTAGGAAAAAAATTTAAATTCTTCCCCATGACCGACAAGGAATTAATGATAAACCTCGTGTCTAATCTTATATCATGCTAGCCATAATGGCTTCCTGCCTACTTTTACACAATCTAAGTTTATTTCTGTCTATGGTACAGAAAGAATAATAGCCCCCAAAGATGCACTCACGTCCTAATCCCTAGAACCTGTGAGTATGTTACCTTACACATCAGAAAGGACTTGGCTGATGTGATTAAAGACTTTGAGATGAGGGAAACTATCCTGGAATATCCAGATGGGACCAATGTAGTCACATGGGTCTGTAAAAGTCCTTTCCAGTTTGTAGTCATGGAAAAATGTGACAACGAAGACATGTCAGGAATATGCTATGTTGCTGGCTTTGCAGATGGAGGAAGGGGCCACAAAACAAGGAATGCAGGTAACTTCTAAAAGTTCAAAAAACAAGGAAATAGATTTTCCCCAAGCACCCCAAAAAGGAATGCAGCCCTGCTAACAGTTTGATTTTATCTCAACGAGATCCATGTCAGATTTCTGACCTTCTGAAATATAAGATATTAGCGTTTTATGCCATAGTCAGTAGTAATTTTTATGGCAGCAATAGAAAACACATACACCAGTCCAGGCCATTCCCACTTGCTGTTTCTTTAGCTTGAAATGTCTTCTTTTCTGTTTTCTGGTGATTTTTTTTTTTTCAAATTTTAGGTCTCAAGTTCACTGTTGCTTCCTTAAAATGCCATCTTTCCCAATGGCACTATTGAAGCATCCCTTCTGCCACCAACTCCTGAGCAACTCTTAAATAACTGACTGTTTATTTCTTTCATGGCATTTAATTGTCTAAGATCACCTTGTTTGTATATTTGCCTACTTGTTTATTGCTGTTTTTCCACTCAAGGTTGTAAGCTGTGTGGAATCAGGGACCTTGTCTGTGTTGTTCACAGCTATGTATCCTTAGTGCCTTCATTAGAACCTGACAAATAATAGACCCTCAATAAATATTTGTTAAATGAGGGAATAAATTAGACCAGGGAAGTGGTTATTTCAGGCAAAGGTCAGAGCCTGAGTAAAATTATGAGGTGTGAAACTGCTTTATGTGTCTGGGAAAATCTGTTTCCTCCGGATAAAACAACAAGAGGAAAGCAGAAGACTGGAACCAAGAAATAGGCATGCATTATTATTATTATCTTAAACTCATGTTATTATATTTTGTAGGTAACTGGGAGTCAGCTTTCTTAGAAAGAGGGGTAATTGAATGAAAGAATGCATAACAAAATCAAGAGGACTTTGGGAGTAATAGGATGCAGGTTGAGGGAAAATGAAGAGTATCCTTCCCTATTTCAGATCTTTGGGACTAAGATGGTGGTGGTAGTGTTAATTGGTATAAAGAACAATTGCAGATAATAGTTTCATTTTGGATTCTGAGTTTTATGCTTCTCCAGTGGGAGATGTTTAATTGAGGCACTTGAAAAATATAGGTCTGTAGCTCAGGAGGAAGGCCTTGACTAGGAGTAATTAACATGTAAACAGAAATAAAGTCAAGGGATTTAATTTAATAGTTAATATACCCCAAGTCAATGGGCAACAAGGGAAAAAAGCTGATAGTGCAAGATTGGAGAGCATAGATGACTTTCTGAGAGGAATTAGAAAAGGAAGTTTGACTAGCAAAGCAGGAGGCATAAAAGGAGTATGTGAGACCAGGGAAGCCATGAATGGAAAGAGTTTCAGTATTAAGGGAGTAATCAGAATGTCAACTGTTAGGAGGGGAAAGAAGAAAGATCTTTGGGTTTATCAACAAAGGGATGTTGGTGTCTCTGCCAGTGCAATCTAAACTAGAGTGCTAGAAATAAGATCCTGATATGGGGATGGAGGATTACTGAAAGAAGAAGGAATGGAAGGGAAAAAGAGACCACAGAAGATGTGGGGTTAAGGGAAACCTCCCCTTCTTTTTTTATTTTCAAGATTGACTATTAGTGAGGAGCAGCTTTACAGGCTGTAGGAAAGGTACTAGCAGAAGAAGAAAGGTGGAAGGTAGAGAAGAGAGAAGGAGACACTGACAGAGTAACATCTGCAAGGAGATTTGAAGAAATGGGATAAGGAGTGCAGAGGGAGGGATCATCCCTGAAAGGGCGCTGAGACAATTTTTCTTATAAGCCAGAGCATATAAATATGTGTGTCATGCATCAAGCTCAGCAGAAGTTCGGAGAAAGGGAAGATTATAAAATGAGATTAGGTAAGTAAGGCATTATCACTTTTCTTGGTGGAAGAAATACAAGAACCTTTGATTTTTATTATTTGTTTTTCTGTTATTCTTCCTGAATATTTAGCAAGGTGGTTTACAAGTCCTGATTTTCTCATATATTCCAGAAAGAAGTAGCTGAAGGGTGATTTTTGGTGCTTACTCAGCCCATTCATTAATTGGAAATAGGCTCCTCCTGGGGACAGTGTGGTGGTAATAGAAGTTTGAGTGTCAAGTAGGTCTAAAAAGAGCTAAAAAGGGGTGAGAACATTCACTCTGGAGTCAGACATCACTGAAGTGGAACCCTAGATTTATTGCTTATTAGGTGAGCAAACTTGAGCAAGTAAACATCTTTGAACCGTAATCGCCTATATATGATTTGAGAAAAATAATAAGTACCTTTCAGGGTTGCTGTGAGAATTGGAAAATATTCACCCACTAGCACATATTATTACAAAACATACACTGTTAGGATAGGCTTCACTGGAATTGGGACAGATTTCTGAGTACCCCACTGCAGCAGTGAGGTCTATAATCAGTTCTTTAAGGACTAAGAAATGGCATTGTCCTCTATTCTGAATTCAACCACATATATTAAACAGATATTCCTGGTCAATACCTGTGTATATTTTAGTCTTTTCCAAATTGTAATGTGGGACCCTAAAACCAGACATAGAGAAAAAGCCCAAGTTGCAAAATACTTTGCTATTTATGACTTGATTGCAATAAGATTTCAAGAGTTCACAAGGACAATATGGAATATTTACTTATCTCAGGTCTTCTGACAAATATTTGCTATGCTTCTGTCATACCATGAGCTTTCAGTAGGGTGGGAAGAGGAGATTGAAACTGGTGGCAACCATGAGAGACTGCATGGTGGTTTTAACCTTTCTTATATAAGCCATGTTTATAGTTAAATTTAAAACAACTTTATTAACAAACAGATAACAGATACTAAACTACTGATCTGAGCAGCCACTGAGTGTTCCATACACTGACTCTGCTACAAGTCCTGCAATCTTGCCTAATCATTGTTTTATCTCCAGCATAGGATCTGAGAGTTGTAGATTCTCCATAAATGTCTGCCGTCTTGCACTTCAGTAAAAATGCTGCACAAGGTGCCTGAAAATTGTGCCAGCCCTTCGGTATCAGGGTGGTATTGGTCTAAAATTGCCTCATGGTAGAATAGGACTGGCAAGCTCAGAGAAAGGTTAATTCCTCCCCCCCACATTTACTTATCTTCCTGTTATCTTTGAATATATAGTCAGATGGATTTCAAGTCCTAGCCTCTCTAAGATATTCTAGAAAGAATTAACTGAAAGGTGATTTTTGGTCCTTACTTAGCCCATTCATTAAGTGGAAGGGCACCCCTGAGAACAGTGTGGTGGTGACAGAAGTCATTGAAATGGGACATGTCTAAATGAAAAGATAAACTGAGAGGTACAGGGTTAGAAGCTGGAAACAACCGGGAAAATTGACCTCCACTGGAATATTTATCCAGAGTCTAGTTCCAAAGCTAAAATGCAAAGGTTCTTGGATTTCTTCTATTAAGAACAGTAATAATGTCTTGCTTGCCTAATCTCATTTGATAATTTCTCCTTTCTCCGGGCTTAATGCATCCCTCACATATTTATATGCTCTGGCTTATATATCTTTATTTCTTGTAAATTTAGTTTCTCAACACCTACATATGTTCCTTGAAGGTGATGGGTATGTCTTTTATTTCTTTTATGTCATCCTTTCTGCCCAGTGCTTAGCACAGTGCAAGGCACCTGTTGCCCAATAATTATAAACAATTGACTCACTTGTATTGTATAGAACATCCATCCTGATTCTAGGGAGACTCAAGGTGGCAAATACATTAGATTGTATAGAACTCTCTGAGGTCATTAAGATCTTGGCAAGTGTGAGGGTGGCACAAAAGTTCATCGATAATTTTCCTTAAAATGCATGTTCAACTGGGGCTATCATATTCCCTGCAAAGCTGGCTTAAAGCTAATAATACCACCATCTGCTTTTATGTAGCTCTTTGCAATTTGGAGCTTCATTAATAATACATTACTCATTTTAGTGTCACTAAACCCTGTACACTGGTCAGGGTAAAGCCCTTTTCTCAAATGAGAAAATTGGAGTGCACAGAGATAAAGGACTATATGCACATTTACAAAATTATTGAGTGGCAGAACCACTCACAAAAGGCAGAAGCAAGCCTTTTTTCATCCAAAGGTAGAGTACTTCCCATTCCTCTGCACTGCTTAGTAGACTATTTTTCAACATGGTAAAACTCTCTGGGACAAGAGGAACCTGAAGATGTGGCCCCTTAACAAGAGATGTGGAGAAATTAGGAAAGGACATGCTTTCTTAATTCAAATTACAATGTATCACAAATTCATTTATCCAAAATGGTTTTCTAACCTGGACTTTACCTGGGCAACATTCTAATAATCTCCTTCCAGAGTATGGGAAAAGAAACCGAATCTGAGAAGGGGATAAGAATACTCCCTATTCAGTCAAAAGAAAGGGTTAAAATGTGATTGTTTAAAGATTTAAGGTGGAGAAGAGAGTCTTGAATTATCTAAATGTAAAAAAACTAGGGTAAAAGGCTGGATTTCCTTCGGAATGTCTTTTTCAGCTTATAGGGGAAAAGTTAAAGGGTGTGTGTCTGGGGGGAAGGGTTAGGGAGGGGAAAATAGAACCCTTTTCTTCTAACAGCCTTTCTTAAAAAATAAAAGAAAAGAGAAACAAATGTTTGTTTCTGTTATTAAGCCCCATCTATGCTTAAAAGTTAAATGAAATAGGGAAAGTTCAGGCACAGAGACGCGTGTTCTGATTTGGTTGTTTACCATCAATCAGACCGTTGCTTGGCAGACACTGGATGGTTATGAGCCTGAACAAGCTGAAAAGGGGCAGGAAAAGAAGTGGAGGCAGCATTCTTCCTATTTAAAGCTGCATCGCTTGAAAAAAGTTTTCGCAGACTGTGCTGGAGCTGGTGCTGAAAAAGGGGGTTTGCAGAGGCTGCCCTGGGGCTGGTGCTGAAAGAAGAGCCCACAGCTGACTTCATGGTGCTACAATAACCTCAGAATCTACTTTTCACTCTCAGGAGAACCCACATGTCTAATATTTAGACATGATGGCAAACTGGGCGGAAGCAAGACCTCTCCTCATTCTTATTGTTTTATTAGGGCAATTTGTCTCAATAAAAGCCCAGGAAGAAGACGAGGATGGTGAGTTTGCCATTTGCTTTGCTTGTAGTGTTTATTGCACGGTTTGGGAAATAGGTGGAATGTTAAGCCTCAGGAAGAGCGTGAAGAGGAGGTTCTGGTTTGAAGTTTGAGAAGGGGGCTGACGGATTTGCACCTGGAAAACGACTTGAAAGACAATTGGGATGTTTGTAAATCCGGAGCTTCTAGATCCACCGTTGGAGAGAGTACACTACTAAATTTTTCTGGGAAAGCCTACAATAAGTCCTTTTGGCTGAGTGTGAGAGTGGGACGTTTAAAATAAGAAAAGAGTGAATGCTTAAAACGGAGCACTAAAGGCATTTTAGTTAGAGGAGCTCTGTTCTGTGGGCTGGAGTTTTCAGAGCAAGGAAAAGTCGCGGCAGAAGCTGGGTAGGGTGGAGTCTTTTTGTACTGAACTTCAGCTGCTTCATAAAATTCTTTGTTTAGTAAAACCTCTGCAGCAACTCTGATAGCTTTGATTTTTCTTTGTCTTTGGCTCCTCATTCTTTCCTCTTTAACAATTTAAACTTCTTTTTACCATTTTCATTTGTGAAAATGTGATCACTTTTGCTTACTGGGAGGCAGTCTCGTTTGTTTCTCCATGACAGAGGCTGATAGAAGCCAGATTTCTTAAACAGTGGTATTTTCCCACCCTACTGGCTTGATTAACAGGACAGTGGTGGTTCCCGGTTGGATGGCGGAAGGCAGGAAATCAGCATGTCTTGTATATATCTTATTTGGCATGGAATATTTGCATGGACATTACCCCTTAGACCCAAGCTTTTTTTTTTTTTTTTTTTTAAAGATAAATCTTGCCTGGTGACCACATTTTTTTCCTATGCAATTTTCATATGTTACAGTTGGGTTATATGGTATGGTTAAGCAAAAATGCATAGCTGTTGTAGTATATAAGAAAATATTTAAATTGATTCCTCTATTAAATCTTTAATCTTGAGGGTTGCAATTTCAAATACAGACATGTACTCCTTTAAAATAAGCCACTGTAGATTTTCATCAACTCAACCATGTAACATCAAACTCAAGCTTTTAAAACTTTGGACATTCATTAACCTTTTCTATTACTTTCATATATAGACACATACATACAGGTATATATGTATATATACTATGTATATATCTATATTTTTAGAACAAATATCTGCTTCTGTGTGTTTTTGGTTTCAAAAAGTTTATAAAATTAATCTAGAGATCAGAAGTTCTAAAAAGCTTAAAAAGTGAAAATACGAATTTGTAAATGAATATCCAACAATCTGTCAGGAGTCCCATAGAGGGGGCACTTTCTAAGACTTGGAGCTTTTTATGTTACGTTTTATGTTTTTAAAATATGAGGTAATTTATAAAAGGTGAAAACTTTTGAGTTTCTTTGTAATGGCATGAAAAGCATGTGTTGTTTGGAAGGGTGGCAAAAATAATTGAATAGAAAGTAGAAGAAAACAGGAGGAGAAAAACACAGAAAAATTACAATAGAAATTGAAAATTTGACTCTAGAAAGAACAGTTTACTCCCCTCCCCCACCAAAACAACCAACTTTAATTTAAAACCTTTAATACCACTTTCTTTGTTAATTTATGTTAAAATGAATAAAGTACTTTAATAAAGTATGGAAATAATTGAATATGTGAATAAATGAAAGGACTGTTTCACAAGGTACATGAAATAAGCCATATTTTAAAAGACATTCCCAAATAGTTATAATTACTCTGTAGGTGTTTTTGAAAAATGAGCAGATAATTTTTCTTAATAGTAATTGACATAAATGTAAGGAATGTGATGCTTGATGCAAAAAAGTCCCCAACTCCAATCCAACCCCAGTACCCCCCGCGAACAGTATAACCAAATAGCACAGAAAATGGAATTCCAAACATCAAATTTTACAGAATGTGTAATTGCTTGCATATGTGTTGTAAAAAATTCCAGTATTTTATTTCTCAACTTAAGAGAATATAAGTGATAAAAATTCAACAGCAAAAGAAAGTCGTCATTGCCCTAATCAAACATAATAGAGAAAATAATTCCAGAGTATAGTATATTCAGAGCTGCTTAACTTATATTGTACTTACTTACTATGCATATTTTGGTTTAAGTTGATATTGTATGGATACTTGGCAATACTTTCTTTTTCCTGTTCAGGCCTATCACAAGCTTAATAAAGGTGTCATAATTTAGAAACTCCATTTGATTTTGAGTTTGGGGAAGAGTAAGCTTAGATCGATGCTTTAAATTAAAGAAATATCTGAGGCACACATGAAAAGCAAGTACATTTTTCAAATTTTATCTATAACAGTCACATAATGTGATATTTACATTTTGTACAAATATGTCTTCTTGGAAATGTGGAGATCTGTTTTTGCATGTAAGTGCATATTAATAAGTTTTTATTTTTTTCTTTCTTTTTATGACTTCAGGGTATATTTCCCTTTACTTGACTGTGGTTATTTACCAGAAATGTAAAATGTAATCTGAGTATGCCTGCCTGATAGAAACATATGAATGAGAAGATAAAAGTAAATAAATAAAGTTTTAGGCATTTTAAGCCAAAATCAGTTCCATTCTCACTGAGTTTTAAGAACTGATTTGATTTTCTAAATTTATAAGAAACTGAAAGGAGAAAGTTTGGGAGTTGGGCTGACTTTAGTTAAAACTAACGTAACAAAAATTAGGGAGTTAAAATGAAAAAAATCAGCTTTTAAAGAGTTTGTGTGGGTGTATGTGTGTGTGTGAAAAATCAGGGAGTTAAAATGACAAAATCAGCTTTTAAAGAGTGTGTGTGCGTGTGTGTGTGCGTGTGGTGAGAGTGTGTGTGCATTGGGGTGGTGGTCTTCAAAAGATTCCACATTTGTGTTAAGGAAAATGCTAGAGCATTTACAGTGTATTTATATTCCTAAGTTAATGCCTAGCATCTAGTGAGCTATATATATTCTTGTTATTAGAAGTAGGCATGCTTAATTTTAGAAAATAATCTTTGTTATGAATCATTGTATTCAACATGGGATAAGCAATGGAGAAGGGAAGGTGCAGAAATGTATCATTTTGTTTCCAAATACTGTAAACCTCAATGCTTTCAGAGGCCAGGCAGGTAATATAAACAAGTGAAGCAAGCCAGTGTTTGTACATCAATAGGTGATGATGGGGCCTGTGGAGAACTGAAGGTGCATGTCCACTTTAAGGCATTCAGAATTAACATTTTCAGAAGATATTGCATATGACAAATAAAATATATCTGAGTATATATTTGGCTCCCGGCCCATGAATTTACAGCCATCATGTTGCAATCCTACACTGATATCCTCCTGGACCCAAGCTAACTTTTGATTACTGAGAGATGAGGGGCTCACAGTCTTATATGTCATGGTCTCTTGCATTTTTATGATATGTCTGCCATTTATCTCATTGTTACGATACAAAAATCAGGAAGCAGATATTTAACACTCAGTAGTATTTGGATGACATCATTTTAAAGGAGGTACAGAATATGTATAAATATGTATACATAGCTTAAGATGCATGTTAACTCATAAATTGTTTTAAACTCATTACTGTTGAAATACATGCTATGAAACATGTAGGACATTCAGACTTTTATAGTGGGTACATGTAGCAGAACACAGTAGTTTAAACAAACAAAAAAAGGTTTTCTGGCCAGGCGCAGTGGCTCATGCCTGTAATCCCAGCACTTTGGGAGGCCGAGGTGGGCGGATCACCTGAGGTCAGGAGTTCGAGACCAGCCCGGCCAATATGGCAAAACTCCGTCCCTACCCAAAATACAAAAATTAGGTAGGCGTGGTGGCACAAAAATTAGGTAGGCGTGGTCCCAGCTACTCAGGAGACTGAGGCACGAGAGTTGCTAGAACCCGGGAGGCGGAGGTTGCAGTGAGCTGAGACCGTGCCACTGCACTCCAGTCTGGGTGACAGAGTGAGACTCTGTCTAAAAAAAAAAAAAAAAAAGTTTTCTTTTTTAAATATAAAGAAATGCTTTTAAGCAGGTAGTGAAAGGCTGGCATATTGGCTCCACAAAGTCATCAGGGACTGAGGTTTTTTCTACCTCTCCTGGCTCCCATATCTCTAGGTATTTTTTTTTAAATTTATTTTTATGGTCCTAAATGGCTGCTGAAGCTCCAGCCATTGCGTGTACTTTCTAGGCATGTGGATAGAGGATGGAAAACAAAAACTGTGAGCCATTCCCCACCCTGCCCCCTTTTATGAAGACTTTAAAGTCTTCATAACATTTAAACTTACTTACAGTTGGCCGGAATTTAGTCATATGGTCACACAAAACTTCAAGAGGGGCTAGGAAATGTAGCCCTTACCTGGGTGGTGCTGGCAATATACTCTACTGAATTGAGTTCTGCTATGAAGGATAAAAGGAAGCACCACTATTAGGAGTTTTATGGTCCCTACCTCAGTGAGCAAAAAGGTCAGCTACTTTTAGTGGCCTAGATCTTACGGTTTCAATGGACAAAATATAGTTGTGTGACTAGATCCACTTTGGTTATTGTTCATTACTGAGTAGACTGTGAAGCCAAGAAGACTGAATGGCACATAAATATTAGGCTACATTTTCTTTGCTTCTTGTCTTTAGATAAATTTTGACACCTATAACTTCTATTCAAACTAAACTGAAGCTTTAGTTTGAAGAGTATATCTCTTTCTACATATGTACATTGGTAGATTCATAGATTTAGTGAATTTTTAATATTGACTAACACAATGTATACTTGGACCATGACTCGTAGGGTCATTGGTAAGCAAGCCACAGATCAGTGTTGATAAAAAATGGTATAAAGAATCACCTAAGATCTTGTGACTAATATAGATTCTAGACCCCTCTACTTTCCAAATATCTAGGAAGTTTGGATGGGGTCTGGGCATCTGTATGTTTTTAGAGCTCTCCAGTTGACTCTGATTTACATTGGTGAACCACTGTATTAAATCTTTGACTGACACTCTGAATCTTGTTGTGGACCTGTTGGCTTTTATGTTCCGAGGCTACACATTAAGATTTTGGTAATAACTTGCTATTCTAGTTATTCATTTTACTTATAAGGCTGCTTAGTTGAAGTTTGTAGGTAAACCATTGCAAAGTCACCATCACTTCTGGAAAAATAACTCAAGGCCCAAATACCCCTCATGGTGGATTAGGCGAATCATTCTACTATGCAGAAGACACATGCCATTTGCATGTGTTTCCAGGTGAATGCATGTTTTTCATTTTCAATATTTCCTCTCTCTTACTTTCTGCTCTTCACACTTTGAGCACTATCGCTACAGGCCTGAAATTCATTGTGTTCATCATTCTAGACAGGTACCTAATGCAGGATGTGAGGCAAAAGCAGAAAGAGGAAGCTTTGTTTTAAGAAGCTGGAAATTAGAAGATTGGAATCGTGTTAATCTATGGCCACAGAATGTAGTTTTTAAAAATCATACAGTTTTCTCTGGTTTGAAGAATGATTAATGCATCATCACCTGGCCTTACATGGCATTCTTAAAATGTATGGACATGGATCAACTGATCTTTAATCGGATTTTCTTCTCTGAGATCACAACATTGAAAAGCTTAGATTTATACATTAGAGATATAGTAAGGGTGGGGGAAAAGACTGGAAGTGTTGATTATTAATTGATCTATTGTATAAATTTGGGCAAGTTACACAAGTTTATATAAGACAAATCTTGGAATTATATAAAGATATTCCTTGATTTAATATTTTTTATTATTTATATCCATGAAACTATAATTTTCACTAAAAATGTAGCACGAGACAGTATCAACTTACTGATAAATATGAAGTCTTTGAACTTTTCTTATATCTAAAAGTCACAGCTTGAGTAGGCTTTTGGAGTCTGAATGAAATTATCAGGAAGATACTGATAATCTAGTTTTCTTAAATTTATCTCCATATAAAGTTCATATATATTTATCTAAATTTTACGTAAGATGAATGAGCTGTGATATTCAATATTTAAAAGACTATTTACTCTTGGCATTTGCATGGGAAGTACTCTATCCTATGGAAAATTTTGCTTTAAAGGTGTGACCATATTGGCAACCTTAAGGTTTTTATTTCATTTTATCAATGTTTTAAAAACTAAACCCTTCAAATAAATCAAGGTGGCTTCATCTTATACTAAAATATTCACTAAGAAACAATGTATAAGGGAAATTACAATAAAGCAAGATTATTCCTATCTAAATCTTGCCTTCTACAGAGAAGATAGAGGCTGGGTGTGTGGCTCACTCCTGTAATCTCAGCAGTTTGGGAGGCTGAGGTGGGCGGATCACCTGAGGTCAGGATTTTGAGACCAGCCTGGCCATCATGGTGAAACCCTGTCTCTACTAAAAATACAAAAAAATTTATCTGGGTATGGTGGTGGGCACTTGTAATTCAAGCTACTCGGGAGGCTGAGGCAGGAGAATCGCTTGAACCTGGGAGGGGGAGGCTGCAGTGAGCAGAGATCATGCCACTGCACTCCAGCCTAGGCAACAAAACGAGACTCCGTCTCAAAAAAAAAAAAAAAAAAAAGAAGAGGAAAAATGTTAACAATATTAATTAATATTAATTAATTAATCAAACTTTGTTCCTATAGCCTTCTGGTGTTATGTTCAAACTCAAAAATGTTTACATGCTTTTTTTTTTTAAGTTTAGGATTAAGAAGGAGGAAAGACAGTCTCACAGTTTTGTACCCCTTTTTACCTTTTATTTGAGATGCCCAATCAGAATTGTGAATTCAGCTTTAAGATGACAGCAAACTATATTATTGGTGGAAACACTACTTGCAACGTAAGCATCATAGCCTCGTTGTAGTCTATGTAGTATAACAAGTATAATAAAGCTTGGTCCAGCCATCATGTGAGAGAACAGCTGGGTTCTGGTCCTCGTTCTATTTAGCAGTTTTGCTACCTGCAGAGGGTCCTTAACCTCACTGGGAATTTGTGTCCTCATCTGAAATATTGAGGAAATAGTATGCACCTTTGTCATCTGATGGGATTCTTAGGAGGACCATTTAAGAAATTTACTTAAAAGTAATTTTAGAGTACTTAAATGAGACACGGAAAGTGACATTACAATCTACTTCACTGACCACAGATATAAACCCTAGTGGTGTATTTTTAAATTGCTTTCACCAAATCTTTGAATTGTTTTGAAGCACCTCCTGGACTTGTTCTTTTGTGTTTTATTTGTTCTCCATCTCCCTGAGGAACTTGTTCCATCAGTCATGCTCTCTTTTCTATAACTTCAGCCACTTCCTTTCTATCTGCTCTTTCCCTTTAGCTTGTAAACAAGTTCAGCTCTCTCCCACAGCCTGTGTCTAGCTCCCACCCAGTCTTTATTCTTAGCCCAGCTGCTTTAAAAGGAGCAGTGCAGTTTTCTGTCTCTGCCTCCTATGCCCTCACTTGGCCTCTCTTTCCACTTAAGCTGGTCTAGCATGGTGAGGATTAAAATGTGTGATATTCCAAGGGTCCCTTTTCATCTTATCTTATCAGGCCTTTCTCCTTTATTGGAGACCATTGACCACTCCAGCTTTCCTAAAATGCTACTCTCTGAAGGTTCTTCCTCCACCTCCCTGACCTTTCCCTCTCAGCTTCATCCATGGGCTCCTTCTTCTCTTTTCCTGTAGCATTTTGCTTTTCTTACAAGATTTAGTTCATTGGTTCTCTCTGGATATTCTCTTCCTAGGCCACCTAGAATTAAGGGTTTTGTTTAACAGCTGAATGCTGATAATTATAACATCTCTTCAACCCCAATCTTTCACATGAACTTTAGATAAATAAATATATTCAGCTGTCCCAAAGGCAGCCTAGAACCACATGAAATTCAGTGTATCCAAAACTTAATTTATTGGCTTCCCTTCAAGACTTGGTCATTTTGCTTATGTAGTCCCCCTTATGCCAGTTAATGGCAACATGATGCTACCCGGTCATTCAGTCAGTCATTCAATCAGCACAATTCCAATCGTTCACTAAGATCTACCATTTTACCTGCTAAATGTTTCTCAAGTGTACCTCTTCTCCATCCCTACTACAAATGCCTCAGTTTAGGCCCTCATCATCTATCCCTCAGTTACTGTGATAGCATCTAAATTCATCTCCTTGCCTCTCATGTATCTGCTTTCCAACAAACACATATATTGGTGCCTTCTGTTGCTAGTGTGATATAAAACTATCTAATTTTGTATTTACCTTCCTTAACAACTTTCATTGGGTCCTGTAACTTGTAGAAAGAATAAGGTTCAAGCTTCTTAGTGTGACATACAAGATCCTGCTGATCTAGCCCATTTCTGAGTTTTAGTCGCATCAACTGTCATTCTCAGCCTCAAAATAAGGAATTGCTTGAGGCTGCCACCCCCAACACACACAGACACACACAAACTCTCTCTCTCACTCTCTCTCTATCCCCTTTCATTCTCTACTGTCCAGATTCCACCCAGAACTGACATTCTCTCATTAGTTGAGCTAAGTGCTCCTCTGGCCATCTCACAACAGTCAGTACACCTCTGCCATGCAGGAACAATACCATACTGAGAATGCTTTCTTTCCATGAATCCGTTTTACACATTCCCACCAGATTAGGCTAAGTCCCACTTTTATAATGTCACTCTCCAGTGACATTATAATTTATTAACATTATTTATTAATTATTAATATAATTTATTAACATTAACAATTTATTCCAAGCTGCCATTGACTGTTGCATCACACTTAACACATTATACTGACCTTACTTCTGTGTGACTTTTTTTTTTACCTAAGAGTGCCAAGAGTATCCAGCTGCCTTGCAAGACTGCTCATGTTCTCCTCCACTGTATCTAAACAAATACTATGATTTCCATTATTGTCCTTAACACTACTGATTGCAGCACACCATGCAGCATCCTTTCTCACTTCAGATCTAACTTTTTACTGTTCCCACATCTAACTTTTGCGATTTAGGTACTTCAGTGCTTCTCTTTTTATCTTCCCTCTGCCTATTGATGTTTTCCTCCAAGTTCTGCTTCAAATCTTATATCCTCTAAGAAACTAAGAGATTCTTATCTGCAATAAATATCCCCTTTCCTTTCAAGGGATGGTCCTTATGTTGCAAGTGTGTTTGTGCTAACCAAGAATAAGTTTCCTGGGAGATAGGGACTATGTCATGAAGTCATTTTATATTTTAGATCCACCCATGCATAAATGCCAATTGAGTACTATTTGTGAAAATCTAGAAAAATTTTTTCCACAATTCGTTCACTCAAGTATGAGTGATCCGAATTCAAATTTAGGTTTTGGAAATTGTATTTCCATATTCTCGGGCAATTTTTTTTATTTCTCTGTGTTACAGTTTCTTCATCTATCAAATTGGAATGATACTTCAAATAATTATGATGAATACTATCTATCTATCTAACACCTACATGATAGCAGTGACTCCCAACTAATAATAGGAACTCATTAATATGGCAGATGATTATTATTAGATTACTATTTAATAATAACAGGCCAGGTGTGGTGGCTCACGCCTGTAATCCCAGCACTTTCAGAGGCCGAGCTGGGTAGATCACCTGAGGTCAGGAGTTTGAGAACAGCCTGACCAACATGGTGAAAACCCATCTCTGCTAAAAATACAAAATTAGCTGGGCATGGTGGCACATGCCTGTAATCCCAGCTCCCAGCTACTCGGGAAGCTGAGGCAGGAGAATTGCTTGAACCCGGGAGGCGAGGTTGCAGTGAGCTGAGATCGCGCCATTGCGCTCCAGCCTGGGCAACAAGAGCAAAAATCCGTCTCAAAAAAATTATTATTTAATAATAATAGAGATAATAAATGCTTATTGGGTGATTATGAGAACCAAGATGTTAGATATTACAGAGAAATAAAGAAACAACTTTTGCTCTCAGAGAGATTAAGCCTAGCATAAAAATTTTAAAATGCAATTTTTATATTTTATTCTACTATGATCATTTTGGTAATATATCAGTGATTTTATCTGTGTGTTAATAAGCTTTTAAAACCCATTTAAAATTTTTACTGTTCAAATAAAAAGGCCATATTGTATTATTTCCTTTTGTAGGTTTACTAATACAAAAAAAGAAAGAAAGAAAAACAAAAGGCATTTCCCAATGGAGAGTTTCTAATGGCCCCATGATCTGAAGCATCACTGCCCCTCCCCTGTTTCGCAGCCCCACATACATTTACTTTGTGCTGGTTCCCAGTGTGTGAGCAAGCCAAGCATGATCCACTCCATGCCCCAGTGCCACCTCATGCCTGTCTACCATCCCTGTCTGCTTCAGAGTTTAGTTTGTGAAACTATGATAATCATAGAAGTCTCTATTAAAAACTGGAAACCTGTTTTCCACTCTGCATTGCTCTGAGTTGCATTTGGAATGAGAGGCATTGCTTCACTGCACAGGGATTTACAAAGCAGCTCCCAGGACTATTCGGATACAGTAGTAGGGGTGACCATCTTTTCCCAGACTCTGTAGCAAGTCTCTTCACTTTCCAAAAGCTGTTAATTTACCTCACTCCCTTCACTCCCAGGAGATTTTTATGAAATTGACTCCAGAAAGCAGAAACTGGTGTGGGATATTGGCACATTTTTCATACTCACACTTTCCTTACTTTGCTGCACTGTTCTTTCTTTGTAGGTTTTCAAATTCATAATAAAAAATGATGGGTTTAACTTGGAAGGAGAGATGCAGGTGGAATTTTACCAGATAATTTGTAGCTATGAAATTCTTTAATTAAATTTTTGATATTCAATATGGTTGTTCTGTGGTCATCAACTTTAAATTTTTTTTATTATGGAATTCTGAAAATATGGATGGTTCCCATAGCAAATACAATTTATTTATAGAGATTTAATATTTTCATTTAGCTTTCATAGTAATAGGCTTATTTGCTCTTGAGGTAGAAGAACCTCTCAGATTCATTTATGCTAGTTTGGAAGTATTTTAAAGCTTTTTTTTTCTCATTCTTTCGTTCTCAGATTTTTATATTAAATAAATGGAAAGTTACAGTTTAATTCAGGGCACTATGGTTTTCATGTTGTGATGAAGTTTCAGCCAGAATTTTTGGTGAAGTGGATTGGACAGTGAGGTTAACTGACTACCATGGAAAGATTAACTGCAAAGTTCCTAGTTTTCTGATCTTTGGCTACAAACATAAAACTTCTGAGGTTTCAGCAAAAAGGGCTATATTTGCTTTGAGAGGACAGAGGGCACTGACCATTCCATGTTAAGCGAGAGATTCTGTTGTAAGAATTAAAAAAAAAAAAAAAAACCCGGGCACAGTGGCTCACGCCTATAATCCCAGCACTTTGGGAGGCCAAGACGGGCGGATCACGAAGTCAGAAGATCGACACCATCCTGGCTAACACAGTGAAACCCCCGTCTCTACTAAAAATACAAAAAATTTAGCCAGGCGTGGTGGTGGGCGCCTGTAGTCCCAGCTACTCGGGAGGCTGAGGCAGGAGAATGGTGTGAACCTGGGAGGCGGAGCTTGCGGTGAGCCGAGATGGCGCCACTGCACTCCAGCCTGGGTGACAGCGAGAGTCCGTCTCAAAAAAAAAAAAATAGGAGTTTGTACTGGGAAAAAAGAGACTTGAGGCTGATGAATGAAGAGCAACTGCAAATTCTATCAGGGAGCTGGTGTTCAAGCCTTTAAGGTGCTACAGTGTTATGCCCTTCTAGGTGTTATTTTGTGAAACTATGATAGTCATAGAAGTCTCTATTAAAAACTGGAAACCTGTTTTCCACTCTGCATTGCTCTGGGTTGCATTTGGAATGAGAGGCATTGCTTCACTGCACAGGGATTTACAAAGCAGCTCCCAGGACTAAAAAAAAAAAAAAAAAATCACTTCTTTCTTCAATCCTTCCCTATTTTTCCTTAAGTTTTGATAATTGTTGATGAGATTAGGCAAGTTTTTTATTTGTGGCTTTTGTTGTTCTCTCTTAAGCATAGTGTAGCTGAACTGAATTTTGCTTAGACACAACTCATAGGTTTATAAACCAATGGAGTTCTCATTAGCCTAGAAATATTTCCTTATACAGTACTTAGAATCATTTTTGTTTGTTTGTTTTAAAAAATGGAGTGGGGGAGTGTATTCTGTTATGTAAAGGATGACAACAAATTGAATTAGAATTAGTTCTATAAAGATAAATCAGTGAATAGGCTCTAAGTTTCACTGTGGGTGTTTGTGTTGGGGCATAGGAAGGATGACATAATAAAATAGAATTGGTAAGTTTTAGTATATTCAGCATATAAATACATCTTGTAAAGTTGCCAAGTGTCCCGCTCACCTGAGCTACCTTGTGCCTCTTGACTTTCCTTGGGTGCAACATTTGCTAAAGTCCTAGGAGTAAGAGCAGGTCCAGTTCTAAGAAAAAAATTTTGAATACCTGGCTTATTTTTAGTTTTTAAGGGAAATATGCTTTCATTCACCTTTCTGTCTGAAGGAAAGGCATTTTTCAGGATTGGGAGGCCATCCTTGCCTTTCCAGTGTTTTGCACTAAGCTCCATCTGGATGTCTTTTTCCCAGATTTTCTTTCAAATTTCAGACTTTTCCTTCCAGCCTGACCTCTTATCACAATTTACCTGTTTGGCATTCTTTTCTTTCCGAGCCTCATGGGGAGCTAATATAGTCCAGATGCCCTATAGTTAGCGTCCTAGGACACAGATTTAATGATATTATGCTCTTGTCATACAAGCTTGTTATATGGTAATTTGCCTTTTAAGATCTTTTTCTCAATATTTTCTCGCCACGAGAATCAACTGACATACTGGCTCTGGGTAAAAGCCCCAGTATCCCAGATGGACTCCGTGGCTCACACTACAGACGAATAAAATTCAGCTGTCATAGACACTCTACTTGCCCACGGAGGGTTCCACAATCCAAATGTTAAAATTACTTCAAGTCTTTTCTAATAGAAACTGAAAGCTGTCTGGTTATAATCAAAATGGAAATTTGCCAGCCAGATTCCTACTGTTTCTGAAGAGGGATTTTGAGTTTCTTCAGGATAGAACCCTAAAATTGCCCCATGGTATATGCCCAAAGTGACCTAACTTGGCCAGCTGAATTTCAGGGAGATGCTTTCCAAGATGACAATTTCACTGGAATAATTTCAGAATAGGTAGTTCTCTGCCCATAATGTCCCTTTCCTGTCTTAGGTGATTTAAAAAAAAAAAAATTCAACCTGTCTTTCTTCTCTTCAAAAGCAAGTTTCAAGTCACACCTGGGTAGAACCTTATGCCTCTATGGAGACTGCAGGATGTGGAAGACAGGAGAGAGGGTATGGAGAGCAGCAAGAGCCTGGGAAGAAGGGCTCTCCAAGAGTATATAAGTGATACCAATGGACAGGTGGCTCACATAGCATCATTGAAATGCCTAAAATGTAAGGCTCCATGCTAATTTAGTATGACCATATCTAAGTGATGTCTTGGGGGATTTATTTAGTGAATTTCAAAAAATTTGGAAAAGTAGATGACATCTCTCAACATATGTTCTTTGACTCTTCTATTTTTTACCCTATTTTTTAAACATAGTCATTTTAGAATAAATAAATAGATAAATAAATAAACTGTGTCACAATACTATATTCTTTCGGCTAAAAGCACATATTCCGTCAACTAGGCCTACAGGCAGTAGGAGTAGGACACTGACTCAGCAATGAGTTTTTGTTTTAAATTGTTATTTTGGGAGCTTCCCAAGAGTTCCTGTTACCATTTTTCTACATATAGAGCTTTTTACAGTTAGCACTTCTTTTCCATTTACTTTCAATACACAGTTAACAAAAGAAGGGTCTTTGGATTCACATCTTTGGGTCCAGACTTTGCCGTTTGCTAACCTTGTGACCTTGAACAAGTTCCTGATCTTCTTTAAGATTCAGTTTCCTCTCCTCGTCTGCATATTGAGGAGTTAAATTAAAATGCATGGCCTTAATGGGCACTGAAGAAATGTGGATGTTATTAGTACTTTTAGAATGGATTCCCTGATTGGCTCATTACAGACTTTTCCTCCAATAACTAAAACAATTTTTATCAGATTATTCCCAGTTACTAGGTTTGATAGGAGGAAGGATAAGGGAGCAGTGAATCCTAGGCACCTGGGACAAAATTGGGGAGGGAGTGGAAGAGGAAAAACTATAACTGGGAGATTTGAAATGACAATAGTAAATTTTCATTTACTATGTATTTATATTTATAATTATTTTTACTTATCTCATGTTTTTCCCTTTGGGCAGGTTTGTGCTTAGCTCTTGATTATTTACAAAGCATTTCAGGAAAAGCAAACCAGCAAAACCCCCAAAAATTATCCTTTGGTATTAGAATGCATTTGGCAAATTAAGTGGTACATATACACATTTAATTTAATTCTTTCTTTCTAATATAAAGTTTTTGGCAATTGTTTGCACATTTGCCTTTGGTAGAGTTGTTTGAGAAAAGTGGAAATATGCTTAAGATATGAAACATCTGTTTATTTTAATGATATTTTACTGATGTCAAGACAGACTTATTTGAGCCCTGGGGCAGTATTTTTGTGAGGGATGGCATGCACCTTGCCTGAGCAGTCAATGAAGAGAAAGCAGCTGTTTGAGCTTGCTCAACTTCTACTAACTCAACGTGGATAGAGTCCAGATAGCAACTGGCCCTGTGTCAGATGACTGCAATAAAGCTCTCTTTCCTTATAAATTCTTTATAAACATGATGTGTTGGGGTCTTAATTTTCTCATTTACAAAACAGAGATAATACTTTATATTTTTCTACCTTATTGGTTCAAAAGAAAGAGTTCATAATTTCTGTAGAAATTCTTAGTCAGCTGTAAAACCCTATTACATAAGCATATATTATATTACATAAAGGTGTTATTATTTAGCATGCTTTTACTGTAATGAACAGTTAGCTAAATGCAAAATAAAATTCTTCTCTGAAGTAAACAATAATAATAATAATCAAAAGGAATATAAGACTCTCCATAGAAATAAAAGAAGGTAAAGTTGTATTTTTTCAAAATCATATTTAAATCTTTTATTTAGCAAAATAAAATAGACTGCTTATATAACTATCTAGAACATCTCCCAAAGCCCCAGAATAGGAATTAAATAGTAAAAAAAAAAATAAGAATAGAGGCTTTGACTTGAGGAAAAACAGAACAGATAGAAAAACAAAATGTGATTTTTCTGCTATAACTGGACTGTAGTCTCTCTACAAGTGAAATGTAGCTTCCTGGCAGAAGCCTGAATCACTATTATTATTACTTTTTCTTTATTCATCTCGCATCAGGAAGCTTGTCTCAAATTCAAAGTTAAACGCTAAAAGCCTGTTTGTAGCATGGTATCCCTTTTCTCTGGGTCAGAAGGTGACTGAGAGCTAGAAGTTTAAACTGGTGACAAATATCCACAGGCATCTGAGCCAAACGTTTAGAAAAAAGTCCTATCATCCCTCAGGCCTGTCTACATTCTGGTATTTTAAGACTCTCTACTTGTGTAGAGAGAAACATGCAGTTAAAGATATGAGGGCCTTGACTAAACAGGCTGTTACTTTCATGAATGAATTGTTGAAATAATTTGAAAGAAAAGCTTCTAAATTAAAACTGGACCAGGACACAGGAAATCTGCATCATAATTGCAGCTCTGTCATGGACTAACTTGGTGATTTTGTGGAAGTGACTTAAATTCTCTGGACCTCAGTTACTTCTGTTGCAAAACCTGTGATACATTACCCAGAGCTACTGTCTGCTTTGAAAGCCTGTGACTATAGAATATTTAGATAAAGGTACTTCACTTAAGTCATATTTGTGCTGTAATACAGTGGAAAGTCTCACCTACACATTTTGGTAACTCGAAGCATCACACATAATCTCTATGGTAATACATTTCTGTACTTGTGAGTTTGCATTTGAAGTTTAGATCAATTCAGATTTGTAGTTATGTCCCTAAATATGGTTTATTTAAGGAGCACAGCTCCCAATTTATAACTTGTAAATTGATCTGCTTTTCAGTGAGTGACTCTACAATAAAGTTCCTAGATGCTGTTATAAAAGATGATTGTAAAAAAAATTCAAAATAATCTGATATCAAATTTTTCATATTAACTGAATTTTCCAATTAGAGAGAAAATATGTAAATGCATCATGTGTTGTGTTATGCTGTTTAGCCACAGACTCAGTGTTCTCTAAATGTTTTTGGTGAGAAGGGATGTCAGAGTTTAGCAGCGTGCCTTCTTGCCCTGATGCTGGCGGATTCATCTTTGCAATGCTTATTTTTTCCAACAATCCTTGAACATACCAAACTGCTATTTCATTCAGAATAAGAATAAGAATAATAATGAGGAAAAGAAGGAGAACAATGGGACAGGTGGAGAAGGAGCAGAATAATGGGGCGAGAGAGAAGGTGAATTATTATTATTATTATTAAATGGTTGTGGGCTTTTACCTGAGGAGTAGATCATATTTGTTCTTGATTCCTTATTTTTTGCCTCTTCTTGACTTCTTATTTTTCTTGGCAATCATGTTTGATGGGAGATACATAAGTGTTTACTATGAATATTTAGAAAATTTGATTTATTCCATTGATATTCCTTGAGCACAGAATTTTTTTGGAATATGCTGCTTGCCCTCCTTTATCTTCTGGGAAAATGGGACTCCATTTTTGTGTTTGTTCCCCCATTTCCCTCCTTCACTAGTACTGACTGAGTCCTGCAAACATTTATCTTCTCAAGTCCTGCTAGAATTCCTCTCCCAGGGATTCTGGGCAGAAAACAAGCCTCTTTTTTACATCTTTACAAGTAGTGTGTGTGTGGAATTCAAGTGCATGAAACATTCAGATTAAAAATCTGATAATATTTTAGAAATTCCAGTATACCCACAAATACTCACATGTATGTTTAAATCAGGGATTCCAGTAGGAGAAAACTGTTAGATTCTAGCTTAATGTACTCCTCAATAAATGAGGTATACTTTGGTCATCGTAAAGCACTTGCTAATAATTTACTACTTTGGGGGATTTAAATCCCATTCTATCTTCAGAAGTCATTATTAAAGTGTTATCAGTAACATTAGAATTTGCTTTGGATGATTCTGACAAATTCAACGTTTTATTAAACAAAATGATGCTCTGGTCTCAAATGATGGAGATTTCAACTTGCTTTTCTCTACAGAGGAGTATATCCCCCACCATGCAAGTTATGAGGCATTTACCTTCATTTATTCATTAATTTGGTAAACATGTGCTGAGTACCTGCTCTTTATCAGGTTCTTTATTGATTGATACAGAAACAAATATTTAATTCTTACTCCCAAGAAGTTAATCGTCTAGTGGGAATGAGACAAATAAAACAAGGATAATACTTTGTGGTCTGTGCTGTGGCAGAGGCAGACAAAGAATCAGGGGAATAACAGAAGACTTCCCTCCCACATACTGCCTGAGAGGTGGAGGACTGGGATGGGAGCTCAGGGAAGGCCTCCCCTGGAGGGCACACCTGAGAAGTCATTCCGCTACATGAACTCTGTTATTTTCCTTATCCCTTATTTTTTCCTCCCCTTCACATCCAAATCTTTCAAGTCCGCCATCAAGTCTGATGTGCATCCTCTTTGAAACCTTTTTGAACATCATAGACATATTTTTTCTCTTTTCTCTAAAAGGTAGCACTTCCTCTTTCTTTAACACATTTAGCACACAATAAATCCTTTTATTTATTGCCCACTGTTTTCTAAATAACATTTATTGTAAATGTCATTGATTTTTTAGTTATATCATATGCTCCTTGAGGGTAAAGACCATCTCTCAAACCCAGAAAGTCAGATCCAGCTCCAGTGCTATGCATATAGTAGAAACTCAATAAAAGTTTGTGACTGATATTTCAAGCAAAATATATTTTCTTCATGTTTCAAAATTAAGTGCTTTTTCTCTGTTGTTAGATTGCTGTCTAATTACATTGCACAACCTTGCCTAAGTTTTTATATACATAGCATTGAGCTTAAAAACATGGAACCAGCTCTTATGCATAATTTAGCTATATTTAGCATCTTTGGTCCAAAGCCTTATAAAAATATGTACATCAAAGCACTGTAATTAAATGGAAACAAAGTTAAATTTATATTTTACTTGTTTTATTTATAGTGACTTGAGTCAGAGTATAGGGACACAAAGATGATTGACATATTATCTTGTATTTAAGGAATACATAATGAGAGGAATAGATACATTAACAAATAACTATAATGCTGTCTAATAAATACAGTGAGAAAGAATGGCATAAGAGGAGTATCCAGCCCACCCTTGAGAGCATGGGTTGGTTTCTTGCAGATGTATCCAAAACATAAAGGATAGATGTATAGTAACTAGCAGAAATGACACAAGAGGAAGGACAAGAGGATGGCATCTAGATAAAAAAAAAGTACAGCCGGGCGCGGTGGCCCACACCTGTAAGCCCAGCACTTTGGGAGATCGAGGTGGGCAGATCACCTGAGGTTGGGAGTTCGAGACCAGCCTGACCAACCCCATCTCTACTAAAAATACAAAATTAGCCGAGTATGGTGGCACATGCCTATAATCCCAGCTACTCGGGTGGCTGAGGCAGGAGAATCACTTGAATCTGGGAGGCAGAGGTTGCAGCAAGCTGAGATCGCGCCATTGCACTCCAGTCTGGGCAACAAGAGTGAAACTCCGTCTCAAAAAAAAAAAAAAAAAAAGGAAAAAGAAAAGAAAAGAAAAGAAAAAGTACATGAAGAAATTCTCAGGAATATTAATTAGCATTGTTTTGCAGAAAACTACAACTACTTTAATGTCTTAGAGCATAGAATGGAAGGTAGGAAGACATTATTATTAGAGTTTTGATTTTTTTGGCAATTTATTGATTGATTAATTATAAACTCAGTCTTCAGTAGTAGGAAAGACAGCAGGTGTAGACCTTTATTTTTCCTTCTCTGTGCATTAAAAAGCTGAATTGTAAAGGGAAGAAGAGCTATAGGACCCTAGTCAGAACAGGATGTAGAGTCCAGTGAGGATTTTTGTTTTATTTTATTTTCAGATGGCAGAGTAGGCTGTTTATAGGCTTCAGAAAAAAGCTCCATAAAGAGGAAGATGTTGAAGATAGAAAAAAAGGGGGGATAAAGATTGCCCAAGATATAGAAAGGCTTTCTTAGAGACAAAGTCAGGGTTTTCTGAGTTGGCTAGTGGTCTATACTCTGTTGACATTTATTTTTGGTGTCTTCTGCCTCTACAAATAATAATATCACACTACATATAAGTAGTATTATACAATTCATGAAGCATTCCCACTTCTTTTATGCATACATTCTCAGAACCTCAGATTAAAGATGAGGACACTGAATCTACAAGGAATGAATGATGCAGAGGATGTTGGACAGAAGTATAGAGCTTCAGTTTTCTGGCTTCTATTTCAGGGCTCTCTCAATTGTATCTTACAGAGAGGAGAAAAAAGGGAGGATGGCAATTTTAGTCACCAAGAACAACACTCTATGTTACCTGAAAATTATTTGTGTTCAGTGCTGAGTTCTTAGAGACTTCAGTGAGACCAAACCTGTGGCAGGCAATAATGAGGAAAAAATACAATTTACTGTTTTATTTAAAACAATTATTTATTTATTTTTAATTTAATTATTATTATTATTATTTTTTGAGACAGGGTCCCGCTCTGCCACCCAGGCTGGAGTGCAGTGGTTCAATCTCAGCAACCTCTGCCTCTTGGGTTAAAGTGATTCTCGTACCTCAGCCTCGGCCTTCCAAAGTGCTGAGATTACAGGCATGAGCCACCGTGCCTGGCCAATTTAATGTTTTAGAAGTTTAGATTTTTTTAAATAATTTTTTCAGTGAATATGCATAAAGAGGAAGATAGAACCACACAACTTTTAATTTACTCAACTAATACATTTACTTGTAATAAAAGCAGCAACATTGTAGCTGGAATCTGGAGTTGAAAACAAATGTAATCACAGGCTGTGTGACAGTGCAAGAGCCAAAAATGACTTTTGAGAAAAATATAATGCTTGTTCAGCATTCAGTGAGACAATCCTAATTGTTAGATTTTCTGCCTTAGCTTTAGATACACTGCTGATTTTAAAATCGATGAAACAGTCATCGGCCAAATATTTATTGAGTGCTTTCTGGGTCTCTGGATTCTAAGCACCATGTTAGACATTACAAGTAGAAAGAAGAATTAGAAGTGGGCTTACTTAGATACCTAATATGAGAGATACAATTAGCTATAGATTCCTGTGAAGAGAACCAATGGGTATATAACTAACAACATGCATGTAGACCAGCTTAAGCAGAGACCACATCTGAACCAAATATTTTCAGTAGGAGGTTCTCTAATGAAAATGTTTGTTTGCTAAGAAAATATTTTTCTTCCTGATGTAGTGACATAGATGATCAATACCTTTGTTCAGGTTTCTTTGAGGGTGGTTAAAATTGAGTTAAAAATGTAATCATCTGCAGAAATGTTTTACCAATTTGTATGAATGCTGCCTATTTATAATAAATCAATCCGTAGAGTATAAATATTTGTGTGACTTCGGTGCACCAAATAATCAATCTATATATTTAGTAAGAAATTCAGAAGCAGAATCCTTGGTTCCTGACCTTGGGAAGTTTCAAATTTAGTTGCAAAATAAACACTTGAAATAATTAGGCTAAGAAATAGGATATATAAGCACCAAACAAAAAGACATTAAAGTTTTGGTAATAAGTCTAGAGTCAGTTCAGGGAAGGGGAAAAGTTGGAGTTGTTGGGAAATGAGTGAAAGATTTCAGAGAGGAAGCAGATAGGAGAATATAGTGTTATGGAAGGTATCAGAGATACTCTTAGAAGAGATTGACAGTTCCTGTATCACAGAGATCCAAGGAAGGATGAAGAAAAGATACTGAATCTGGTACTGTGGTGTTTTCTAACTAATTTTGAGAGAGTAGTTGTTTTTACAGTTAAGAACCAAAGTAAAATTTCCAGAGGTTAAATCTCTTGTATATTCTAACATATTGATTTCTGAACTAATTTCACAGTAGCCATTTGGTTCATATATTTGACTTAAATTGTACTCAGCTAATTTCTTTTAGTTTTATATTGTTTCTTAATGTTAGGGACCTCTTGAATACTAATAAAATGATGGCTATGGTCTATTGGTATTTGCACTGTGTTAATACTTTTAGTGCTAATAAATGTTCATAGAGCTAGTAAGCACTACAAAAATAGAGGACTGTGATCAGTGGCTTTAGTAAAGAATTGCAAAAATGTTTTGGCTTAATATTTAATCCTTTATGTAATAATAATATTGGTTTTTAACCTAAATAACCCCAAATTTCCATAAATTACTCATAAAAGTCATTACTATGGAGTCGGTCATTGCACATATCTGTAGCTATTACTGTAATGATTCTTAGTAACTCATCTACTGATTACTGTATGATTACCTAACACTATGACTTAATAATTAAAATGCAGAAAATATTTATTGGACCTGTACTATGTTTCAGGTATTGTGCTAGGCTGTAGGGATACCACAGTATATAAGACACAGTCTCTACCTTCATTGAAGTCTATCTAGAGAGAGAAAAACACAGATGTGTAGAATGGGAATGTTTTGAAAATTTAGTTGCCACAAAAATATTGTTTCCTGTTTAGATCAAGAACAAATAATATATGTATGACTAATATCAGATTAAAAATACTGTAGTTTATTATTGCAGTGATTTCATTGATAGTAAAAATATTAAGTTGTTTCTTCAAACCAAGACATACCAGAGGAAATAGAACATTTTGACCAAAGCCTTTAAGTTTTATTTCAAACAAGAATACCACAAAACATTTAATTCCACTGAAGAATTAGCCCACATTTTATTTTTGTCATCCAAAAACATTACATTCCAATCTTCCTTTTACTGGTATGTGGGAAAAACACTTTGAAGTAGATAATAGTCTGGATTGGGATTCCATGTAGTCTACTCTGTCCAGTCAGGTTTGCAGAGTAGTGAAATATCACCTTCTCTAGAAGATAACAGAACTATGTGTTTGTAATTATTGTTGAAGATATATGATGAAATCATATTCTTGCTTTTTTTAGACTTCTTTATTTAAATGTCCTTAGCATGCTCTGTCAATTTAATGAATATTTTAAATTCTTCTGTACCACTCTTTTCTTTTTTGCCTTTAACTTTGTTTTGGGTTAAACTTCCAGACGTGTGATTATTTGTATATGCTTTAACACACTTGGAAGAAATATATTTAAAAAATAAAGCAAATTTATACAACTTTCATTTTTAATGTGAAATATGATCTATAAGTCTTAGCACTATTTGTATTTGGGGCTTCATGTGCTAAGCTATATATATAGATATATATATGCTTAGCACATGAAGATATATAGATATATATATAGATAGATATATCGATATATCTATCTCACAGCTGGAAGTTTCATTAAATTTTGCAGAATATTTAACTACTTGCTTCAGTATAGCCTCAGTGCTATCCCTTGTGGAGATGAGTAAAAAACACAGACAGGTAGTTAGAACTATTACATAGTCATATTAACAGTTGCCTAGAGTGAATTTACCATTTTGTCAATAGATATTATTTTTCAGCTACTGTGGCAACTAATCTTCAGCCATATTTCCACTATTTTATTGCAAATTCTTAAAGTGAATAGACTATATATGCTTATTATATTCGCTAGTGTGAATTAATAGTGGATTTTATGCTAGCTATTTTGGAAGTTTCAGAAGATAATGTGATTTTACACTGTGAGTTTGGTGGAACTTATTATCAGATAACAGACTCAAATATTCAGCACAAAAACATAGTTGAGAAATGTCAATACATATTTTTGGCTATAGAGAAATAATATTAATTTTTCATACTAAAGCATCAATGTGTGATAATATTCTGCTTATAAAAGCCTATGTCTTATTGGTGCAGTCTCTCCAACAAAGCTGGATAGCCAGACTCTTTTAAAATTAATTTATGAGGACAAGACTATCAACATACAGCAGTAAACTGAGCATAATTGAAACTTTCAAGTCTTGACAAAGCCTTGTGAAAAAGTAATATATTAAAAAGAATGATTTTATATATGAGTTTGTCTTCAAATGTAATTTTTATATTTTTAAAATTCTGCAGTTGTCAGTATATATCAAAACTTGTTCCCCAAAGAAGAAATTTTGAAATTTATTTACTTAATAAATATTTATTTTTAAGGGCAATGTTGTCATTCTGAGGATACAGTAATGAACAAGTCTCTGAGCTTCATGGAACTTGAATTCTACTGCAGGGTGTGAATGGCAAAATAATGGCCATCCCCAAAGATGTCCATGCTCTAATCTCTGTAACCTGTGAATATATTACCTTATGTGGAAAAGGGGAATTAAATTTTTAGATGACATTATGATTGCCAATCAGCTAATTTTAAAATACAGATATTATCTTGGATTAACTAGCTGGGCCCCATGTAATCTCCAGCATCCTTCTAAAAAAAGAAAGAGGCGGAAGATGTGATGACAAAAGCAGGAATCATAGCCAGAGAGAGAGAGAGATTTGAAGATACCACTCTTCTGGTTCTGAAAATGAAGAGAAAGCCATGAGTAAAGGAATGTAGTTGGCCTCTAGAAGCTGGAAAAGACAAAGAAATGGATTTCCTTCTGGGGCTTCCAGAAGGGGTGCAGCCCTGTCAATATCTTGATGTTAGCCCAGTGAAACCCATTTCAGACTTCTGACATCCAGAACTAGAAGATAATGAATTTTTGGTGTTTTAAATCACGAGGTTTGTGCTAGTTTATTATGACAGAAACTAATACAGAGAAATAAAAGATAATAAATAAACAAAAATATATATTTTAAAAAGATAATTTCCAGTAATAAGTGCCATAAAGGAATTAAAAACAGGATAGGATTCTGAAACAGTGCTGTCCAATATAATATACACTAACACATGTAGCTGTTTAAATTTAAATTAATTAAAATCTAAGTGCTACTAGTGTGGCCAGTGACTACTATCTTGGACAATGCAGATAATAGAACATTGCTATCATCATAGAAACTTGTCTTGGACAGTGCTGTTCTGGAGAATGGTACTACTTCACACAGAGTGGATTCAGTTTGTATGAGGATCTGAGAAGGAATCAGGCAGGTGAAAGGCCTCCCAAAGGAGCAAAATGTAGAGCAGTATGTGCTATAAAATAAATGAAACAGATGTGATGTAAAGCATTTTAAAATCTCCCAAAGGCCTAGTGCAATGGCTCATGCCTGTTATCCTAGCACTTTGGGAGGCCAAAGTTGAAGGATAGCTTGAGTCCAGGAGTTCGAGACCAGCCTGGGCAACATAGTGAGATACTGTCTCTACAAAAAAAAATTATTTAAAAAAGTTAACTAGGTTTGGTGGCATGCACGTCTAGTCCCAGTTACTTAGGAGGCTGAGGTGGGAGGGTCCCTTGAGCCCAGGAGCTCAAGGGTGCAGTGAGCTCTGATTGTGCCACTGCACTCCAGCTTGCACATTAGAGTGAGACCCTCTCTCTAAAATAAATAAATAAATAATCTGTCAGGATACTTTAGGGACCTTATTATTATTTTATTTCAAGGTACTCATAACCACTAATTTATTCATTCATTCGTCAAGCATTTAGTTACAACCTAATTTTATTTCGAGTTTTATGCCAGGTAAAATATATACAAAAGTGAATATAATGGAGGTGCTAAACTCATAGAACCAAAGTCTAGTAGAATTCTCCTTTTAAAAATTGTGGTTCATTTTGGACAGCACGGTGGCTCACTCCTGAAATCCCAGTGCTTTGGGTGGCCGAGGTGGGAAGATTGCTTGAGTCAAGAACAGCCTGGGCAACCTAGCGAGATTTCATCTAAAAAACTAAATAAATAAAAATTATGGTTCATTTTGACGGCCACAGAGGCCATTGATTCTGCAGGTGGAGAATTAAACTGCAATTTCTCATCATGCTAGGGAGGGTGAGGGAAGAGGGAAACCAGCAAGATTCTGCTATGCTGGGGACTGCCCACTTGTCCAGTATCAGAGCCATTCGCCAGGTCATTTTGTGGACCTGATTCCACTCTGGTATCAACCCACATCATATTTGTGGAAGAAGAAGAAGCAGGAGTCATGAATTATGATTCTCCTAGCGAATGAGCGCATCCTTATTAAACCTTGTTAAGTCCTGTGAATAAATTTTGAGCTAGAACTTTAACTTCATACTATAGTTTTGTTGGTGTTACTGCTATGCATTCATTTCATTACTGCTGTGTAGTTTATATTAATGACATTGACTTTCAAATATCATGTCTTAGAGAATAAAAAATAGAGTTTCTGATATAGTAATCTCCTTTAAGGTATCCAAAGAGCTGTGAGTTGTCTGCATATGTGCATGCATATGTGTGTATGTGTGTGTGCCTTTTTTGTTTGCTTGTCTTAATTTTTTAAAAAATGTATTACTTCAAGACACTATAACATTGACTCATAAAATGTGTAGTTATTAATATGACTGAAAGTGCCAGAGTTTGCAGTCAGTAGGTTGCAATTTTCCATAGCCAGGGAATATTGGAAAGCTGTTATTCAAAGGCAATGCAGAATCTTAGGGGGTCTATACAGGAACTACCTTTTAAGGAAAATGCGTCTTACCAGTGAAAGTGATGGAGGATGATTTCCAGATGTTCAAATGCTTGTTTTGGCAACTGCTACAGAAAACTGAAACGTGTTGCCAGAACAACCAAAAGGGATGTGAAGCACTGATGTAAGAGGGATCAGGCCATGGAAAGCAAGGCAAGCAGAAACCAGAGAGTATATAGAGAGATACCAGAGAGGGGAGATAGTTGAGCCAAGAGAACAAACTTTAGAGCCCCAGTAATTACATGTAGTAAAAGCATATCTGCCTCTGTATGAGGATGCACACCCAAGCTTATCACCCCTGTGCACCCCACTTACACTTTCCTGTGCTTTCTTCATTATCTTTCCTGTAACTATTGATGTCATTATGTTAATTGGGAAAACTCTTCCTGGCTAATATGCTTGTTAGATATTATGGGTTAGTGAAGCATGCATGACTGGGGTTAAGCAGATTTGTCTTCAAATCTTGAGTTCATTCTTGACTACCAGGATGGTCTTGACTGAATCATGTAAGCTCTAGAATGTTCAGTTTCTTCATCTGTAGAATGGAGGTTATAATATTATTACCAAATAGCTGTTGTGAGAACCAAATGAAATAATGTATGTGAAGAGCATGCAAGAATAGGTTTCTTCTCCATCTGACTCCTTCCAACCAATTTCCAGAAGTAACATTACGTTTTTTGCCCAGTTAGGAAAAATACATTTTCAGAAGACATCTGAGAATTGCATGTAATGTTGGCAGACTCACAGATTGAAAATGTTTAGCTAGGTTGACTTTTTGTGGGCTCTTGGTTTAGAATCATATAGGCAACCAGATACTGTGTCTACAAATCAGGCAGCCACTTGGGATTGTTTTCTAAAAGATGAGAAAATACAAAAAATAAAAATCCAACCTTGATTGAATATGTCCTTTTACACTCTGAATATCTGCAGTGTTTCTTTTCCCCCAACTTTTTTTTAAACACGTGTTGATTTTACAGTGCAGACTATTAACTGCCATCCCAAACCAACCAGTTCCAAGCAGTTCAAGATAAATAAAATTCCCCATCTGCCTTCACATCTTGGTGAGATCTTTGACCTTCATTTCTAAATCATTTTGATTCCTCGCCACCCTCCCCCAACTTACTTCTACAATGCTCTCCACCCTAGCTCATTTCTGAAAAAGAGATTTTTCCAATCTCTGTGCTAGGCCTGGTCCTGGGCCAGAAAAAGCCAGGCTCTTCCAAAAAGCCAGCCTCTGCGGGAGTTGGAACCTAAAAATCTAATTCATACTGCAACTATTTTCCCAGGGGGTGGAGCAACAGGAGCCAGGATAACAGAAAGGGATCGCTGTAGGGAACTAGCTCATTCCACACCTGGACACCTGACTGTGTTCCACTGTGAATTCTCTGGGAAAGGTTTTGAAGTCTGTATTTTGAGTTGAGCTACATTGTGTGTTGGCTTTCACATACATTGTGTGTATGGCCATTTCAACTTACCATATTATCTGTCCATGCCCTTTGACATCTTAATTTCTCTGAGGAAACATCACAGAGATACAATTTAGAACTCTTTGGTATCATAACTTGTAGCCCGGAAGGCATGGAGTGCTGACCTTACCTATTATTGTACTTGAAGTTAGAAACTCTCACCTTAAATCCTAGATTTTTCATCTATGAGCTGCATCATCTTGTATTTTAAATTATACATGTAAGTGTCAGGTTCCATATCTAAAAAATGTAAAGGATGAGAATACTTGCTCTGATTACTTTGCAGTGTGTAAGGATTGAATGAAATCATGTGTGTTGAAGTACTTAAAGCAGAGTAGATGGCTCCCTTCCTAGTTCTCCTCTGAGATTTTGAAGAATTCTGTTCATATTGCATTGTAATTATTTGACTCTTTCCCTCTACTGACTCAAAAACAGAGATTAATTTTTTAAGCTATGAAGTAAGCAAAATAGCATAATAGTTATCTTTCTAATATAACTACTGGGGTCTTAGACCCAACAGTACACTTTGAAGTGAACTCTATAGTTATGTGATTTTTAAAGTAAAGTGGCTTTTAAATAAATATAGCTTGTATATAATTTCTTACTAGGATAGAGTTTAACCAAAGTTATTGAGAAGTATATAAGGTGTGTGCAGTCAGTTGAAGAGGCTCCATTACAGCAGAGTTTTAAGAATAATTATAGAGAGTAAAATTAGAGAAGGTACACTAGTGGGTTTTACAGTGAAGAAGGTAAGAAAAAGAGTTACAGATGAATATGTGTTTTTATGGCCTTGCTTATATTTTAAACACACCTTGGCAACTTATCATGGAAGAGGGGTAAACTAACTGAAATGAATTGTATAGAAGCAAAAACTAAATGTCAGGTGTTTATTTGATTTGCCAGTTATCTAGATCATCCTTACTGTTTAAACATTTACCGTCATGTATGTTTTCAGTCATGGATTCAACAGAAAAGACAGTCAAAACCCAATTATTATCACTATTGCTTTTCTTGTGAAGATCTGTTATCTAGATTGTCTTTGCTCTGAAGATTGCTTCATTTGTCATTATGCCTTTATTAAATATAAAACATAAACAATTTAAAGACCTACTATAACACCATTTGCCATAGAAATTAGTTTGCTTTAAAGAAGGTACATTTTGGATGTATATCCAGGTAAGAATGTGTTTATTCTATTTTAATGGAAGGGGTGAAGGGCATGAGTTCATTTCAAAGAATGTAAGAGTAAGATGCTGGGGGTTAGTGTGTCTTAAAATGTTTGCAGTGATTATCTGTGTGGAAATGGGTTACATTTATTTCTTATTATAGGCCATGGTAGCTCCTTATGGTAGAAAGAATAATAAGCCAATTTTGGCTGCCAGGTAATCCATGATTTTTTCATCAAATTACGTTACAGACTACTGTCCTCCATATTTATGCATGGAAACACTTTCTAAAATGTTATGTGGGATTCCCTGTGGAAAATCTTTTTTAACCTTTGACCTAACTGAGAATACAATGGGTTCCCTTTGAGGTAATGAATTCTCTGTCTCTGGAAGTAACCAAGCAGGAGCTTTACAGCCACTTATGGATGCTATAGAAGAAATTCCTAAGAAATTGGACTAAATAGCTTCTTGTTCTCTTCTGATGCTCTGTATAAATTAATTTAGTGTTTGAGGAACCAAAGATAAGCTTCCTAAGTTCATTCTAGAACAAAGATCTGAAAATAGTAGAGGTTCCAATAAACATCAAGAAACATTTATTGTCTACAGAAAACTTTTTATCTTTCACGGTTTTTTAAATGGGAGTAGGAGGTTATATCAAGAAATCCAAGCTTGATTTAGGTCGATTTTATTATAAGATGGAAAATAATAGCAGTCCATGGAGACACTGGCATTTCACACTAAACATTTTAATTTTTGAGAATTTTTTTAAAAACTAAAATTTACATAAAAAATTAGCATGTCCAAGAGAACTCCAGTTGATTAAATTCCAAACAGCAATCACCTCAGCACTGTGTCCTAAGGACTTTTATATTGATATGACAGAATGAGAGTTGCATTTGTGTCCTGATATTTGGCAATTAGCAGGAGCTCTGTTTGCCTTGTGTGCTCAGTTGATTGTCATCTGAGAGCATTCTGGATATAATTTAATGCCTGTTAAGTCATCTCTAAAGTACGATTGTAATACAGTAAACAATCACAACTGTTTAGTGTTTGCACAATTGCTTGCTTTCATTTGACCTTATTATAGACTGTGAGCCTGTTAGTTTGATTCGTGAAGGCACACACATTGTTCAGGAATGTTTGCCAGTAATGAGTGAGGGCTAGTTTTCCATATTGACCTCATACATAATTACATAAATTAAAGCAAACCATAACAACTGAGGGTCACATAAAATACACTTCACAGAGAGATTTTAAAGCCCTTGCATTGTACCAAGCTTGAAATTATATTGCCATAAGACACATATATCATTTTTGAAAAGTGTATGTTTAAGTTTCTACTAAGACTTTACAAAGAACACTAAATAAAAGGTTCTATTTTAATAAGCATTACCATGGAGATTTTCTCTAGAAAAACTTGGCTAAGAAAGAGGATTGCCAGTGTTTTTATTCTGGAGGTTAATGACTTGATGATAGAAATTTCTAATGCTAGGCTTCCAAACAGTCTTGAAACCACTAAACACTTAGGAAAATGCAAATGTGGAATTTAGATCTTAACCCCCTGAAAACATTAGTGATTTTTAAAATTCACTTATAGTTTCTTCATTCTTGAAATTTCAGAATAATGTTGATGTTTAGCCAAGTTCAATTTAATTTTATAATTAACCTTTTTCATATGTGACTTTTTTGGTTAATAGTGTAGTCGATTTTTAAAAATGTAAAATATACACAAGACCTCTGCAAATGAAATTGCATTCCATGTGACTATTTAAGAAATCATAGACTTTCAGAGTTTAATGGAATATAGAGCCAATATTAAATATATTTACCAATAATTTCTTTTAGATGGTGGAGGCCAAAGTTTTAGTTATCAATCAGATATTAAGGTTCCAATATTATTAATCAGCAAGTATTACTTCATTTATTTCACTTTCTAAAACAATTTTGTTTGAAGTTTATAGAACCTTATTTCTATTGTTTTCACTAGTTTTTGAAGCAACATATAAGATGTTATCATGGGAAAATCTTCACCTAACATTAGCACATCAAGTTTTCTTTTTGATAAGAAGGAAGTTGAAATGTCTTTGGCTGGAGTATTTTTCATTTTTCAAAACTTTTATTGGAGTACAATGAGTCTTATTCTGTCGCCCAAGTGGGAGTGCAGTGGTGCGATCTCGGCTCACTGCAACCTCTGACTTCCGGGTTCAAGTCATTCTCCTGCCTCAGCCTCCCCAGTGGGTGGGATTACAGTGCATGCCACCACGCCCAATTAATTTTTTGTATATTTGGTAGAGATGGGTTTTTGCCATGTTGGTCAAGCTGGTCTCCAACTCCTGACCTCAAGTGATCCACCTGCCTCGGCCTCCCAAAGTGCTGGGATTACAGGCGTGAGCCACTGCACCAGGCCATAATCAGTATTTCATGTTGAAGACCATGTCAACATTAAAATGAGCTTAATGACCACTAATATATTTTGGGAATTTCCATTTTTGGTTAAGGCTATGGTCTGTAACTCCATATATGAGATTAAATTTGTGCTTTATGGAAAAATGAAGATTCACCTAAATCTATGATTCTAGAATATGCATTCCTAGGTTTAGCTAAGTCTTTTTGATTGTTATAGCATTTCATAATTTTCTGACACCCTATTGGAGGGCAATATGGACTCATGTTTATTACTAACTTTATAATGTTTTTCTCTTCTTAATCCTCTTTTTACATCTTTTAAGTCTCAATTCACACCCTTCACAGTTTAGTAGACTTCCCTGGCCTATCGCACTCTTTCTTGGTTTCATCTTCCCAGCTTAGAAGACCTGTGTCTTCTGCATGGATTCATCCAGAGTTCTTACCTCCCTTGGGTCTGTGGTTGCCCTTTGCTTGATTCTTTCCACCTCTATGTGTCTTTTCTTACATGTGTCAACTTATGCCACATGATGTTTTTCTAACCTGCCCATATTATGACTTTAAGTGTCAGATACTACTATATATATGCATATTTTTTTCTTGACAAATAATTGTTGGCCTATAAAACTAGCATCTTGCTTGGCTATCTCAAAGTATGACTGTGCAAAAACTCTGAGATCATTTTCTGGGTCTTTCACATCATAATATAGCTTGTCATCTAAGTGAAATTTGGGTTTCCCTCCCCCCAGTGAATAGTAACATAATTTTTTGTGAATGCAAGTGCATTTTCCACAAAGAAGTTCATTTGTCCTCTTTCTATTAATACTAAGAGCATCATGGCGCTTTTTAATGATAATCATTGACATTTTTTAAATGTCTGAAGTTTAGGATAATCCAGAAATGGTTCTAAGGATCTGTGATAGACTCCTCAAGAAATTCTCCACCAACTCATTTGGTAGAGTCCCGGGACCATCAGAGAGGAGATAAAGCTTCTCTTCCTCCTTCTCCACCTACTTCCTTACCCTTGGGACTTTGCTGGGGCCCTGGGGTATTAGTTAAGGCATGTAGATGGCCTGCAAGGTAAAGAAGCACTCTGATATTATCTGTAAGCCCAGAACATTCTCTGGGTAATGTTTTTTCTAGAGACGTTATAGCACTGTAGTCCTAGGAAGCCCTCAGTATTTGAATTTTTCCACCTGAAGAAATATTTTTTTGGTCTTTACTTGTTTCTTGACTCTAAGACAGCTCCTTATGCATGTTAGAACATCTTTCCAAATCCCATGGTGATTCAATCTTCAAGCAGTTTTTGTATGAACCTAGTCATACAAGTATTCAAGCATCATTTTCCCTCCCAGTACCATGATTCCTCTGTGAGTTGTATTGTGTTAAGAAGATAGTTATTCTCTCCTTTGTAACAGATTCCACCAGATCACCTGGTTGAAAGTAAACCTTAGATTTCCAGGGTCTTCGCTGAATTCTGTCTTTATGAATGGGGATCATATTGACAACTTGTCTTTTCTGGTTTGCTTAATTTGTTACTGGTAGGTCATATGTCTTGGCTTACTGTTCAACATTTAACCCTTACGTTTTTTCATAATTTTCGTATAGATGTTATAGCATCTTAGGTATTTATCTGTGTCAAATATAACAATGCATTTTTGGCAATTTGATCCAGTATTTTGGACACACATAATTTAATATGTAGTTTAGGTGTTGAAATCGTCAAAAGAATACATTAAAAGAGAAAAGAACTAACTATTCTTTTAGTATTACCCCAATAATACAATTTTATATTTAGGATTTCTTTGGATTCCGGAATTGGTTTCCTTCCTCTGTTTGACATTTTTAAGGGTCTTCTTATTGTTGGCTTTGAAGTTACTTGTTTCACAATCTTTTTCACAAATATAGTTTCACAAAGATAGTTTCACAAATCTTTTTCTGGTCTAATTTCCAGTTATGTCTGATGTGTCAAATTTTAGAGGCTTCCCTTTCTTCCTTGACTTGGGAAAATTTGATTTAGATGCTTGTTTCTTCCTATGAAGGCAGCTTTTACTGTAATAGTTTGCTGTGAAAGCATTTTTTAATGCATCTGGCTTGTTTTTATGATTCATGACAAAAAATTCATCTTGGGCTTCTAATGATGTATTTTAAAATAGTCTCCAGACGTCCCGTGGTTCATTTTATTTTAAACTATTTCTTTTTACTTCTTTTTTAATAATGGCCAGATTTTCCTAAGTTCCCTTTACTAAAATTAAATTATTTTATATGGCATTCCTTTTTTCTTGCCAAATGCTAGGCTTAATCATTTTGAATACTGTGTAGACAGAAGTGGGCACCCATGATACAACCTTCATCAATTCCTGCTCAAGTCTGCCTAGACTCGGAAAATCCAATTTTGGCAAACTGATGTCTGTAATCATCTGTATTCTTGTACTCCAATGTGCATTCTGTATGTCTATGATGGGATTACAATATAAATTCACCTTATTTATACTTTATCCAATGTTTTCACTTTCTTTCTTGTTATACACTATTTAGATAATTTTGCTTAAATAGTGTCCCTGTAGCCCATAGAATAAGTAAGGTTCATATTTTTTAGTTTAACAACCAATGCCTTTCATAATTTGATCCCTAATTATTCTATCTTCATTCACTTCCCACTGAACTTTTTCTTTTCTTTTGCAGTACAATTCTTACTAAATGGTAAAATTTCACAACTGTACCTTCTCCCAGATCTTTCTGGAATACCTTTCCCATTTCCTTCATTGTTCATCCGATCAATGTATGAAGATATCATCATTCTAATCAAGATGTTAGTTGTAGGTGCCTTTTCAGTTAAATTGCATGTAACCTTCCTAAATCCTTGGTCCTTGCCTTCAATGTAATTCTACTGTCTTGCTCTTTATGAGTCCAGATGTGAGAGTCATTACCTCACTCATGTACATGGCAAACTCCACTCATGTCAAGTTTTTGGAAATTTAATAATTTAACTGAAGATTTTTGGTTCTAAAGAAGGATCACAGTATTAAGGACTATCTATCTATTTTCTCCTTTTTTTCCTTTTCAGAAAATAATAATTATGCCTTATCTCATATACTTTTGTAGCCTGGTTTCACCTATTATATGGGTCTTCCCCTATACTCTAAGTAGCTTAGAAAAGTATGTATTTTTCTTTAAAATATGGTACTTGCCCAATAAAAATCCTTCTGAATAAGATCTTCTTCAGCTCATTAATTGGCCATAGTTTTTAAAGAGCCCAGAATGATCTAGGCAATATAATAGACACTGATTATATAGCAAGAAAATTGCAGGTCAGGTTTTTGTGTTCATAAAGTTTTAGTGTGTGATCCAAATAGCAATACATAATTGTAAATTAGATATTCAATAGATATTTGGGGTTATGCAAGTGAATATTTTATATTTTAAGCTTAGTTGTATTATTTTAGGGAATTATAGTATATTTGCATTACTGTATTTTACTATTTAAATAGGAAATTCAGTGAACGCTGCCTTGAATCCATGTAAAAAATAAACAAGAAGAAAGAGATGGTCAAGAAATGTATCATTCTTAATTCCTGACGTGTGCAATTTTTCACATTACTTTACTCATTTAAGTAAAATTTCTATTGGAGTATAGTTCCCATGTCATGTTTCTAACCCTTTCTAAGTGCAAGAATCCTTCTGTGTTCTCACATCCCGCTTACTCAGAGTCTGAAGTAAGAAAGTTTTTATACAAACATGGAAACACTCATGGCTTCTACTGTTTCATACATATAGGAATTAAGAAAGTATTTTGCAATGCTCTGAAGGCAATTCTGGTTGTAGACTAGGTCAGCTCGGGCTTCCATGAGGTTCTAAACTCTAAGAAGGGCTAGTTCAGAAAGGATCATTGGAACAAGAGGAAAATTGCATGCTAATGTATTCCAGGAGATGATGAAATCTCTCATCTTATTAATTTGGCAGTGTTGAGTTCCTCTTCTGTAGAATGTAATTTCCTTTCTAAAAGATATGAAGCATCTGTTCCCACTCAGAACCAAATGGAGAATTCTTCATCTACATTAGCAAGTCAGGCCTGCTTAGTGCCCCAACTGTGCTTACTGCTCAGGATGTTCTACTCACGCTGACTGGTTAGTGCATCTGGTGTTTCACATTATTTGTTGGAATTATAAGCACTTATCATCTTCCCAGTTCATTAGGATTAAAAAACTCTGATAAAAGTATATATATAAAATATATGTATTTTTTAATTCAAGAAGATGGCAAATGGATTTTTTCAGTCTTGAAAAATATATAAATATAATATATACATATAACATATATATGTATGTATGCACATATATTTTTGTTTGTTCTCACTCATTCAGCATTGTATGGGTACAACAAGGATACTGCAACCTACAGTGTCCTTATGAAGCTAACATACATGACTATACAAACACAGACCAGTTCTCTAATTCAAAATTTACAGTAAATAAGCACTGATTGTTTTTCTCCCCTCTCCTTTGAGAAGATTCTTGCTCAGAAACAAAACTTGTACTCTCCTAACTAGGTAAAACTAAGCAAATACCCAACTATGTACTTGTTTACTGAAACTGTGTGTCAAACTGTACCTTTTTTTTCTCTTTCATCTGTCTGTCTTTTGAGTTTTTGAATTGTTCAGAAAATTCTTAAGTACTTTTATGTTCACTGTTTTCAGAGGCCCAAGAGTCTTGCATCACAGCAACATGGTTTCTTGCAGGGAAGAATGTGTTTGAATGTCCACACCCCTTGCCATAACCATCTGGTTTGCAGATGATAAATACAAACACTACGTTGTTTCTTTTTTTTCCTCCTCTAAAGATCTGGGAAACAGATTGAACTTAAAATTCTACCCTGGCGATCTCAATATATTAATCTTCATTACCATGTCTAGTTCTTTAAGAATTCCAGTTCTGCAGCTATATATTTTTTAAAGACTGAACACATAATACGTATGATATACCACTTGTAGGATTTTTTTATGTTATTATAATGTCTTCATTTCTTCCTACAGTCTAGTAATATCTTACTCCTTTTTCAAAGTCCAGTTTAAGACCTGTTTCCCCTGTGAAGTCTTTTCTAGTTATTCTAACCTCCACACGTCTCTCTTTCATTGTTTGGAAGACTTCACACCAAAGCAAGGTATATATTTGTTTAAAAGTTTCATGCATGGGCTTAGCTCCCTAATCAGAGTATGAGTTGTTTAATAACAGATTGTTCATATGTTTTGTAATCATAGTATAATGGACACAATGGATATTTAGAACCTAGTTGTCGAATTAATACTTCATTAATGCCATCAAAGAAGCCTCATTCTAATAGAGGATATGAGAGAGACTTTATTAGGATGGGATTAAGTTAGGCAGAAAATTTTACAGTGGGAAATATTGACCTCAGTTACAGGGTTAGAGTAGGCCTTTATACACCTTTTGTCTGAAATAACATTAGAAACAGAAATGGAAAACAGTGCCACCTCTGGGTGACTTCTGTCTGAAATAGAAAACAGTGCCACCTCCAGGTGACCCTAGGCAAGTGGACAGGAGCAAAATAAAAGGCATTCCTTCTTCCAGTAGATACAGCCCCAAGCTAGGGTTCATAGTATGACAAGGAGAGCTTGGATTGAATGTCATTTCCCACTGGCCCCCTCAGTTGGAGTCTTTGTGAAGTGTACAAACTGCAAACAATATACAACAGCCCTCCAAACAGTGATATAGATAATGCAGGCAAGTCAAGGCGGCTTGGTGGCTTATGAAGTAGCTGACACTGCATACTCTGTGTGGCATGAAGCTAGAGGCTAAGCACCTAGAAATTTATTTGTTACACATTAGGAGAGAGATCGAACAATCATGGCTGATGTGGAAAATATTTACTTAAGAATGTAGATTTTTCATTGGTATATAAAAATAATATTTAAGAGAATGAATAGCCCAGAGAATAGTCAAGTAGGTCAAAAAGCAGTTGATGAGATTTGTAAGGTGTGAACAATAACCAGAGTGAAAAAAAAAATGACACAATTCTGAAGGTGAGGACAAAGTTGTTATTGGGCCAGAGTGCGACTGAGGGCAATTGCTGAGGTTTGAGAAAGGTGACACAATTGAAGGGCCATTTAAGAAGAAGTTTCGATAGCTATGTTTAAGATAGATTGCAGGGTAATCATAGTATAAAGAAATCTGAAGGATGTCTGTCCTATTGAAAGCAGAATGAACAGGAATTAATTAAGGTAAAATATGGAGAGAATTTTTTGGTTGACCTTATATAAGAGTGGGCATAAGATAATAAGCATTTAAATTATATTCTTTAGTGGACATTCATTAATATAATGATAATCATTACTTTGAGGCTACCATTTATTGAGTGCTTAATAAGTGCATTCAATTATTAAGTCTATGTATAGTACATTTGTATAAATAATGTTAGATTTTAGTCTAACAAAACACATAAATATTGGTAAATGATATGCACAGATATAAAAAATTTATAATTATGGTGAGCTAGTTGGCTGCAGTATGGAAAATATAATCTATGGTATACATATATCATAAATGTTAAGCATTTATTTTAGAAATAAAAAAACAAGGATTTTCAAGGGAAGTATAGATGTTTAAATATACCTAGTTCGAAGAGTAATCTTGTTTTGCACTAAAATGTATTTTATTATTAAAAACATTTTGTTTAAAATTATTGTCAATCATAACATGAAAACATATAGATTAAACTTTAAATATTTTGGAATAATCTGTATCCATTCCAATGATAACTTATCAAGTCTATACAATGTTAACATTTACATATAATAGGGAAAAATCTAGTTCTTGATTATATCAGATTTATATTATCTCTCACCATAGGCATAGGAAATTCCAGAAAAGAATTTGACATTATTTATAAAATTACTATCCATAAAACATCTTAAATATTTTTCCTTAGTTTGATGAAGCTCAACCTTTAGTCTTTCATCCTTGACATACATTTCGTTATCAAATCATGCAAGCAAAATATGCAGAATTGGATTTCTTCAAGTGAAAAAGAGATGGCTTCACTATTAAACTCTATAAACTCCTTGATCCTATTAAAAGGACGGTTTGCTTAATTTTTTAGGTCAGAATACACCTTAAGAATCTAGAAGAAATTTAACAGTGCATTTCGCTATTTTGAAATAGCATTAGTAAATTTCAAGAATTCGGGGGAAGTTGGGAAATGAGCGTGCTAACTTTAAAACTTGCATTAACTACGTGACCCATGTGACTATATGAACTTATTTTACATTTTTTGGTAAGAGGAAATCTTTAACCGGAGCCATAAATAAATTATCCCAGTCAGATAATTGTATATATTAATATATACTCAGCATAGTCTTTGGTTACAGTAATAGAAAGAATGCATCTGCAAAGATAAGGCTCTGAAAACTGACTTTTCACTGCCTGTGAAATCATTTCGCCCCTGTGAACCCCAATCCCTTTATATGTAATAAGGCAAAATAGGCAAATAATTTCTACCTTGAATAGTCGTGAGCATTTATCAGATAACATCTGAAAACTGCCTTGTATAAAGTAAACACTAGATGGTATTTATTATTATTATTAATGGTAACCTTACGCATATTAATTCACCAATGTTTTTAACTGGTCTACTGCACACTATATTTCCAGCTAACTTCCAAGTCGGCTTCCTTACCAGACCATGGGGAATCCTCAGCTCATATTGCCCAGCCCCATCTCTGCCTGTCAAAGTCCTGCTTCATTTCCCAGAATACCTCACTGAAAGCACATCTCTATTAAAAGGAATACATCTGGCTATTTTATAGTTCCTTTTAATAAAAGAATGCTGATTTTATCATTGAAGTATTTTTAAATCTTAAGTGGGCAAGGTGAAAATTTTAGTATATTTTAGAATAAAATATTTGAATCTAGGTTAATTAACAAGTAATATCTGTGTGGTGCTTAATAGTTTAAAATGCTTTTTTCATGTAATTTATCCATTTCACTTGCAATAAGAATTATTAAAACTAATTTTTAATTTGGAAGAACTGAGCCTTAGAAAAATATATTACTTACTCAAGTTCTCTCTATGGTAATTACTAGAGCTATGTCTTCTGATACTAGAAACTATTTTTCTTAGTATACATTAAGCCTCTACAATGAGAAATAAGATTTAATAAAAAGAAGGGGAGGGGATACAGATAATAACCTAAAAGGGAAATAGTAAGGAAATGTAAAGCTGTAACTATAGCTTTGTACATTTTGAATAAAGATCAACTTCCCTATTCTCTTTCTTCCTTTCTATATATATATGTGCATATACATACATAGATTTTTCTGTATTTTTATTATAAGCTTTGTTGAAGCACAGTGGTGTCTCTTTGTTTAAATTTCTGGTCTATAAACATATCTTTGTTTTATAATATAATGCCAAATGTGCCTCCAGGTTTAAAATGTATTAATATTCAGAAGAGTCCTCTAATCTGCTTAAGACAAGATAAAGGGAAAAAGGCAATGTAGAATCAGAGGGCTGTGTTCTTCATTGAGGCCCTGGGCATGTTTTTTCTGTTTACAATTGCTGGAAAATATTAGTTTTATTTTCTGCCCTATATGGTATCGTATCATGTATGTACATATGTTAAAGTGTGATTATTTTGGTATAAATACATATTTTACACTTTGATTCTTATTTTTATTCTTGATGTTTATAACTGGAGAATTATAGAAATGCTAACCAATTGTATTTTGGACATGATTTAACATCTGGTCACTTTTTTATTTTTTTATTTTTTTGAGATAGAGTCTCTCTGTGTCGCCCAGACTGGAGTGCAGCGGCGCCATCTTGGCTCACTGCAACCTCTGTCTCCTGGATTCAAGTGATTCTTCTGCCTCAGCCTCCTGAGCAGCTGGGACTACAGGTGCGCGCCACCATGCCCAGCTAATTTTTGTATTTTTAGTAGAGACGGGGTGCCACCATATTGGCCAGGCTAGTCTCGAATTCCTGACCTCGTGATCTGCCTGCCTTGGCTTCCCAAAGTGTTGGGGTTACAGGCGTGAGCCACTGCACCCAGCCAACATCTGGTCACTTTTAAAATATACTTTCTAATTTTAGAAGTTTTAAATTTACAAAATAATTGTACCGATAGTACAAAGGGTTCTCAAATAATCTAGACCCAATTTTCCCTCTTCTTAACATCTTACATTCACAACGAATAAGCCAATATTGATATTTTACTATTAACTAGAGTCATACTTTAGTTAGATTTTCTTAGTTTTTGTCTAATGACCTCTTTCTGTTCCAGGATCCCTCACAGGATCCCATATTACATTTAGTTGCATGTCTCCTTAGGCTCCTTTTGGCTATGACAGTTTCCAGACATTCCTTGTTTTTTAGGATTTTGACGATTTTTCAGGAGTACTGGCCTGATATTTTGTACCATGTCCCTCAATTAGGATGTGTATGATTTTTGTTTTCATGATTAGACTGGAGTTCTGGGTGTTGGGAGGAGGTAAAGTGCCATTCTCAACTATCAACATGAATTATTATTACTGATATTAAACTTTAATAATTAATTAATTTATTTATTTTTGAGAGGGAGTTTCACTCTTGTTGCCCAGGCTGGAGTGCAATGGCGTGATCTCAGCTCCCTGCAAACTCTGCCTCCTGGGTTCAAGTGATTCTCCTGCCTCGGCCTCCCAAAGTGCTGGGATTACAGACGTGAGCCACCGCGCCAAGCCTGGTGTTAAATTTGATCACCTGTCTGGGGTGGTATTTGTCCTGTGTCTTCACTGTAAATTTGCTGTTTCCTCCCTTTTCCATTCTGTACCCTTTGGAAGGAAGCCACTATGTACATACAGTTCTTACTTAAGGAGTGGAGACTTACTCTTCAACTTTTAAAGGGTGGGGTAGCTACATAAATCATTTGCAATTCTGCATAGGAGATTTGTCCTATTCTATTTTATATTTTGTATGTATTTACATCGGTATGGACTCATAGATATTTATTTTACATTTTTGGTGATATTTGAATGCTACTTTGCTTATTTTATTTGTCAAACTGTTTCAGTTTTGGCCACTGGAAAGTCTTTCAGTTGTATTCTGTGTCCCTTTGATATATCCCCATCATGTGGGCTTTTTTGTGTGTATGTACTTTTTTACTTTCGGTTACTATAAGATGTTCTAGGTTCGTTTTGTATATTTATTGGCCCAGTCCTAGAATCAGCTGTTTATTCAAAGAGCTCTTGTTCCTTATATTGGAGAATGCTATCAGAAACCACAATCTGGGACCTAGGTGTGTTCATTGCTACTTGGGAGTTGTTGCTTCTGTGTTCTGTCAGCTGACAGAGCAAGGAAATATATATGTGTGTACTAATAGTTGTATATACAAATATCTATATATATTTCAATTAAGCATGTATGAGTTAATATTTGGAAGCAGAGACAGTAGAATCGCCTGAGAAGAAATCTGAGCATTTCTTCTCAGATTTTTCCTATATGTGATATATAAACAGAAGCAAATCAAGACATATTAATAAGTAAGATAAGGGTAGAGCTAGACAGAGGCTGGAAATAATACCTTAAAAATATACCGGGCCGGGTGCATTGGCTCACACCTGTAATCCCAGCACTTTGGGAGGCCGAGGAGGGTGGATCACAAGGTCAGGAGTTCGAGATCAGCCTGGCCAACATGGTGCAACCCTGTCTCTACTAAAAAATACAAAAATTAGCTGGGCATTGTGGCATGCACCTGTAATCCCAGCTACTCAGGAGGCTGAGGCAGGAGAATTGCTTGAACCTGGGAGGCAGAGGTTGCAGTGAGCCGACATCATGCCACTGCACTCCAGCCTGGGTGACTGAGCAAGACTCCATTTTATATATGTATATCCTAAACCTGGAGTCCTCAACTGGATTAGGCCCACACAGATATTTTCCTGGGCTCAAACAGTGCTTTGAAAAACTATTAGAATTACATCATTAACATCAAACAATTGAGAGATGTCAAACACAAATATTGATTTCTATCTTCTCTTTAAAATTTGCCAGGTCTGAGAAATCCTAGGCACACATCATTTATGCACCCATCACCTTGTGCTGAATGGTGGTTCAAGCCTTCATGAGTATTGCACAAGCCCCAGTTCAACAGCCCATCTACCCATCCCCCGCCCCCAACTCACTGTCTTCTGCACAGTTAGAAGCTAGCTCAGGTTCTAGTCCATGTGCTGCTGTTTTTTCTATTGTAGAGGAGAAAGGAAAATATTTCCTGGATCCATGGCTAACAAATTAATAAGATAAGAAAAAGCATTTTCCTCTAAGTGAAAAGTATCATTTTTTGTTTAATACACAATGTGTGACTACATCAAAAGAATATTACTTAAAATTTCAGTACAAAATCAACCCAGCTCACCAAATTTGGATTTCTCTAATCCTGTGTTCTTCAATAGTGATCAGAACATAAGTCTTCCTTCTTGCTACTTGTACAAAATGACTTCATCAAGTAACATGAGCCAATACAGAATTTGGATTTAGGCGTGGCCTTGATATATATGTTATTATTAGATTTCAAAACTTCAGAAGACATCTCTCATGTAAGAGTAGGACTTCATTTTCTGTGATAATTTTATACCTCTTGTCATTTCCTATAAAAGACCAATGATAATTCACTCAAGATCCATAAATCACATTCTATTGCTATATTTAATGTATTATGTTTGTGTTTTTGCTTGAAGAGATTGGTCCAGTTAGTTTTATTCAGAATAAACACGAACGAAGAAAACATTTGTTAACTGTAGATTAATAATTGTAATTATAGAACCTATAATATAGATTTCTACTACACTAAAGAGATGGAATTTAGATTCAGCATTTTATTTGACATTTGGCTTCTATTTTTCAAAATGATGAATATTATCAGACAATAAAAAGTTTGGGCCATCAGCAGTTAAAATGAAAATAAAGTTCAGATTGTAAGTAGCTGAAAGTGAAGCAAGTTTATAGCTTGCCATGTTTTACTAACTGAACCAAACTAAATATATTTGGCAAGACAATGTACTTGTGGCAAGAAAATGGAAAAAAGCAGTGTGATTACTTGAATAAGGTTGAATTTAGGTCTAATTCCAAGTATTAAAAATAAATGTAAGATAAAATATAATAACTATTATAAAATATAACATTAAAAAGTATAGAAAGATCAGGTTTGGAAATTTGACTATCTCTTTTCCCCACTCTCCATATCATTGTATTATTGTTAGCATCATAAAATTTCATAGTGTTTATGTCTGTCTGTGTAAACATACAAACACAAGATTTCTCCATTGTTATACATGTATGATATTTTTATATACATATATATTTATAAAAAAGAAAAAATATACAGATGCCAAATGTGAGTGTATATATAACTACCTCCTAGTTAACCTGTGTAACCACACCTGTGTAAAAGAAAATATCTATATCCTCAATACACACATATGAAGCTTTTACATATATATAAGTATATACATATATAAGCATATATATAAATATGTATTTATATACATGTAAATTTGTACTCAGGTATTTTTGTGTACATAGCAGTAAGGTTTTCATTAGAAGATGCTGATTAGCTCACTGGAAACTTTCTGGTTTGCAGAATAATATGTTGTCTTTTTATACACAAATTAATTTCCTATGAACATGTGTAGCATAGATTAGCATTAAAAATTAATCTGATAAATACAAGGTGACTTAACTATTAAGTTTCTGCACTTTCAGTGCTGAGAAAACAGAGCTTTAGTCAGGCCTAGCTCAGTAAGTCCCATCCCACTCGCAATCATTTTATTCTAACACCTCCCTGAACATAGCCCATCCAGGGAATAAATGTGACTGGTGGACCTCTTTCTCTGCTGATCCTCCTTACTGATGAAAGGTTTACACCTGCAATAACACTCTCTTGTTTCAAATCCAGGGCCTATCACTTATGAGGGATGGGAGTTGCTGTGAGCTACTGTTGGTTGCCTCATGGGAATGATACTGTTTATTGAGGATTAAGTGAGATCAAGAATATAAAACAGTTAGGACAATATATAGCACATATTAAGTATTCAATGAATGTAAGCTTCTATTGCTGCCTCTCCTATTACCACTATTATAGCTACTACCAATTTAAACAAAATCCTTTTAAACTGAATGATCTTTTAATATCTCTTATAAAATATGTGTTCTTTTTCATTAATCTGGAGATTTCCTAAATGTGTAGATATAAGCATAGTGTTTGCAACTACTTGAAGCCAAAACAATTGAAAGACATTAGCCTACGGATTATGAATGATAAACTGCCATGTGGAGTATTATCTTTTGTTCTTCAGTTCACTGTTTGTAACCAATATTTATGACACAGAGAAGTAGGATTTGTCAGAAATCATTGCAGTACTTCATTTTCAAGCTTAGGCAGTATTTCTTTTACCAGATATGTACTCTGCAGATTCATAGAGCGTTCAAAGCCCATGTGTTACTCTTAATAACTCACAACTGACTGTGTGGCAATATTTTCTCATAAAATATCTCCATTATAAATTATGTATTACTTAAATATCCAGGTTAGGAAGAAAAAAGTTGCTAATAGGGTTGAGGTAATAGTCCAGTAATCCATGAGCATCTGTGGTAGGTTCTGTTTTTATAATTTGGTTGTTTTGAATTAGAATGTATATGGTTTTAAATTAAGCCAGTCATTTTTTATTATTTGACTACAGCCATGATGTAAGCTGAAATGGAAAATAGGAATAGAAAGATAACAAGAAGAAAAGTTGTGACTTGAATTGAAGATTTATTACATATGTTATATGTAGTCCAGCCAACCCAACGTTATGAGCTGGAGATATGAATACTATCCTTAAAGGCAAGATAACTTTTCAAAACTTTAAAATTAATGCCTTGTATAACTTCTCAGTCTGTACTAATTTCATGTGGTTAATAAGGCATGCAGAAGCTAATGTTGTTACTAATGAAAAATTAATTGGGATTAGAAGAAATTTCATTTTCTAAATAATAAAAACTGATTGTCCACCCTATTTTCCTGATTTTAGCCAAGCTTAAGAGATGTATGTGCAACTCTTTTGAATGGCATTTATGACATAACTTGTTTCATTTTCCTGAAATTTGCCCTTGGTTTGTTGTTTGCTGACCCTCAAATTCCAGGAAGGCATTTTCATGTAGGATTTTTTTATTCTATGAGTTCATCAATTTTGAATTTGCTTTATGCAAAACTGTTGACAATGATGTACTTTCTAAAATTTATTTCTGAGATGGAGTCTCACTCTATTTCCCAGGCTGGAGTGCAGTGGCGCAATCTTGACTCACTGCAACCTCCGCCATCCGAGTTCAAGCGATTCTCCTACCTCAGCCTCCCGAGTAGCTGGGATTACAGGCACGTGCCACCACACCTGGCTAATTTTTGTATTTTTAGTGGAGACGGGGTTTCGCCATTTGGCTAGGCTGGTCTGGAACTCCTGACCTCAGGTGATCCACCTGCCTTGGCCTCCCAAAGTGCTGGGATTACAGGTGTGAGCCACCACATCCAGCTGATAATGATGTACTTTAAAAATAGAGTCTAGCAAATTGCCAAAAGGTTATATTTATATTGCCAACTACCTTAGAGGAATTTTCAGGCTTAGATTATAACTAACTCTGTAAAGGCCAGCTGGCTGGTGAGAATGCATAAGGTTCTGCATGACTGGCTTTAATACAGAATGGAGGGCAAGTATACCAATAACTCTCAGAGTGGGATGAAGAGGATGACAGATCTAACAACCTGTATTGATTCCAAAGAAATCAATCAGCATATCATTTTTAGTATTTTTTTCTTTTTTGTTGGTGAAAGAAGAGCTTTCATAAAGGGTCAAGCAATTCTGTATGGCTGTGTCCTCCCTGGACTGCATGGTCATTTTCAAGCAGAGGGTGTGGCAGCGATTTCATGTATGTCTTCCCAATCCTTCACTCAGAAATAAACACCTGAAGGAAAACTAAAATAGTCATTCAGAGCAGGATATGGTGCTTTAAAAATCTTTTTCTTGTGTGAAACATAACTTCTGAACTCCTCTGATTCTGTCATTAACACTTGGTTGGTGAAGTGGTCTCTCTAGCTTCTTTTTCTAGCTTCCCCTCTGTCGTAAGGATGGACCCTTCTCAATTTACATTAGGCCCAGAGTAATGAACACCTAACTGGCTTGCTGCATGGAATCTTTCCCTGCTGCCTGACGCTCTTAGTTCATTCCGTTGTCTCAGAAGATTCAGTCTTCCTTTTTCCATTTCGCAGCTCAACAAAGGAAAAGACTTCATGCCATCCCTATCACTATCAACCAAGTAAATGCAATGCTGTTAGTTGATGTTCAAGATGTCTGATTAAAGGCAGCCAACACCCTCTGGCATGTATTCCACAAGAAGTTCTTTCTTTCATAAAGAAGTTGAATAGGCTGGGTGTGGTGGCTCACGCTTGTAATCCCAGCACTTGTTGGGGGGCCGCGGTGGGTGGATTACGCAGTCAAGAGATCGAGATCATCCTGGCCAACATGGTGAAACCCCGTCTCTACTAAAAATACAAAAAATTAGCCAGGCGTGGTGGCAGGTGGTGTAGTCCCAGCTACTCGAGAGGCTGAGGCAGGAGAATCACTTGAACCCGGGAGGTGGAGGTTGCAGCGAGCCGAGATTGCGCCACTGCATTCCAGCCTGCCGACAGAGCAAGACTCGGTCTCAAAAAAAAAAAAAAAAAAAAAAAAAGTCGTACTTGGGCAGTAGTGTAGAGATTGGTTTGCCTGTTAATGAATTCAAACTAATCTCTACACTGCTGCCCAAGAGCATTCTATATTCAACTTCTTTATCTCTGAGAAATTGCTTATATCTCCCCAACTGTTATTTCCAGAACACTCAGCCAGGGAACACTCAATTAATATTGTTTTATTAATTTTTTTTTTGAGATGGAGTCTTGCTCTGTTATCCAGGCTGGAGTGCAGTGGTGCGATCTCAGCTCGCTGCAATCTCTGCCTCCTGGATTCAAGCGATTCTCCTGCCTCAGCCTCCCGAGTAGCTGGGACAACAGGTGTGCACTACCACACCCAGATAATTTTTGTATTTTTAGTAGAGACGGGGTTTCACCATGTTGGCCAGGCTGGTCTCAAACTCCTGACCTTGAGTGATCCACCCACCTCGGCTTTCCAAAGTGCTGGGATTACAGGCGTAAGCTACTGAACCCAGCCTGTTTTATTAATTTTGACAATAAATGAGATGAATTGTTAAAAACTACATTGAATGCATCTTTTTTTCTTATACATTGTGATTTGGTTATTTGAATTTCACTCATTGTTTTTCAATACTATTCTTCTTTTCCAAAGATATTAAAGATACTTGACTTAAATAAAAGTACATTCAAATTATTATAAAGTTAAGATAGTTTTTACTTAATATCTGCAGCCAGGACTAATAAGTCTATGCAGCTCCCTTAAATACACAAAGTTCATTTCCTCTGTTTTAACAGAAATTAAAAGAAAAACGTAAAATCAGGTTTGTAACCTTTCCAAAAACAAGTTCCCTTTTTTCTTCTCTGATTTTCTGAAGTTGTCTGTACCAAAATGATACTGTTATTTAGGAATGTTGATGTGGTAGGAAACTTCTACTTATGTCTCTAAAAACCAGACCATGATTACGTATCATAAAAATAGATGCAAAACGTGGCTATTCTGGCCACTTGAGGTCAGAGAACTTTGCCATGACTATGTTTAATTACATGTCCATACAACTCAATGACTTATTTTTTCAAAGAACAGACATTTTAATACAAGACAATCAAAATATGAACCTCAGTGGATGAATTAATAGATACCTTATAATCAAAATCTGTCAGCCTCTGAATTAACCCAAAGTTCAGTATTCACATTTTATCAATTATATTACATAGAATTGCCTTGTTTGAAATATTTAGGTATTCTTATGAGAAATACATAATTACTAATTTACACGTATAATTTCTTTTTCTCCTCTAATTTGTTTTAACAAGTATGAGAGGTAAATTTAGCTAAAAATTATGTATATGGATGAAGAAATTCTCTTAGAGGAACTCTAAAACTAATTGAATCATACTTGATATATTTGTTCTTTTCAACAATTCAGTTTTTTAATGCATATTTCATTAGGGTACCATCAATGTGTTTTCCTGAAGCCTAATTACACAAAAAATTATCACATATTTTCCCTCCTTCGGGTCCAGACAGAGCTGTTATTGAGCTCCAGGCCTAGTTGCTGTTTTTGCTCAAAGAGATTTTCAATGTCCAATGGCATCTCAAAGTAAACCTTGGACCCTAAATTTTTTGTCCAATAACATATCCTGATTGTCTGTGGTCTCTTAAGACTATCTAATTCATTAAGACATTTTTTTCACCCAAGAAATTAAACAAATGTTAAATTTTCTCAGCGAATTTCATATTTTCGTGAAATTTTTACAATGGCTTGAGCAGTTTAAGAAGAAAAAAACCTTTTTGATGCTTTGCATTTTATTTGCTGGGAAATTACCTAGGCAAAGAAACTTATTGTTCCATTTTATGAACTTTACAATTCACTTAGCTGTCAAAGTTATTTCCGGTAACCCAAGAAAGAACTTGATACCACTTTTTATGATGACAGGACTTAAAGATGACATTTATTCCAATAAGAATCGTCATTTGAAAATACTATGTTATTTCCCTCAGGTCTCTGCTCAAATTCTACTTTATTTGTGAGCTTGTCCCTGATTATTCAAAATTAAGCTCAGTCCCCGCTCTCCTCTCAATTCACTTTTCTCCTGGAGCTCTTTGTCTTTACCTTGCTGAATTTTTGGTAACACTTCTTGCTACTAGACATATTGTATGGTTAGTAAGTATAATATTTGCTTATTTCCTGTTTCTTTCCACTAGAGTATAAGCTCTTTAAGGACTAAATCTTTTCTGTCTGTTAACACTTATATTTCTAACATTGATATGGTGCCTAAGATATAGAAGGTAGTCAATAATGTGTTGAATAAATAAAAATAAATATATTAAGCATTTGTGATGTGACTTGGGCTTTATAAACTAAATTTTTCACAGGCACTTGTGTAAAAGGTAGGTTTGTAGACTGGTTTATACTCTAATATTTCATTTGTAAAATGGAATGGAAACTTATCTGTGTAGAAGAGATACTAGATGCTAGCTAGATCTGTTTGAAATCTTTTCAGAGCCAAGGTGGCTATTTAAATATGGTGGCAATACTCTGATTTTATTTCCTCATTTCCCTTTTAGTTCATGTGGCTACAGTGAAGACCCACTATGTCCTAGATCCCTTGCTAGGTGTAAGGGGTACAGCTATGAACAACACATAGATACCCTGCTTCAGTGGAGAGTAGCCTAGCTATTAAAGCAAAAATTAGGAATAAATATGATGAGTGTCTTTACAAGTAAATGCCCTTTTAAATTGAGCACATATTAGGTGCTCAAAAATCATTGTTAAATAAATCAGTAAATAAATTTGTAAAGAGGCTGTATATCAAAACTCAAATCCTGACACTTACTTCTAGAAGTCTATTTCATAGACTCACCTCTTAAAATATCTCAGTGACTAAAAGGATTTGGAGTAAATAGTCTAAAAGCATACTCATAGGTTCTAACCACAAAATACTTCCATCTTCCCACAAATTACTAAAGGAAGGAAAATTCTCATGTGAAATTAGACAAGACTGTTTCTTTCAGAAATAAAAGTATTCAGGAATGTGTTTGTCCGTTGCCCTATCACCACAATCCAGGGCAGTGTCTGGCATGGAGAAGACAGAAAACGCATTTTTGTTGAATCAAACTGAAGGAATATAAGGAGGGAAAAAGATTTTAGTTCTATGGCCAAAAAGATTTCTAGAATATCACAATACAGACATTTTTAGCTAACTATTAATTTATTTCATCTTCCTTTGCTTCAAGGTCACATATGCTCATATAATTTATAACTGCTGCAGGCAGAACCATTAAGAGAGCACAATTTCAAACAAGTGTAAGCCACATGAGGGCATAAACTTTATATTACGGTAAACCTCCCACCACACAGTCTTTAATGTAGCTGCATAATATGTGTATTTGGTAAATGGCTGAATTATAATCCAACCTCTTCCCCTAAATCTTAACATGGATGAAGTTTAAATGGATGTATGATACAGATAAGTTGCTCTTCAATTCCTAATTTGAAAATGATTTCCTAAATCATACACTATAACTTGTCCCTTTTGAAATCAAATAGGTGATTTACAAAAGTAAATGTCACCTAGTACCTAGTAGCTTTTGCACGTAAAAGAGAGATTTTAAAAGATGAGAAAAAAGGAAATTTGACATAAAATTATTATTTTATTTACACCATTTTCTCTTCATTTCTGAATAATTCAAGGAATGTCCCAGAATCATCTCTCAAAATAGAAGCTTGAAAAATCCTCATTGAAAAATCAGTTTTCAAACATTTTACATATTTCATATTGAAAAACATGGATTTTCAGATTTCTTTAGCAAATCATTTATGGGCTGGGCCCCTTTTAGTGAAATGTAAGGAGTTTTTCCTGCCAATTTATAAAAGCATAGAAAAACAGGCTGAAGACACAGCTGACAGCCTTTCGGCTTTAGTATCGCTAGCCATCTGTTTTCTATAAGGTAGTTGTTTTTTCTTGTTAAGTTCCCCGTGTGAAATGTTTTTCTTTTTTTTTTTATTTTTGGTTTGTGAATTCTACCCAGTGATAAAACTCACCAGGGGACCATAAAGGCACAAATGGAATCTGGGAGAACTTTGAGACTTCTTATATTCACACCAGAATCTCACTTTACTAATCTAAATCAGAGACTTTTTTCCATGGAGATTTGTTACCGAAATACCAGAGTCCTAATTGATTAAAGCAATTTTAATTCAAGAGGGTTTTTGCCTTACAACAGATGATTATTGAGAGAGATTTCAGGTTTATGATAGTTTTCGGTGATAAACTTTCCTAAGGACGCAAGTGCCCCATTTAGCTTTTCTCTGTTATTATAAGGAAGAAGCAGAAGATATAGTCTTCTCTAACAGCTGGACGTAAGGAAGGAAAGGTGCCTAATTGGGAATGATCATTCTAAAGAACAACAGTTTTCTTGTTGCACATCATTGGAATGCTTATTGTGAGGACGATAGTAATTATTTCTGAATCTGGCATCAAAATACTAGAGATGCTTCTAAAAAATACAAGTTTCCAGTTTCAAAACAAAATCAGAGTCACTAGAAGTAGGGCCTAGGAATCAGTATTTTAAAAAATTCTCTGAGCGATTCTGATGCAAAGCCAGGTTTGAGGAGCACCAACTTAAAAGAAAATCAAGGCTGAAATTAAAAAGAAAAAAACAAAAAACAACAAACTCTTCAATATGAGGGATACACAGCATTTAAAATCACAAACTACATATAATTTTTATGAAACTGATTTTGGATAAAATATTTGAATTACAGAAGAGCTGAAAGATCATAAATATATGGTTACAAAAATAACCTGAAGCTTTGGATGGCTTGGAAAGATAATTACTGGGATTTGCCTCCCAATTCTGCAAGCAAAATACCACCTACTTTTTACAAACATAACTAGCAAGGTATGTATGGGTTATATTGGCAGAAGTCACAAAACATACTTCAATGGCTTAAAATGCCTCTTGTCAAGGTGCCTTATAATTAGCTTCAAAAGCCTTCCAGCTGTGATTCCATTAAATACAGGTGTATTGCTGTGGGCAGCTACATCAGGTACTGTGGCATTAATAGGCTCAACTAATTGCTGCAGTGGATTTGTGCAGTATTATATGCTTACTCAGAAAAATTTATCTTGCCCTCTTTCCTACACTTACCATTTCTGTTCTTGAAATCTGAGTGCACTTCTGTTTTATGACCTTATTTATATAGACAGACTTGACCTCAGGGCGTTTTGTGGAAGAAGCAGCACTCCTTCACTGTGATCATAGCCTTATATAAATGGATTTTTGTCAATATAATGTAGATTTTTCTCTCCTGCTGCATCCTACTCCAGATTCTGATAGGCCCTATAAGGAGGAGACAGGTGAGCATGACTCTACATTTGATACACATGTAAATGGATTTGAATCAGGCAAGAGAAATCTGGGAACCTCTGTGCTAAATAATAATGGTTTGTGTCTAAATAACACATACTTATTTTTCAAAGCACTCTCACATCTATTTGATTCTCAGAACAACCTTGGGAAGGGGGTATATTATCCCTATTTTTTAGGTGAAAATACATGACAATCAAAGAAATTGTAATTTGTCAAGTGTTACATAGCAAGTAGTTTTCAGTGTTGGTGTGAAAAAGTAAAATAAATAAAAAAGCCTAGGTTTTCTGAACTACTCAATTTCCATTCCTCCTGCATCGTTTTGCCTCTTAAGGGTTTCCAGTGAGTAGATTAAGAGCCAAAATACATCTGAAAGGCTATTAGTTAGAGCTGCAAATTTGCTTTCTCTTCCTCCATTTCTTCTCATTCTTTTGATTTGGGTTGGCAAAATCCTACTCACTCTGAAGATGAAGCCAAAGAAAGAAGACTGAAGGCCATCAGAAATCTGTGGTCCAGACACCTGATGCTGCCATTTTTTCCAACCCTGTCCCTTTTTAACCACTCAATTTTGCTTTCCTTTTTTTTGTCTCTTCTCTTTCCCTGCCTTTTAACTGTATTGAATTACAAATCGTTTCTGGATAAATTCTACTTCTTTCTCAATTCTCAGTTCATACATCACTTCCACAAGAAAAGGTATCCCAATCCCCCTACAATGGCTAAGCAATGCTTGTACACACTCCCTAAGCACTCTGAATTTATTTCTGTAAGTTGCTTATCGTTTTGCACTTTAGTTCCTTGGTTATCTGATTGTCTTCCTAATTAGGATATAGCTACTTGGAGTTAGAGGGATTTCTTTTGTTTTGTTCAGTTTTGGCACCTAAAGAAGAAATGGCACATAATAGGTACTCAGTATTTGTTGGGTGGAAAACTATTGTCTCTGCTCATGGCCTTAGCATTCCATGCAGTGCAGTATTTCTGTGGATATTTCTTTGGAGACCCAAGTCTGTTTCCTCACCCTGCCAAGACTACTTCAAATCCCCTACATGGCACACTGGACTGCATATATTTCATTTACTAAATGTGGCCATTTTTGTTATGCTGTTATTAGTCCCTTGGTTTGGAATGCATTTTATTATTATAATGCTACCTCTGTAGGGGAAATTAAATTTGACTTACATGCTTTACTAAAAAGCCTAATTTATTCTTCCTGAGTTTTAGAAGCCAAAGAGCTGATTTCCTCTTTCCTCTTAAGAAATTCTGCAGAATGTTCCACTTGATGTGCTCTAAGTGCCTTGTCACTTTTCTTGAAATTCATTCTTGTTTAGCACTATGAAAAGAAATAAAAAAACTTATTTTTAATAACTTTAAGAAAAAGAAATAATTTCTTTTGGTAATAAACACTAGATATTAACATTTTAAAATAAAAATATTACTTTGGGTTTAATCACAACTTAAAGAAATTTTCCATAAACTCTTCTCATTACACAAAATATTACCATTGGAAAGAATCCACATATACTGACTTTTAGGTAATATGCATTTTGCTACTTTATCATATTGGTTTTTTTCTTTACTAACATTTCTAATATTTAAATCTTAAGATGAACAAGCTGAATGATTGTTAAGTGAAATTAATCTCTAATAAATTTAAGTATAACATAGTTCCTGTGTAAAAATCAATTTTTAAATTTCTGAAAACTTTAGAACACATATAGTGGAGTTTGTAATTTATCATATGTAGGCTGGTATAAAGTAGTATAAAGTCATGGCTGGGAGAGGGTTATTGTTGCAGATTTCATATTCCTGTAAGTTTTGACTAAACTCTTCACCTATCCGTCTATAGTTAAAGGAATCCAAAGCCTGGATCCCATAAGAAATAAGCAACTTTCTCTTAATTTTATGAGATGAGGAAGAATCATGTTGAATACAGTTGTCTCTCAAACAATATGGGGGTTATGGGCGCCAATAACCTGTGCAGTTGAAAATCCACATACAACTTTCAACTTCCCCCAAAATTAACTACTAATAGCCTACTGTTGACTGGAAACCTTACCTGTAACATAAACAGATGATTAACATGTATTTTATATGTTGTTTGTGTTATATACTGTATTCTTACAATAAATGAAGCTAGAAAAAGGAAGATGTTCTTAAGAAAATCATATGGAAGGGAAAATATATTTATGATTTATTAAGTGGATGTGGATCATCATAAATGTAGTCATTCTTATTATCTTCATTTTGAGTAGGCTGAAAAGGAGGAGAAAGAGAAGGGGTTTGTCTAGGGGTGGCAGAGGTGGGAGGAAATCCCCTTATAAGTGGACCCATGCAGTTCAAACCTGTGTTGCTCAAGATTCAACTGTATGTGAATACTGCTGTATGTGCAATTTGGTGTGGATATGCAGAATAATTTTGTCTATGCCTTAGAATTCCTAATTCCCAGGGAAGTCATTGGTAAATGCAGCTGGACATAAAATAATGCCTCTAAATCTACTTAACTGTTTTATTTACCAATTCAGATACTGTGAATGGCCTTATTCCCTTATGGTTGAACCTCTACAACATCAGAGAAGTTTCTATTGGTGGATACATACCTTGAGTTTCTTTTTGTATCTAGCACATCTTGTCATCTCATTTGATAATATGGTCCAGTCATGAAAAGTTTGGTTGAGTTCATAATAAATCCCATAGTTCTTTATACTTGATATTTAGCCCGTAAAATTCCATTAAATAATTTTTAGTCATTGCTATTCCATTAACACTATAAGAATATCCAGATTCACTCAGTTATCTGCCATTAAATCAGTATGCAAATGGATCATACTTAGAATTTTTTATTAGATCATATGCTTTTATTGCTATAAAACAAAGTGAGCAATTACATTTATTTCATTATTTGCTTTTATTTCTAATCCTTATTGCCAGTTGAATCTATTGTGACTAACCTGACCGTTACTAAACAGGAAAAAAATTGAAGTTATAAGTTGGTCCTGGTAGGAAGATTCCATTTTCAAATCTATAGCAAAGATTAAATTAAAAAAAAAAAAAAGAAAACACAGTTAAGAACTTTTTAAAATACTAGTTCAGACTTCAGAAAAATGAAAGAAAATGAAAACATGAATGTAATGTAATTTAAAAAGCAGAAGTTGATAGTTTTCTTTAAATTGCATTTTATAATGTTGAATTTTATTGAATTTTTCCTCAGTGACTTTTTTATCATCCCCTGTTTAGTTTAAGTGAAATAGCAAGCATGGTGCATTCTGTTTGCTGAACGGAGTCATGTTTATATAATGCAAGCTGAATATTCTGGGGAAAAATTTCATTTCCTGCGCCCTATAAACTAATCTAAACAGAACTAAATAATAGTTGGTATGCAATCATTTACTATCCCTACTCATTAAAATACCTGAAAGACTTATTCATGTCATGGAGATAGTCTTTCCCCCATCAATATCCTGTGAGGCCTCAGAAAAGCTAGGGGGAATTTCACCGGATATTAGCATGGTAACATTTGGTGGCTACACAGGCGGAACACCAGGAAATGAAATTTCCTCCATTTAGAGTTGGGAAATGAATAGAAAGAATGGGGTTCGCAATCTTAGTATATTTTAATTGCTTCTTGTTCTCACACATTTTCTTTTAAAACACCCTTCTTAATCGCTTCCTTTTCTCATCTCTAAGGTAAACCATGCTTTACCTGTTTTTTCTTTAACCCAGGCTTCTATTGCTCTTCATTCTTCACAGGAGCTCTATTTGTCACTTTTCCACTCTCTTAGTCAAAATCCACATTTAGAGTGTGACTTAAGACTTTTGTACATGTAAATGTGCCATCCCCTTATCTTTTCTCTAACATAGCAATCTGGTTGTCTAACACAATGTATAATAGTTATGGGCGTATATTTTTTTTAAATATTGGCTCTGCCACTCACTAGCTTTGTGATCATGATTGACCCCAAGCCTCTACCAGGATGGTTGTTAGGACTATGTGGAAAATTTTTATCACTCACTTAACATAACTTTTAGAACACAATTAATAGCTGCCATTAATATTTCTACTGGGTTATTCTTCCTTAAGATTCACTCCAACATGCCTTAAATAGAGTTTAGGATTTTTAAAATAAAATTTGTTTATCTCTCCAAAACTTTTATTTCATTCGATGTCTAGACCATACACCTGTGTTACTTTCCTAGGGGTGCTTGATAACAAAGTACCACAAACTGGGTGGCTTATGACAACAGAAATGAGTGTCTGAGTCTCTGTATCTATTCCCCTCTTCCCTCCTTATAAGGACACCAGTCATATTGGATTAAGGGCCCATCATATTCCAGTATGACCTCATCTTAACTAATTAGGTCATCTTCAATGACCTTATTTACAAATAATGTCACATTCTGAAGTACAGAGGATTAGGAATTCAGTATATCTTTTAGCAGGGCACAATTTAACCCAAAGTACCCAGTAGATATTTCTTCCTCCATTCATTTCTGAGACTCTGAAATTATCTTTAAAAATTTTTAGGCCTGGCGCAGTGGCTCATGCCTGTAATCCCAGCACTTTGGGAGGCCGAGGTGGGTGGATCACTTGAGGTCAGCAGTTTGAGACCAGCCTGACCAACGTGGTGAAACCTTGTCTCTACTAAAAATACAAAATTAGCTTGGCGTGATGGCACATGCCTGTAATCCCAGCTACTCGGGAGGTTGAGGTGGGAGAATCACTTGAACCCAGGAGGCGAAGGTTGCGGTGAGCCAAGATTGTGCCATTGCACTCCAGCCTGGGCAACAAGAGCAAAACTCCATCTCAAAAAAAAAAAATTAAATACTTTATCCCACCCAAACTTCATCAAACCCTTCGTATTTTCTACCTAGTGTCTCGTGGCTTTACCTCTGTTCTCATAACTACTGTTTCTCCTAACTCCAGTATAACATTTTCCACTAGTGGCCTTTGGTCTCATTTATTTCTGATTTATCTTTAATTAGGTAGTTACGTTAATATTCCTGAAAGCTTCTTATACATTCTTTTATTTATTACCTTTTTTCATTTATTCAGCAAGCATTTCATGTATCAGGCACTTTAATACACTCATGATATAGAGAGAAATTAAATATTTTTCATTCTCAAGAAATGTACAGCCCAGTAGAGTTTACATGCAAACAAACCAATAAGTGTAATAGAATGTTGCAGGTATTTGCCAGGTGTACGGATAAGGTGAGATGAGAGCAAGAGAAGAGAATGACCAAATTCCATGTGGGCATGTCGTTAAAACTTTCCTAGTGGAAGAGGTATCACATGTACCAAGTATTCTCATCACCTCCTTTTTTTGATAAATTAAACCATCCCCTCCTGAAGCTATGTATATGACATGTTTTCCTCCCTCTCTATTCCTGTTTTAGGTGGTTCCCTGCCTCTTTCCCAGGCAGAGTTTTCCTTACCCCCACCACCTCAAATACCTTCTATTTTTTCAAGGCCTGCTTAAGAACCCACTTCTACTCACCCTTTCTCAGATAATTTCAGCTTATAGTGATACCATCTTTTCAGATTTCTTATTTGTAATTCTCAAACCTCGTATCTTATATAAACTATTTGCTACCTCAACTAATTGTGGTCATTGAAGAAACAACTGGATAGAAGATACTTTACATTTTGAATGTTCTTAGTAAATATTTGTTAAAAGAGTGACTTTATAAACTTTCCTCTAAGCTCCTCTGGAGTAGCTTGTGTATCTTTAACTTTTGTATCTTTCTTCCATGGTATATAGTCAGGCATACAGTAAGTAGACTCAATAAATACTTAAGTAATCTATGAAAATGAGTATAAGTGGATGTGCTAAGTATAAGTAAAATAAACTTTTAGTATGGGTATTTAATATCTTACTTCACAGTGTTTTCTAAATTACAAAAGTCAGCTTCTTTCAAACTAGACATTATACTATTTTTTTGACTTCCTAAAATGTCAAAACACAATAATCCAGAATTCTGTATCTACAATTGAAGAAAGACTGTGGAATTGGACCTAGAAAAATGCTTTTTTTTTTTTTTTTTTTTTTTGAGACGGAGTCTCACTCTGTCACCCAGGCTGGAGTGCAGTGGTGCAATTTCGGCTCACTGCAAGCTCTGCCTCCCAGGTTCATGCCATTCTCCTGAAAAATGCTTTTATAGTTTGTCCCAGTGTGGCTAGAGTGAGTTAGTCATCGGCAACAAATGGTTCCTGCCATGTTGCTGTGCACCACTGTCTTGGCTTCTGGACTGCTGGCCCGCACCACCGCAAGAGCCCCACCCCTCCTCCAAGGCACCTTCCCATGGACATACCAGTTGGTTTAGAAACAAGAGTGCTGTTGTTTTACCCTCAGTCAAAGGAAGAGATGGTAAAGAAATTAAAATCAGAGTCATGGTTGAGAGGGAGTACCTGGTCTCCTTCAGATCCATCCTGGCCAGTTGGTAGAGAGAAGGAATCTGTTGCCAATTACCAGGAAGGAGCCAGGAGTAACAATATTATACACCTTGGAAATGAATTTTTGGAAAAAACTGCTTTGGATTTTAATTTTCTCACTTGAAAAAAAAGCAACCCCCAAAACAATAAATTAAAGAAAGGAAATAAGGAAGTTAAAGAACTCAAATCCCAGATTTCTTTTGACTTCTCTGACCTCCAGCCTAGATGATATGCCCTTCCTACATGTTCCCACAACAACCAAGATTTGCCTATAATTTTGTATTTAAAGAATTATGTTCTAATAATCTGTTACTGCACTGGTTCTCTCAGTAGTCTGTAAACTCCGTAAAGGTAGAGAGGAATTCATTACTTTAACTGTATTCCCAGTGCTTGGCAAAATAACAGATAAATATTTGTTGAATAAATAAACAATATTATCAAAATGCATACATTATGTTATTTTGATGTTTGCTTCAAGAATAAGTGTATTTATTTTATGATTTAAACACATTCTTAATGCCAAAGGTGTTGGAAGACTAAAACATACAGGGAGGACTGAAACTCACACAGAGGATCTCTAAACTGTGGCCTTAGCCATTATTATGGCTGGTATATTCTGAGGGATCATTGAATGATTTGCATTTATGGGTTTCCACTTTCTCTCTGCTATGTATCCAGACTGTCTTGGTGTCTAAGGGTTTAAAATATGTTTCATTATCAAATAGGACACCAAAGGAGAATCAATAGATGATATACTCATAAGTGAATGTAATGTTATTCTGTATTCTGTTCACCCTTACTAATTTGAAGTTTGCTTTTATAAACAGAATTTTATATTTCCATAATGATTGAAGATTGTTTTTGTTTTGGATTCTAGGAAATCCTCAGGTTGATGTTCCCCAGACTTAGTTGTAGTTAATGAAAATAAACAGCATTAGACAAAACCTCTCAAAACACAGAGGAAGATTTCCAAGATAAGGACCAATAATTCAAAAGGCCCCAGGATACATATAGGTTAGAGAAATGAAAAAATAGAATGAGTTTATGAAGTTTCAGTGTGTATGTAATTTTTCCAGAATGCACTAGTGAAATACACATATGAGCAAAATCATTCTACAAAAAATTCATTATCTTTTGCAGCTTCTGTATATTTTGGTTGTTTTTGGCAAGGAAGTTGAACTCCAAATGTCTCATTCTCTGATCCAAAGTTTTCTTTTGTACTAAACAAGTATTTAATAAAATTGTTATTATATTTGCTAGATAAATAACTATCGATTAAATGGATTAACTAATGCCTCTATTCCTTTTTCCAGATTGACAAATTTAGGATGAGCTTTCAAACACACTTTAAAGCAAACTTCTTTATGACATCTTTAAATATTTCTTATCTGCAAAAGTAAAGGCTCATGTTTTATCTTTTTCTATATGTTAACAAGTAGAAAAACTGAGGCACACTTTTCATTTATTAATTTAGTAATAACCAGTTGACTAGTAAACAACTTAGTTAATCTTTTGTCCAAACTAAATTTTATACTCCTTAGTTTAGGAAATGTTATATATTTTTCTCCTCTGATCTCAGCATGTGCTAATGACTGTATTAGCAAGAAATAAGTATTCTGTAGTTACTTGGAATTAAGCAAATTTTTGAAAGATTTTAGAAACTTTAAATCTTTCCACAGGTATTTAAAGAAAATGACAAGAGTATTGTTTTCCTTTATAGATATTTTATTCGTAGTCACCATGTTTAAATAAATTAAAATGTGAATTATACAATAATGATAAAATTCAGAATTTAAAAAACTGAATGAATAACATTAAGTAATAATCTAAAACTTTTGAAATTCTAATAAAGTTTGCCCATGTTTACTTGTTAAGGAAAATAGCAACTTCTCCTTAGAAGCACATGGATTTGTAGGTGAAAAATCTCCGATTCATTCTTTGTATTTTCCCTAATAGGATAAAGAAGTATCTTCAGGTTAATTCTGTTGTTTTCTAAAGAAACTTGTAAAACCTCCTTCTTGATGTAGTAAAGTTACATGGAAAGAAGATGATTGTCTCATCCTCCTTCCTCTACCCCTCTCCCTCCTTCCTCTCTTCATCCTCCTTGTCTGTTTGCTTTTCTTGTCTTTTGTTCTCCCTACAAGTAGAGAAATTACCCAATGAAGAGCTTTGCTGTGCATCTAAAAAGTTATTGATATAACTTTCCAATAAAGGCAACAACTCTTTTTCTCATACCAAGTATGACTATGGCATTTGGCTGGTTTTGAGATTCAGAGCATATTGAGTTTTGATCTTAAACATGCAATAAATAAATTGGCTTCCATGCAATTATGCACATTATAAGGGATAAACTAAATATGAAGATTAAGAGATGAATTTAGGTTCTGAAATAACAATTACAGTTTTTTTTTTAAAGATTCTATTACCTGTTCTGGAAGTGACTTGGAAAGGAATGCCAGAAAGAAGAGTAAAATCTAGTTTTAGTTTTGTTCTTCAGCAAAATCACTTACTTTTTTAATAGCTAGAAAATAGATGTAAATTAAATCTGTGTAAAGCAGAACAAAACTGAATACTAATTCAAGTCACTAGATATTTCCAAGAGGATAAAATTAGAAATTGGCCTTTGGGATGACAGCACTAGTCTCCTTTCACCCATGCCTCCAGAACTGAGCTCCAGAGGGAATAATGCAGAAAGAGGCATCCCTTTAAATTCCTATTAGAAATTTTCTTCAAAATATTTTAGAATCCTTGGTACTGAAATGAATGGGATCAAAGAGCCATTGAGAACTGTGGAATGTTTGGTGGATTGTAAAAGAAATTTCAACTTGCTCAAGGCAAGGGCAGAGAATAAAGAATGAATTGGAAGAAATAAGCTGACTACAATGTCTGGATTTTCTCTAGAGGCCCTAAATATTCTTCTGTATCAGGGAAAATTGAAAAAGGAGGCAAAATGCAGCTGCAAAGACATAATAAAATACAGAGTTAAATTGATTCTAAAATGTTTTATGTAAAATATTTAATTTTATACTCATTGAGTATACAATAATGAATATTCTCTTAAAATACAATAATAATTATTTTCAATTACAAAAATGAGTAAAAATATATGTTCTTTTTAGGATATAATGTCAGGAATAAATGATAATACATCATATTCCTATAATTCATGGTATTTTAAAGCTTTGTAGGTTTGGCCCACATTTAAATAAGCAGCTAAAATGGCGCTTCTCTAAAAATCAGGTAATAGCCCAGGGTTGAAGCATATCATTTTGTATTCAATATGGCCTAGATCTCTTACTTGGTATTCTTAACAATTGACTTTAGATATAAAAATCCCTTTTTATATACAAAAGAATATTATGAAATGACTTTACCATATAAAGCTTCTTAAGCAAACAACTAATATTCAATAAATTAATTCAACAAATACTTCTTGAGCATTTACTATGATCCTGACACTATTCTAGGATATCAGAATATATCAACAAAGGAAGCAAAATAAATTATATGTGTTCTCACAGAGCTATAATTCTATCATGGGGTGACAAACAATAAACATAATAAATTCAATATATAGTAGGCTTGAAAGTGGTAACTACTACATTAAAAGAAAAAAAAAAAAGAGTAAGAATTAGTGAATTGAGAGTGTTATGGTTGTATGTGTGTGTAGTCATGTGCAATTTTTTTGGTAAGGTGACCAGAGTAGGTAACATTTGAGCTAAGACCAGAAGGAGATGAAGGAAATCTGGAATGTGGATACTATATATTACTGAATATTTACTTCTCCTTTGAAAGAGAAACAGTTAAGCAGATTTTTGTCTCTCCTGTTGATCTCAAGCAATATTAGGCTAGGAGAGATTAAGTAGACATCATTCAGAACACTTACAAATGTTTCATGTATTTAGGTAGGCAGACACATTTGGCATAGCTCTGTACCAAACTTATTCACTGAGGATTAATATTTAAGATTAGAACTAAGGTTGGCTATAAAAATTACTGCTGAAATTTCTAGTGTATAGATTATAGAGTTGGCTCAATTCTCTTTGTGCTGTTTTGCAGCTATTTAGTAGTTTGAGGTATGTGGGAAAAAAAATCTATGTCAAATGCATTAGCAGACTGAAATCTGCTCTTCCAGACAGAACTGTAGATGAGCATTGCATGTGCAGTATGTGTAGTTTTAGTTTCACGTTTTGGCCACAGTCATTTAGATTTCCCAATGATACATGGAAAAAAACTTAAGTATACCTAATATGAGAGTTTTTCCTTTCTATTTTTTCCATTTTAAGTAAAGTAAAAACAGCAGTTTTACTAGTTAACTGAAAAACTTTGCTTATGAGATTGGAAAACATTTAATGGTTGCACTGAAGAAACCAACCACCTTCACAGACAGTTTATCAAATTTTTTAAATTCATATGCTCACTGAAATGCATTGAAATGAAGCTTTCTATGAGTCATCTCCTTTTCAATTTTTCAGATTTCAAGGAAAATTTTCAAAATTGTCATTATATTGCTTTAGAATATAAAACATGATTGTCCTTAGTGGAACAAAAATTTAACTCAGCTCAAATAATTATTGAATGCCTACTCTTGTTCAGTTGGTACAAGGAAAAAAGGAGCAGGGCACAGAAAAAGTAATAATTTGGATAACTATCCTAAAACCAGATTTAAGCTTGCGGGGCTCACTAGAAAGTAAAAGTCTTTGCAGTGGATTGAAGAACAGAAGATGTAAAACCCCATAGGCCTACCCCATACATACTTATCCTCCCACCATCCCATAGATCTTGAGGCTGAGATAGAAAAAAATTGTCAAAGTATGTAATAGATCCCCCTCAGGTATCCCTGGTGGCTTCATATGTATCTAACTTTTCAAATTTGGGAGTTGTTTAAGGAAAGCAAAATGAGGAATGTGGAATTTTTGGCATCTCCTCTGCATGGTCTAAAGAAGGAATTGAATGCTGTCCCTCTTCGTCTTTCCCTTCTAATGATAAACAGTGCCCTAGAGCAGAAGGAAGGGAAGGATTTCCTTGGTAGGTTCTCTGGAACCCCATCCAGGAGCCCACGCTCTGCTGTGCATTACTAAAGGCAGCATCTGTGGCATCCAGACTGACACGTGGGCGGCTTTATTACCTCCTCCTTTGTCCCACAAGGCATTCTCTCTCCACTTCATGAGGCCACCAGCTGACAGTGTCATGATTATAGTCCCTCAAGGACCTTTACAGTCAGAGAAACTTTAAGTAATGGTAGCCCAGATCTTCACAATCCCAAAAGGGACCTAAATCTGCTGGGTCAGGAAGGCTGAAGGGTTGCTGTAGCTTTCTGAAGGTTGTTCTAAAATATGAACTGTTGTGACTGACACAGTCTTCTTCCTTTCTGGTCACACAGAGGCCTGAATGTCAGGGACACACCTGGTAAGAACCACCAAGTGACCATTCCCTTTCATTCAAAAAAGGGTTCCTAAGAGCACATCCTCTCTGGAAAGATTAGGGAAGGAGGAAAGAGAGCTAAAAGTGCTTATCTTTTTAATAGGCATATCAATGAACTAGTTCCTTACTTTCCTCATTCACATCTGCATTCATCAATGCTACACATACGTTTATCAAAGACGGATTATATAACATTAAATGTGAAGGTTGCTGAGGTAAACACAGTTCTGGCTGTCGAGGAGCTCACAGTCTCACAGCTCACAGGGGAAAATGATCAGCACAAACCTGTGTCTGAATAAGAGATTTAAAATTTTTATAACACGTGTGTGCTGTGTATTATTTCTGCTTGAAAGAACTTTAGTTAATGGCTAGAGAATATCTAACATAATTTTAGGGACTTTTATTTCATATATTTTTCAAAGCCTGTAAGTAGACTCCAATAATTTAATATGCAAATACAGTCGTCTCTCTTGGCCAGTCCAAGGTTTCAATATGGCCGTTTCTATGCAGGCTTTTTTTTTTTCCCCCACAGGTGTAATTGTGTGAAAAAATGTGGATGCAGGGCATACCATATAGTTGGCAAGCTGCAATTGTGATAATTTAGTTTCTAATTGTTATAATAAGATGGTGGATTTGGTCTGCCATCTAGTGATTAAGAACTGAATTCTTACAACTAAATTTAAAAGCACTTAAGATTTATGAGAAGAGAAATCTATGAGGATATATGAGAAACAGAAAAATTGAGTTGATTTCAAATAAAATGTGATCAGATAAAATATATCTCTTTTCTGTAATATATCAGTGCCACAATTGTTGTGGGAATGACTTCACAATGGATTCAATTTATTGGAACATTTGGTGAGGGTAAAAGAATCTTGTAGGTTGGGAGATAAACATGAAAATTACAAAATAGTGATGGTATTATCAGATTTCTACCAGTCCTAATCAATTTTAGGAAAGTTAAACATAAACAGCAAAAAATACAAGTAATGCAAAATTATAGTTTTGGCGTTCTTTTTTAGATTATATAAAAATATTTATCTAATTTTTAAATTTAAATTTTATTTTTATTTTAAGTTCCAGGGTTTATGTGGAGGATGTGCAGGTTTGTTACATAGGTAAACGTGTGCCATTGTGGTTTGCTGCACCCATCAGCCCATCACCTAGGTATTAAGCCCAGCATGCATTAACTATTTTTTTCTAATTTTTACTAATGCTCTCCCTCCCGCAACCCCACCCTACTCCCTGACCGGCCCCAATATCCAGGTATTTTAAGAAACATTTTTTTTTTTTTTTTTTAAGTCCTGGGCCTTGAATCTAAGCTTTGGACGTCAGCTTGGGTTAATTTTATGATTTGGATAGAGAAATCAGGAGGACAGAATTGAATTTCTCAGAATGTCATTTGAAAATTTTTGTTATTTTATACTGTGTTGTCATTTATAAAATAATTCTATTATGACAACTTTACTGCAATATTTTTCAACAAATTGGCTGCAATTTTGCTTTCTATTTTACTTTTCTTTTCGTTTAAGTAAATGTCTGTGTAGAAAACAGAAGGGACAACTTAATCATATGGTGTACAACTACCATGTAGATCCGTGAAAACTGCAAGACACCCTGTATTTTCTACCCACTGTTTCTTTGTACATGTCTTTCATTCAGACATGGACAATGAGAGTTCACTGAGTTTTTGAGCCCTCTGTGATGTGTATGGATTCTTGTCTGAGTGAAGAGAAGACAAGGTTTAACAGTGAATGTGGTTTTTCGTCTCCTTGCTATTTAAAAGCATTCCAACTAACTTTCCACATCATCTTAAATTTAATTATAAATTCTCAGGAGAAGGGAAGCCATGATGACTCAGAGTATAAAACTAACCTTTAACATTATCATTTAAAGAAAGTAATCCAGTGGCCCACTTCTTTGCCCCTTGAGTTGAAGTTATGTTGTCTTAAACTTTCAGAAAGAAACTGCTCTTCTAGGTGTTAACACAAGACTGAGACAATGTGTCTTTTTATTCCAACCCTAAAGGAGCCACAAGGAAGAAGATAAGCTACTCCTTGAAGAGTTCCTCACATATTTTAATATTTAATTGACATCATTACGTGTCATCTTGTTTTTGTTTTTCATATTCTCTGCTTCCAAATATCTAATTATCCCATCAGCATATATATCCTTATATATAATATATATCCAATAATAACATATTTTGTTATAATAATTCATTTTATAAATCTTCAGGGGATAACTTATCCTGTTCTCTATGGCTCCTTCAAGATTTATACAATAAACAAACATATATTATATAATTAAAATTATATAATAAGTTAATTATATTCATCTATTATATAACAAATATAGCACTCCACAATGTTATATATATAAAACATACATATATTGTTATATGTGTAACATATATAATATATATAATACTCCACAATAATATATATTTTGAGGACAGAAAGGAACACATATGCTTCCTTCTTGTCTTTTCTTTTTGTGAGTCCAGGTCTCACTCTGTTGCTCAAGATGGAGTGCAGTAGCATAGCGTTCCCATAGCTCACTGCAGCCTAGAACTCCTGAGCTAAAATCATCCTCCTACCTCACCTTCGGAGTAGCTGGAGCTACAGGCACAAGCCACTGTGCCTGGCTAACTTTAAAATTTTTGCAGAGATAGTATCTCACTATATTGCCCAGGCTGGTCTTGAACTCTTGGCCTCAAGCAATCCTCCCACCTTGGCCTCCCAACATGCTGGGATTGTAGGTGTGAGCCACTACACCCAGCCACATATGCTTTCAATATTTTGCACAATTAGTACTAGGCACATATGCACTTAACTCCCAGCACCCCCACCCAAGAGTGTGTAATGAGAGAAACAAGCTAATTGAAGTAGTATCTCATTTTCAGGTAATAGCATTTAACATTTGTAAGTGGATATTTCCTTCTCAATCATAAAACTTAATGAGCAAAATTACCCTTAAGTTATCTACTTAATGGAATTGTTCAGTGAACTATAGACATAAGCCCATTTTTATACAGGTTGTGTCTTTGGAAATGTTATTCATGGAATTACACTGTGTTAAAGTGATATTTCATCTAAAAGTCACACTGTTTATTTGATGAATACATTTCTCATTTTTTCAAAATAATCTTCCAGAAAAGCATATTAAAACATAATTTCTATTTTCCCCTTGGTTTTAAATGACTATAATAGCACTATGGACATAGAGCTAATACTGTTTTGTTGATTAGATATGTATTATGTGATACAAGTCTTTTAATGAAGATAAAACAGATTAGAAACTTGTGTCCTCATCTTATAAAACAGCACACAAACCATTAGGATATAGTAGTGTTACTCTCTGAAAGCAATTTTCCGTTTGCCAAATATCTGTGATGAAAGACTAAATACATAAAGCAAAATATTCCACAGGACAGTGAGAAAAATGTTTTTATTCCAGCTTTATTAAGGTATAATTGACAAATAATAATTATATAAAGCAGATTTTTGTATTAATATCTGTATTGTAAACTAAAATAATTTTCATATGTAGCTTTGCATTATCATTTGAATATATTTATATGCCAAATGATAATATCTTTCATAAACTGATTACAACTACATTAAAACATCTTTTTATGAAGTACAAAGTTCATGCTGTGCAATTAAACTAGTTTACCGTAGTTTAGATTCATTCATTATATCCATCCAGTAGACAAATATTTATTAAATGGCTGTTCTATGAAAGGTATAGCATCAAGCTATACAATGAGGAGGCCGGGCACAGTGGTTCACGGCTGTAATCCCAGCACTTTGGGAGGCTGAGGTGGGTGGATCACTTGAGGTCAGGAGACCAGCCTGGCAAACACGGCGAAACCCCGTCTCCACTAAAACAAAAATTCGCTGGGCATGGTGGCAGGTGCCAGTAATCCCAGCTACTTGGGAGGCTGAGGCAGGAGAATTGCTTGAACCCAGGAAGCGGAGGTTGCAATGAGCTGAGATCGCACCATTGGACTCCTGCCTGGGCGACAAGAACAAAACTCCATTTTAAAAAAGAAAAAAAAAAAAGAAAAGAAATACAGTGATGAACAAGACGCCTAGTCCTTACTTTCATCTAGTTTTTCTCTAGTGAGGGAGATAAACTAAACAAAAATAAAAAATTAATACTCATTCTAATAAACTTCCTGAGGGCAGTGATTTTTGCCTATTTGTTCACATTTTAGTATCTCTTCAATTACCTAGCATATAATACACAATGAATGAATGAATAAATGAATGAATGGCTGAGTGAATGAGTTCTTTGAAAAGGTCTCTGAAAAATATCAGTTGGGTAAAGGAAGTCTAATTTTTGCAGGGTAGTCAGAAAAGAATTTCGCGGGGAGATGACATTGAAGTAAGTAATGATAGATAGCCATGTGGGCCTGGGATGAAGGAAGGAGAGGTAGTGCTGGGCAAAAGTGGTCAAGTTGTGCAAGAAATGGGAAAGAAGGTCTTTAGCCTTTATAAGGAAGTTTTGAATTTAAGTAGTTGGGAAGTTCTTGATGTATTTAAGCAAGGATGATTTGATCCACATTATGTTTTAAAATTCTGTAGTATTTCTTATAAAATCACAAAGTTAATGATGTAATATATGTGTTTACTTGTTAGTAAATGTATAATAGAACTGCTCTTGAGCAATATGTGTACACACACACACACATATATATGTGTGTGTATTTTCCCAAACTTTCTTAAATTGTAATGTAAATGTAGAAAAGCACTAGACAAATATATATTAACTCACTGTATTATTTTGGCTATGGTTTTCCTTAATTAATTTTGATGCAAACATAATTCACTCATTATCTGCATAAGTTTTGCATTTCTGCCACAGTTGAGTAAACACCATCAATTTAGTATATCAAATAGAATTCTACTCCATGAAATGGGACATGGTTATACTTTTTTACTGTACATTTAAAAATAATTTTAATAAAAACATACACCTTTTTCTTTTTTGAAGTTTTTTTCTATGGTACATGAAAACATACTGTCTCCTGTTGTGGAATTTACTAAAGTTTCCAGTGAGTTGCAAGTCATAATAGGGTTCACCAAACATTCAAATTTTATATTCTCCTTTGAGCTATTCATTTTCTCCCCATTTTCAGATGGTTCTCTTTTATCCCTCTTTATTGATATTCTCATGTTTCATCATTCATACCTTCAAGAATAAAATCTTGAAGGAAGCATTATCTGGTTAAAAAATATACCTCCATTGTATCACTTTTATTTCTTCCCCTATCATGCAAGGATACATTATCATTATTTCATGGTGAATTACATATTATTTTGTTATGAAATGAAATCAGTTCATCTGTGTTTGGCTCCTTGGAAGGTTACTTCTTAGTCCAGAATTTTTTAGAATCCACAAGATGGCTCACCTTTTATTTTCTCAATTCTATAATTTCAGATTACTAACCTCTTCTTTCTTTTCTTATTTTAGAAGGATATGGTGAAGAAATAGCCTGCACTCAGAATGGCCAGATGTACTTAAACAGGGACATTTGGAAACCTGCCCCTTGTCAGATCTGTGTCTGTGACAATGGAGCCATTCTCTGTGACAAGATAGAATGCCAGGATGTGCTGGACTGTGCCGACCCTGTAACGCCCCCTGGGGAATGCTGTCCTGTCTGTTCACAAACACCTGGAGGTGGCAATACCAATTTTGGTAAGAATGTTTAGGGCCAACTCATAATTGATCCAGTTACTCACCTTTATAGTTGCAGTGTTTTTCACTTTCAGCATTCAGCAACTCAAGAGAATAATTAAGCAGCTTTTTTGGTGGCTTTTGGGGTTAATGATTAATGATTTTGCTCACTCACTTCATCTAAAGTTAGATAGAAGCAGACAGTAATTTCCTGTCTTCTTAAATATCTGAAGCATTTGGGGCTGAATTTTGGTGGTTATGTCTAATCTGAGAATTTCTTGAATCACTTAAGATGATCATTTGTTACCATATGCATGATGAGTGCCTCCAAGTTATTTTTCAGTTTCCCTTTAAGTCCATTAATGCCTGAGAGAAGATCTAGAAAACACATTTATCTACAATGATGCCAACTTTGTCCTAGTGAATGGAATACTTATTCCTAATGTAATTCAGTGCCACAGCACCCTGTATTACATTGGCTCTTAAATGCAGAATGCTTTTCATGTTGGCTAGGTAAAGAATGAAATAGATTTCCAGGAGAAAAAATAATATAAAGTAAAACTTTTAAAACTTCTTTGAAGAAAAAGTTTCTGTGTTTAACAGATATTATGTATTTCAGTATGAGTACATATTTTAAAGATACATGTTAGGGAAACAAGTTTATATTTATAGGTTTCAATAAACAAGGTAAGAGCAATATTAAACCTTCAGGTTATTTGTGTTAGCAGTCATGAGACTTCTAATTCATCATTGTCAAGACAATATCAAGGCTTTATTTTTTTTTCAAAATTTCATTGCAAATAACAGCAAATACAATAAAGGTTTCAACAGTATGTATATGGAAATAGATAGCAACTTACCTTTTCTCTGCTTCTTGAACAGAAACAATGTGCCTTGGGTAAATACCTACACTCACTTTTCAGTAATGTAATAAGAAATATATAAAAGAAAGAATTAAAACCAAGACATATAAGAGCTACCCAAAGCAAATACAATCATCAAAACAGCCCAGGAATAAAGTAAAATTAAATCCGTGGGGATAAGTGAATAGCAAATGGGAACAATGGTGGCAAATATCAGAAAACACACCAAAATATACAGTCTCCTTCAAATAGTTGGTCTAGGAGCTGGCAATTGCATTATGCACAGATGCCATAAGATAAAAAGTGGTTGAGTTCAGCTAAATTTACGAGATAACACACCAGAAAATATATTGCTATAGACCATGTGAAAATTCTGACCTATCATTTTACCGTGAACCAAAAAAAAAAAAAAACTTAATAAAGTAATTCTCTTTAAGAAAGAAGGCTATAAAGCAGAAATAAGTAATGGTCAGAAAAGAAATAGAAGGAAAATCAAATCATCACAAAGAAATGAAGATGAAATATGAGGGATCATAAGGAGAGTTGATATCACACAAAATAAAGCAAGGGCCATGAGAATAGGAAAATAATGAATTACAATTTTTAAAGAGTTAAAAAATAATAGATGTAGAAGGCAAGCAAGGGATAACCCTGAAGATGGGCACCCAAAGAAAAAATTAATACAATTGAGTAGAACAAATAACAATATAATACAAGAAAAATTTTATGAAGTAAAACTTTAATGTCAATATTGAAATGGCAACCACATGTCTGAAAAATTGACCTAAAAGAGTTAACAGAGACATATGTAACTTAATGAAGTCATTAAACTTTAAAGATAAATAAATACTTCTTTAGAATGTCAAAGAATAAGAACAGATTATTTCTCAAGGGAAAAGTTGTTAAGACTGGTCACAAATTTCTCCACAGTATCCAGTGTCAGAAGACAGTGGAGCAATATATACATATTTCTTAAGGAGATAATATGGTTAATTAAAGTTAAATATAAATCCATTCTCTCCTTCAAATATAAAAGCTACAGTAAAAGCATTTCTGTGGGGTTATTGTTTCTATAAATTTCTCAGGGAAACTACCATCGGCTAAATGCAAGGCAACCAAGAGTTAATTGAAGAAACTGTCAAAGAACTTATGTGAGCATTTATTATATTTAAATCTAGAAAAAGACTAAAACAAAAGTGTAACTTAGGGTGACAGATGGGATTGTAAATATTATAGCTTCTGACAATGCAGAAATAATTATAAAACATATATAATGAAAGGGGGAGGCAAAAGAAAGTATGAACTAGAGTGAGTTTGGTAATTCCTCATCTTTAAAGGTGAAAGTCAGATAATATCATTCAAACCTGACAAATCACATGAACAAAGTAGTGGCACATTTAACACTACAAAAATAAATGCTAAAAAGAACATTTCCTTGTTAAAATGGAATGCTAGAAGAAAACCTGAGCGGCATGTAAGAAAAAAGAAACACTGTCAATTTTATCATTGCTCATTTTAGTGGAACTAATAGAAACTGTCTAAACAAATACAGATCTATGAGTAATGTAAAAGAATGTTAACATAATTTAGCAGAATATGGAATATAATTGATAGAACTAATATATAAATCTTTTTAAACATAAGAAGTTCTAACACACCAAACAAAGATACTTGAAAACACAGTGAAACATTTTATTTTTAAAATTTTAACAAAAAATCATAGTTCTATGCTTATATAAATAAAAAGAAAGAATAAAAGTATGTGCATTTAGCATCTTTCTCAAAAAGTTAAAAAGAATCAACAAAATAAACTGAAAGTAAGTGGAAGAAAAAAATTGTAAAGATAAAAACAGAAGTTGAAAAGTGAGAAAACTGAAATATAGTAGAAATAATATGTAAATCCAAAACATGGTCCCATAAAAACCCAACCAAAAGATCTAACCTAAAGCAAAAAATGATAAAGAAAAAATTACCTAATGAAAGTAAAACAACATGAAAGAATCATTAAGAGGTCCCTTTATTCAACTGTATCTTCATAAATTTGAAAACTAATATGAATAATTTTCTAAGACAATGTAATTTACTAAGACTAGCTCTGGTAGAAACAGAAAATCTTAGAACATGGATTTTCTTAGAAGAAACAGAGAAATTTGCAAAGCAGCTAGATTCCCAAAGCAGCAAGTCCAGGTGTTTTCACAGTTGTGTCAAACAACTAAAAGGTCTTAAAAAGAAATCAGATGGTTTTAATGCTTTTAAATCCTCTTCTTGAACATTGAAAGAGACAGCAAACTTTCAAAGTTTTACTATGAAGGAAGTATATTATTTACAGCAAAAGTAATAACAATGACACACACAAAAAACTATGAACTGATCTCATAAATTTTTTTTACAATTCTAAATAAAATATTAAGTCTATTAGCATATTAAGAGAGTAATTATTCATGAAAAAGTGGCGATTATTCCACAAGTGCAAAATAATTGACTATTAAGGAAGCTATTAATAAAAATAATTATCTTAACAGATCTATGAAGAGAAAGTATATGAATTCTTTCATAATTAAAGTAAAAGTATTTGACAATGATCAGTAAATACTTTTGATAAAGACAGTTACTAACTTGGTAATAAATGATACTAACATAATACAATATTTACATCTCAACTTAAAAGTTTCATTATGCTTAATACTAAAAGCATCCCTACTAAACACAAAGATAGACTGAGTATCCATTATCACCATTACCATTTAACAGTACTGAATGTGCCTGAATAAATAATTTGACATTAAAAAAAGAAATCAGAGGTTTCAAAACTCTAAAAAGAGGAGCAAAAACTATCCATTTGCAGAAAATACAATTGTATGCTTACAAACCTATTAAATTGAGTAAAAATAAAACTACAAAAAATAAAAGAATTTAGTAAGACATGAGAGTGCAAAATTAACAAGCAGAAATTAATAGGTTTACTATGTATAAACAATTACATCATAGAAGAAATAATAGGAATAAAAATTCCTCATTTGTAATAGCAACAGACACTTAAGGATAACTTAACACAAAATGTATGAGATCTGATGAAAATTTTTTAATACTGCTAATTCAAACTAAGTATTTAAAAGACTGAATGTCCTATTATGTTCTTGGTTAGAAAGACTAAACATTACACTCACATAAATTCTCCATAAGTTAATTAGTGATTTTAACATGATCTCAATATAAACATAGCACACTTTCTTTGAGAATTCAACATATTGCAAGTTAAAATTTTCATAGACTACACAAGAAAGAATAATCAGGCAAATCCTTAAGAATAAGAGCAATTAAGGATGACTAGCCCTACAAGATTTTAAAAAGGATTCATTAGTTTAAAAAATGTGATGTAGATACATGAATAAAATAAAATCTTGAAGTAGATCCAAATATACATGGTCAGATTGAATACAATAAAGATGGCATCGTAGCAGTGGAGAAAAGAAGAATTATTTCATAAACCTTGTTGGAATGGCTAGGCAATCATCTGGAAAAAAATGAAGTTGAATAATAAAAATATATTCTACACTAGCACAAATTATAAATAAAGCAGTGATTTAAATGAGAAAAATTAAATCATAATGATTTCAAAGATAACATAGGATAATTTCTTTATAGTCTTCTAAAATATATGACTTTATGAATTCTGACTCAAAGCCCAGAAGGCATAAAAATGTACAAAAATAATAAACATTTGTGTGACACAAAAAATGAGCAAAGTAGAAATGTTTGCAACTCAATTCACAAAGAATTAATATTCTTTACATATAAAGAAATACTAGATATAAATAATTAAAATATCAATAACCTAATAAAAATATAGGCAAGGGAAATTAGCTAATCATTCGAACAAGGAAATACAAATGATTTTTCAATATATGACAAAACTGTCAAATTTTCTCATAATAAAATATGTGAATGAAAACTATACTGAGCTATCATGTTTTACCTATCAGATTGGCCAAAATTAAAATGTTTGATAGCATACTGGGTATCACTGCATATTGCCTGTGGGGAAATGTGTCCATTATTTGTGGAGTGTAAAGTGGTATAATTTCTATGAAAGGATATTGGTAGTATCTATCAAGTTACCAATGCCTATACCTTTAACTCAAAAAGGATATTGGGGAATTTATCTTACAAATATACTTGCATGTAGCGTATACGTAACAATTACTCATTACAATATTATTTTTAATAGCCAGCATGACCTTCATTCTAGCTTGCCTAGGAAAACCCCAAATTACATCAATTTTCTTGGCATAATAAACAATAACTTTCACTTTCATTCTTAAAAGTGTCCTGGTTAGATGATAAAGTACATCCTAGTGATAACAAAAGATTAGAAACAATCCAAATGTCCCTAATGGGTAAAGGTCAAAATTAGTTAAATAGATTGTGTTAGATTAATACAGTGGAATCTTATAAAAAAATTAAGAAAAACAATAAAGAAACTATATACTGATGAGCAAAGATCTGTAAGATTTAATGAACTATGTGATATACAGACAAGTGAAGAACAGTATGGAAAAAGTAGAAAAATGAGTCTGTAATAATTTTCTTAAATATTCCAAACTAAACTTGAGAACAACATACGAGAAACCAATAATAGTGGCCTCCTGTGGGGGTGGGGGTAAAGTGGAAATAGGGAACACAGGACCAGATGGAATGACATTTTTTAGTGTATAATTGTATACTTTTAATACATTTTTGCTTTTGAACCATATGAATAAACAGCCTTGCTCATAAAATTATAAAAAGCAAAAATGGAGAATATTGATGAAAGATAATTCATTATAGCTTTAATAGCTAATTTAATAATTTAATGAACTTTAAATGTCATATAAATGTTGTGAAGAATATTAATATCATGTTAGAATTTTCCAAAAAGATGCATTTTTTGCCTTTTATGGAAGTATTGATCCAAAACCTTTTGAATTCTGCTTACTGCTGATAGTGTAATCACTATCACTGTAATTCTGACTCCAGAAGAAATCTATTATTGAAAGTAAATATTTAGCAGATTCTCAATAATTGTTTCCTCATAAAATAACACATTTACTCTTTTCTTTTTACAGGTAGAGGAAGAAAGGTAAGTGTTACTTTGCATATTTTCTTTTTCATAAGCAGACTTATATCCAATACTATCCACACAGAACTGTGCTCTGAAACGTTTGAAAGCTTTTGAAAAGTACAAAGTACCATACAAATACATTGTGACAAGTATATAAGCACAGTTCAGCTACTGTGTTTCCAAAGGACAGATGCCTCTTAACCATTCACTTTATGGTTAATTTCTGTTTGTATATCTGTTTCTGCCAGAAAGTTGTGACATCTTTAGGGATTGAAAATGTCTGATTAACCTTTTATTCTTTGCATTTGTCATTGCATAGTACATACTTTGCACATATTAGAAGTACAATACACATTTGATGGAAGAAAGAAAAGATAGGAGGAAGGGAAGGAGGAAGGAAGAAAGTGAGGGAGGAAGGAAGGAAGGAACGAAGAATGTCAATTTGACTTCAATGGGCCTGTAGCCCCTCTCTCATTGGTTGGGAAGTAAAGATCCAGAATTAATTGAACATTTTACCAAACAGACATTTCTTCCCCTCCTCTCCCCTCCTTCACCTTCAGAGAGCTTAAAATCTAATTCTGGACACAAGCTTTACACTTGAAAACAGGGTAGGCTGCATCCATGACCCGAGTATAGCTGGTCAGCTTGGTCACTTGCCATCAATAAGGTAATCCTACGAAGCGAAGATAGTTCTTTTTGCCCAAGAGTGCTCTCTGTTTTTTGGTTATCTTGAAAATTATGGCATTTACTTCAGTTGTATCCAAATGAGATGGGCACAGGGATCAAGGCAGTAGAAACTGTTGCTGGTCCCAATTTCCATAAATTTTCTTTACTTTTGCACACAGTGGAACTTTAATAAAATGATTTATCAGATAACAGATAAAGCAATGCTACACATTCATGATAAGTAAGAGTGATGCTATCAAGGGGAGATCCTGGCCAGTTTTACACATTTTGATTCAGAGGGCAATATCATAAATTTGTCTCATTTGGAATAAATTAGATATGAATATATGTCAAAGGAGAAGGGCTGCAAATGCTATTTCACATTTAATTTATTGTGAAAACGAAAATAAATTGAAACTTAGCAGATTGGTATAGGCCTTGAACAAACTTGACAGATAGGTGAAAGATAGATGGATGGATGCATGGATGCATGGATAGACAGATAGAGAGACAGACCAATCTATGAAACAACAAAAAATCCTAACAATGAGTACTGCCATGAAATAATCATTTTAATTCAGTTAGCAGTTACCCGACTTAGAGAGATAACTGGTAGGCTGTGTCATTTGCTGCCTTTCTCCAAAAGTAGTGTGGGAGAGCTGGGTGAAGAATATACTCAAAGCAGCTGCCAATGTAGCAGACTGTGGTTATGTGCCACTATCTTCATGACTTGTTTTCATTTGTCATCAGGTATCATCAGAAACACAAGAGCAAAGCAATGTTATAAAAATGCAATTTGTTCTTCGTTTATATCCACTTTGATATTTACTTACAACTCATTGACCGATTGATTCATTCATTAATTCATGTTAACTCCAACATAATTACTGAACCTTTTTTATATGGCTATGAGGCAAATGGTATAGATGATGCAAATGTGAGAAAAACACTATAACTGCTTCCATGGTAATGACATTCTACAAAGCATGTCCACATGGTATTAAATGATAAGTAATTGTAATGCACATCTGGATCTGAGTACATGAACTTTATGTTTCTCAGTGGATATGAAAATTAAATTTAGTAAAACTTTAGACAGACCATTATTCCATACAAATTAACTTATTCAAAGCCTATATTAATACAAACAATAGAAACAAATATTTACATTTGTGGCTTATATCCAAAATAAGAAATCTATAGAATCATTAGGGAATTTATTATTAGAAACTTATAATTGAACACTTAACCCCTTTTAAATATTGTGCAGCAACAGAACAGTCATATATCAAAAAGCCTACAATTTAGGTAAGACAGGTATCAGAGAGTTCTATTCCCCTACATATAAAGCAAGTATAAAGTGCATTTTGCTTGTAGGTCTCTTAGGATGGAAATTTCACAACTATTCTTAGCAGGCTGTTCCATTTTTCTCATTCTGACTGAAACAATTTGTCCTCTCTTTTTATTTGTTCTTCTAGTCTTCCTCTAGAAGGAGCATTGTTTCAGCATCATAAAGTCCTTTGTTTATTGCACAAAAATTTATGTACCCTTTCTAAACAATTCAAATTCTTTCAGCATTTTGAAAAATATCTTTTATTATAGCTCTTACATGGTTAAATTTTATTATTTTTGTATTTTTTAAAATAGAAAGACTCTAGAAGTTAGTGGATGTGAACATGCAGAAATAAGCCTATTTTACTTTGAAGCCCATATATGTTGATTCTTTCTTGTCCTAGGCTTTGTGTAGGTTGGCTATTAGTCCCTAGTGTTTCAATCTTGAACTTACCCTATAGAACTGCCTCCTGCTTCTGGAGAGCCCTTTCCTTCTTTTGGATTCTCAATTTATTCCTTACTTCCAGAGTATTCGCTGCTTCAACATTAGAATCAGCAACTGTGACTGAGTTATTATTAGTTCCGCCCTTAAGTCCATCATTTCACTTCATGAAGTTTTGTCAGGATAGTATTGGAAGGATATAAGTAGATTGTATCTTTAGTAGTACAATTTGGTGATATGGGTTAAAAACTTAAAATGTCTTTAGTCCACAAATTTAACTTCTAAAAACATATCATAAGGTATTAATCAGAGATACCATGGACACATTTATAAACAAAGATATTCATTTTAATGTCATTCTTAAACTTAAAAATGAAAACAAAATTTAAGAGTAAGATAATGAGGCATTGATTAGATACTCAAAGTGCATGTAGATGGTGGAAAACTAAGAATGCCAGCATATTAACAGTGGTTATCTCCGGGGTGTTGAGTAGGATATTTAGGGTTTTTTAAAAAATATTTCTTCTATTTTCAAAATTTCCTGCTATGAACACATAGTATTTTTATAATCAGATTAAAGGATAATATATATGAAAGGAGAAATAAAATAAACTAGAACTCATTCTTCTTGTGTTTTTCTACATTTTAGAGATGTTAAATTCATATTCATCCTACACAATTGCCCAGTAAAAAGCATTATTTCTTAATATATTAATGGAAAGTAATACATTTTAAAAATTCATTGAATGCTTCCATTTGCTATGCTGAGCATGTGAAGTAGACTAAGACACAACCATGACTTTGAGGAGACCAAAATCTGTTCGAAGACAAATTTTGAAATGAAGAATACAAATTAGTAAATGATTAAGTAGAAATAGATAAAGCTACAATTCATCCAATATTATTTAATCTATGTACCTGATATCATGCAATGAGGATTCCATTTCTGAGAAAAGTTCTAAGAAACAAAATAAATTCTATCTACATCTATTACATTTGCTATATCTATTATAAAAGCAATTATATTGACCTGACCCTATTTACTTACATGATAGTTTCTTATGTTGTTTTTGATTTTCTTAGTCAATTGATTTTTTTTCCTAGATTTTCTTCAGGTATTGAGAATCATCTGAGTGGAATTATTATTTTTTTCTTTCTTTTTATTAAAGATGAGCACATGTACTCATTTTTAATGCCCTTCCATGAGTACTAAAAAAGGGTGCTAGTAGTTCAGGAATGGCATCTGATTAGATCCTGAAAACTATGTGTCATATGATAAAAGTGTGAAAATTTGTATATATTAATTTATATTAATTTTTATGTATTACAATTTCTGGCTCTTTTTGTGTTTTCAGTCTTTCAGTAGTTTTTCCTCTGGTGCTTTGTCTTTACATCTTTTTGTTGCAACTATTTTGTGCTCTAGTCAACTCTTTGGATTTGATCTATGTGGAAACTGAAGCAAAATAGCTTTACATATTTCACACGCTGGATTTTTTTATGTCTTTCAGGTGAGCAGTAATATTTTAATGAGTAATATCTGACTAAATATCCTAAAAATTGTTAACTTTCTTTTTGTAGTTTTTTGCATTTCTTACATAGAAATTCCCTGTGTTTACATGGCATATTCTAGGGTGACATGTTTTTGCCCAGCAAGCCATTATATTGTGCTAATTGAATTTTTGAATTGTTTTTAATGTCACAGGGACAAAAGGGAGAACCAGGATTAGTGCCTGTTGTAAGTATATGTATAATCATTGTTTCCTTGTACCTTAAATAAACTTAGCTTATAGTATAATTGTATATTATTGCTTATGTACATACTTTCAAAAATAAATTAGTTATTTTAAAAACAAGTTTTTAGTATAACACAAGCAAACCAGAACAGATTAGTTATTTAATACAATATTTGATATTCTGTGTTCCTGACTTTTATAGTCCCATGACTAAAGGTAGAAAGTCATTGTTTTAAAAAGTTAAATATATTACATGTGGATATACACTGATAGTTAATATTAGTACTAGTTAGTATAGTAGTTTATTATTCCACACTTCTGGAAATACATCATGCCCTGATCCTGAGCAAAATTCCCTGTTGCATAAGAATTCCTAAGACTTCTTTAAACTTGTAAATGGATCAAGAAGTATGTTACTAAACAGGATTAAAGCTCTTCAACTGTCGTTCTGTCAGGTTTCATTATTTTTTATTTTTATTTTTTTGAAACAGAGTCTCGCTCTGTTACCCAGGCTGGAGTGCAGTGGCACAATCTCAGTTCACTGCAACCTCCACCTCCCAGATTCAAGTGATTCTTGTGCCTCAGCCTCCCGAGCAGCTGGGACTACAGGCAAGAGCCACCATGCCTGGCTAAATTTTGTATTTTTAGTAAAGACGGGGTTTCACCAGTTTGGCCGGGCTGGTCTTCAACTCCTGACCTCAAGTGATCCACCCACCTTGGCCTCATTCTCCTAAGTTTTAAAGGTGTTATCATCAGTCTGTCAAGACAAAAAGAATATGCATGTTGATTTATTTAGCAGTGTTTACATTCTCTATTTGCCTTTAATTGGCTTGTTTTTTTAACGAAGATTACCTAAAACTTAAATAATTCATATTGTTTTATTTAATTTTAAAAAGCATTTATGTGTGCTTACTATGTCTTAGGTGTTAAGTGCTTTACAAATACAAATATTTATTTATTTGTCTTCATAACTCTATGAGGGAGGTAATTACCTAATCATCACTACCATTTTACATTTAAGTTTCCACTTAAGATCCTTAAGAACAGAGAGGATAAGTAATTAGTCCAAAGTCACACATCTGGTAAAGGGTAGTGTCGGGATTTGAACCCAGGCCCCTTGGCTCCAGTGTTGGTGCTCTTTATCATTACGCCAGCACTGCCTCCCTATATTAGTTAAAACTAGATAATATCTTAAATCTTAAGGAGAGGAGGAAATGGTCATCAATTGACAACATCCATTTGTTAAAAAAATTACTGTGGTTTTTGTTGTTATTCTTATTTGTTACTATTGACCTCTCTGAATATCTGCAGAAACTTTACCTTTACAAATTTTCTTGTTTATTGTTTAGGTAACAGGCATACGTGGTCGTCCAGGACCGGCAGTAAGTAGTTTCTCCCAATATTCTTGGTACTCTTGTATTCCTTGAGATACTGAAAATCTTTACAGATATTATATCCATGAGAAGATAAAAGAATTAAACAATGATACTTGGTCTCTTAAAACATTTTGTCTTAAACCATCTTCAAGTTAGACATTGCTTTGCAGCAATGAATGGTAGATAAGGGATCATTTTATTCTGAAACTGAAGAAACATTATGTTAGTCTTGCTATTGGTTATGTAAAAGACAAAACACTTTATTGTTACATTTGTTAATTTTAGTGTGACTTTGTTCACTGAAATTAGGGCATACTTGTGTGTTGTTTGACTATGATTAATGGTAGGCTAGTTTTATCTGCTTAATAAAATTATATATTGCAGTAGAATTTGAGAAATCATACAGCAGGAGAGCATATTTATGGCTTAGTATAAAAGATTAATTTTTTCAAGTTTGGATTATCAGCAGTATTCATAACATATACACACACTTCATGTAAATGTTAAACACATCAAATCAGCTTAAAATACTAAGTTAGCTTTAATGGACTCACTCTGGTTCTTCTGAAGCCCTCACTTTTAAACGATGCTATATGTTGGGTTGAGTAAATACACAATATAATCTTCATAACTCAGTTTAAATCCTCTTTTAAAGAGAAACAAAGTCCCCCTGGCAACAGCCATTTCCCAGGGGGGGAAAAACATTTTAAGATATCAGCACAATAACACCACTTTTGAAATATAATAGTCATTTGTTATTTAAGGGAAAAGTAACTGTAATTAAGATTTGGAAATTTCTAAGTGGGTTTTAAACATACAAGGGAAGTAATGCAATATTCTAAGTAAAGTAAAAAGAAAAGATGCTTGAGTGTACATAAAGCAGTACTGTAGTAGGCTAAGAGGCTTTCCTTTCCATTGCTTTTATCAGCAACTTGAACAGTGATGAACATTTTGGGGTATCATGTACCAATTTGATTTCATACAGTCCCTGGAATAATTGATAATTTGTATTTTGCACATTTATGTAATTTTCAAAATCAGAATTGTAAGTTTTTGTGCTCAGAGTTTAGTGGCAAAGGCTTTACCTGGGAGAAGACAGCAAATATGATCCTTAAAAATTTGCAATTACTAGTCAAGCTAATCTATTTAGCTCACTATGCTCCATGATGCCATAATGTGCACCTAGTTCTTCATAGGTCTTTAAATGTCACTGATAACATAAACAACGCTTCTAAGCGTACAGAACTTTTATATGCACATGGCTTTATTCTCTATAGTCTTCAACTGAACTGAATTAAGTGTGGTATTTCTGTTTTCCAATTTTCTTTTATCAAGTAGACTTTTAAAAATTCAATAAGAAAGTATACATTTTTGCATGCATAATCATCATTTTCTGTTTTAGGGACCTCCAGGATCACAGGGACCAAGAGGAGAGCGAGGGCCAAAAGGAAGACCTGTAAGTTGACAGGAGGGCTCCTTGTGGGGAACGTACAGCCAGTCAGTTTACACTGTGTTCTCTGAATGCAGCAAGAAGCTGGGAGCACTATTCCTCTTTCACCTCCATTAAATTTTACAAAAATACAATAATAATTGTATATTATCTTATTAGATAACACAAATGATATTTCCTTGTCCCTTATGAGGTCAAATCAAAATAAAGTAGAACTTAAGGAAGCATAGTTAACATGTCATGAGTTTCACTCATGAGTAAGCAATGCCAAGAATGCACTGTTGAGATAAAACATCCAAGTTATATGATCTGTGGTTGCCACAGGAATAACCAAGCTGGATACGGGAAAAAATTGTTAGAGGATAAAATTTTCTTTCAAGTGGTTGCACAACAAGTTTATTTCCCAGGTAGCACTCCGCCTTTTTCACTCAGCAGCCACTGCAGAGATAGCAAAGGAGTAGTTTTAAAAATCAGCAATCCCATTACTAGACAAGTGAAATACCTTTACAATAAAATAGTGACCTCAATATCTTTGAGATAAAACATGAGGATATTATATAATATATACCAAAGGTTTTCTTTTATTACCTATCTGCACAGAATACATATTGTTCTCAAGTGTTAGAGTTACAACTTTTTTTTTCTTTTTTTTTTTTTTTTTGAGACGGAGTCTCGCTCTGTCACCCAGGCTGGAGTGCAGTGGTGTGATCTCGGCTCACTGCAAGCTCCGCCTCCCTGGTTCACGCCATTCTCCTGCCTCAGCCTCCCGAGTAGCTGGGACTACAGTTGCCCGCCACCATGCCCAGCTAATTTTTTGTATTTTTTAGTAGAGACGAGTTTTCACCGTGTTAGCCAGGATGTGATCCGCCCGCCTCGGCCTCCCTACAACGTTTTTTCTTATGTATCACTTCTAAAATCTAATGTCTTTCATATACTAAATAACTGTATTCATTTGTATATTGCTCCCATTATCCCATGTTTCAATTAGAAAATTTTGTTTGTACTGTTTAATTTTTTCTCTAATGTATCTATTAAAACTCTCAGTAGATTTTTATCCTTTTAAATATATATTTATCCATATTTAAATGGGAGGATTAGAAGATAAGCAAACAGCAGACAAGTTTGAATATATAAATGAGGATAAAATATATTTTAGATCATATGCCTAGGAACTCTTGCCACTAGTTTCATTCTTGTTACTACATTATCCTTCTACTCATTTCACCTCATATATAGTGTGATGTCAGTACTTTTTCTTAAACGGGGCTGCACTATGGATGTTACTTGCAGGCATGTAGGTGCAAAGCAGTGCCCCAAGAGATTGGCCATATCTTGGGGTGTGTCCAGATTATTATATGCCCCATTCTTCACTGTGGTTGTATTGAGTTTTCTCACTAGTGTTGGTAGCTTAAACACTGCTGTAGGTCTCCAGATGTCTCTCCTAGATCTAGAAAGACAGAAATAGGTAGAAAATAACATCAGTTGGGTGGAGGATGGGTGGTCGTGACAGAAAAAAAAAAAAAGATTTTGCATTGGTGTATTTGTACACTGTAAGTAATTGATAACATTGGGTCCTAAGTCTAGGTAGAAGTTGTTGTAGGACCAGACTTCCAGAGTTCCTGGTTAAGATCCAAAGAATCTACTCCCCAACCCTTCTCACTTATTTTCCCTATTTGACTTTGTGATGTGGTCAATTTCCTGTCTTGGTTAGGCCTGAGACAATCAATGTGAATTGGGTATAAGTGTGTGCGTGTTGTGTGTGTGTGTTTGTGTGTGTGTGTATGAAAGAGCGAGAGAGAGAGAGGGAGAAAGGGGGGTAGATTTTTAGGAGGAATCAAGTGAGACAACCCTGGCAGATATCCAAGTAGGAAATCTGTTCCTCTCTTAATCCTAGCAAAGAACTGGTGTGATGGTAAGTGTTTAACAAATCTTTTAATGCCTGCCTACACCGATTTCAAGATATGAAATGATGTATAGCTTTGCATGAAATGATGTATATGAAATGATGGGCATGATGTAACAGAATGCCCATAGGTAGAATGTTTTGCCTCATGTCTCAAGCCTTCTGGGAGCTGCTTAGCTGGACTAAAATTATGGCTGTCACAATATCATAAATAGCATTCCCCCACCCCCACCATTATATTACCATCAAACAGTACGGAAGGCTCACAATGTACAGCATGGTTTCTCACTGTTAACACTATTGATATGTTAGGCCAAATAATTCCATATGCATTGTAGGAAGTTTTGCGGCATTCCTGGTATCTACCCACTAGATGCCAGTTGAAACTGCCATCCCCCATACAATTGTGACAGTTAAAAATGTTTCTTGACATTGCCAAATCCAGGCAAAATAGCTCTGGACTGAGAACTAGTATGTCAGTAGTTCAGTATGAGATACTCCTACAAGACCTTCAGGATTAGCCAATGATTTTCATGACTGTCTCTCATCACACGTCCTCAGTTTTAAGTGTATTGTTCAGATAACTTCATAGTGACAAGCTAGCAAACTGTCAGGAGATGGACCGTCAATGATGTGCTAAGTTCTAGTTGCACATGACACTTAACCACTATTGGTATGTTTCTTGATCTGTAAAATGGGAAATATACTAGATCTTAACATCTATAACATTTATGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTCAGAGAGAAAGAGAGAGAGAGAGAAACGAGAGAAATGAAGTTCTTTAACAGTTCCCGGTCATTCGTCTTTTCTACTTGTGGATGTTTAAACATCGCCACCTAGTGGCAACCTCAAAGTACTTTTTTATTGTAGATTACTGCGGAGGTATTTGAGTATCTTGGAAATGGAAGGGAATGATAATAAATGTAACATTTACCTTAATATAAGAATTATGTAATTCAGCTCACTTGGAGATATAAAAATAGATACTTTTAATGAGCTCCCAAATTCTAATTTGCTTTTGATATTTACCGGTAAACATTCTTGTGTTCACTTAATTTTAGATAATTTTTATAGACGTTTTTATTAATTTTAATCTTAATCTGTGCAACAGTAAATTTCATAAGCTATTTAGAGGGCATTCCGTGGAGACATATAATGAATCTGAAGTCAATGAAAACAATCTTAGGATCAGACTTTGAAATACGAAGTGTTAATTACAGAAGAATGGAGAAAGTCACAATCTCTTTGGAGGACTAATGAATATTTCTCAAACTTATCTCCACTCCTGTTGACAATAAATATAGTTTTGTGTATGTCTCTTTGGAACTCTCATTGGGAGCAGAGATTATGCATTAGTTCACTTTTTGTATGTAATAATATCTGGTTATTAATTAGCAACTGAGCATTGCAAGAACAGAATCAGAGTTTTCTACACAAGGCTGTATGAATAAACCAGACTATTATTTTGTCTGTGCTGTCATATACATATCCAGTTCATGTTACTCTCATTCATATGATCCAGGAGTCCTAGAGAACAATTGAAATCAGCCTCTGTTGTGTATAATGAAGTGTGAAGTAAATTGTTAGTAGTTTAGGAGTCAGAAAAGTTTTGATTTTTAAAAACTGAGAATAATTTTCTAAGATATCATTTTTAAATATAAGTTTTTCAGGCTAAGTATTCTACTTCTATTTAATAGATAAATTTGCTTGTTTGTCCCACTACTGCAAGAAGTAAATATGTCTATATAAATGTTTAAATATATTAAAATAATTAAATTTCTGAATAGCTATGATGCCACCCTCCCCAAAACCATCATATACAAACTGCCACCTCCACCACCTGAGCTTGTCCTGTGTTTGCTCCCTCTGCACTATCAGCTCCTATTTGAATTGCTTACTGTGGTCCCATAGGTATTCTCATGTTTAAGCATGGGAGTTCTTTTTTTAACTATTAAACTTCATTTACCATATTTCCCTTGATCCCTGCTTATAATTATAAAAAGCATATTGCCTGATGACTTTTTGGTCCTTTCTTTTTGAAGCCTTTCAAGATTCTTTAGGGTTAAGGAGCCAGAAAATACTTAACTAGCCTTGTGGGAATGATGAGGTTAGAGGACGGAGCATTTCCAGAACTGAGGACGTGGCTGTTCCCCAAGCTGCCTTCAGAATGTGGGTTAGGAGAAGGGTGGAATTTGGCAGCTAGAAATCATTGCTCACTTCTCTGAGAACTTAGACTTGGCTGGGTCACAGTGCCTTTGCCTCTAATTTCTCAATGGTCTAGTCTTCCTCTGGGGGTGGGAAGTAAAATAAAGTGTGCCAGGCTTTAAAGTATTAAAGAGGACTGAAAGGTAACAATATAATATGCATGTATTGAGTGTCTAGTATGTACCAGGAACTATGCAAAGCATTAAACAATTAGACAGAAAATCTCTACAAACTCCAATCAAGGGATTCTTGAATTTTGGGGGGAAGGGAGAAGTTAAGCAGACGTATACATAGTTAACTGTAATCCAATGACAATCCACTGTAATTTCAGTGACAGACAAGTGAATTTATAATTGTTGATCAAATACCCTTGCACGGCAAAAACTCAATCAAATAAGGAAGTTCACTTTAGAATACTGTTGAACTGAAAATTTTAAAAATAATTATTCTAAGAATGCTGATTTCTGGGTATTTAACACACCACATAAAATTCTTACCCAGACCACATCCGAATGGTAGAAGTTCAGACCTATGCTGAAATCAGTAGTGACATGGCTGATGAAATTACTCTAAGTGGCTAGATTGCCATGTATTTTTAAAATAATAAACACTCCCTTGCCATTAAGAAGTCTGTGCCTTTAGCTTTCTACTAAGTGTATATTTGGCAGTGGGTTCTAATTTTAACTGGCTTGTTTTCCAGGGCCCTCGTGGACCTCAGGGAATTGATGGAGAACCAGGTGTTCCTGGTCAACCTGGTGCTCCAGGACCTCCTGGACATCCGTCCCACCCAGGACCCGATGGCTTGAGCAGGGTGAGTTGTGTGCATTGTTTGATGTCACGTACAGGTCATGTTTTAAATTATTGATATATTGTTAGGATTTTAAATTGTGTCTGTTCAGATATTGACACTTGACTGTAAGAGCAGTTAAATAAGGTCAACACTGCTATGGACAGTAGAACTAATAAACCCACAGGGAATTGTTGGAAAAATTGGAAGAAGTATTTTCTAAAGTACTGCTTCAAATTGTTTGTATTTCTCAATGTCAGCTCTAGACTCTATGTGCTTTGTTTTTTCTATTGATTCTAAAGAACCACTGCTTTCCCCCTCTTTAAATGAAATGAGAGATTTATCTGTCCTATTCTCTAGGCTCAGAATGCCAAAAAAATCTGCTCCGTATCCTCCACAAGAGAGGATGACACATCCATGATGAGGGATATGAGAAGGCCATTGAGTTGACACTAAAAATGACACCTAATTATTTCTTCAATTTTAGTTTTTTTACTTGAAGTAAAGTCAAACAAAAAGCCTTTCAATACCGACTTCTTTGAATTGTTAATGTCAGACATAGGGGATTTATAAGTACAGGCAAACCATGGAGATATTGTGGGTTCAGTTCCAAACCACCTCAATAAAGTGAAATACTGCAGTAAAGTGAGTTATGTGAATTTTTTTTTGTTTCCCAGTGCATATAAACTTATGTTTTTCCACAATATAGTCTGTTATAAAGTGTGTAATAGCATTATGTCTAAAAAACAAGGTATATTTCTTTATTAAAAATACCTTATTGTTAAAAATTGCTAATAATCATCTGACCTTTCAGCAAGCCATAATCTTTTTGCTGATAGGGTGTTTTGCTTTGATGCTGATAGTTGCTGACTAATAAGGGTGGTATTGCTGAAGCCTGGAATTGCTATGGTAATTTAAAAAATAAGACAACAATGAAGTTTGCCATATCAAAATCCTTTGTTGTCATTTCAACAATCTTCACAGTATCTTCACCAGGAATAGACTGCATCTTGAGAAACGACTTTCTTTGCTCATTCATAAGAAGCAAGTCCTCATCTGTTAAAGTTTTATTATGAGATTACAGTAATTAAGCAACATCTTCAGGCTCTACTTATAATTCTAGTTCTGTTGCTATTGCCATCATATCTGCAATTACTTCCCCCAATGCAGTCTTCAGCCACTAAAATTCATTCATGAAGGTTGGAATCAACTTCTTCCAAACTTCTCTTGAGGCTTATATTTTCACCAATCAATTAAGAATGTTCTTAATGGCACCTAGAATGATAAATCCTTTCCAGAAGATTCTCAATTTACTTTGAACATTATATTCTTAAGTAATAAGATTTAAAAGTTGAAATTTATTTATATCCATGGGCTGCAAAATGGTTTTTGTATTAGCAGGCATGAAAACAACATTAATATCCTTGTATATCTCCATCAGAACTCTTATGTGACCTAGTGCATTGTCACTGAGCAGTAATATTTTGAAAGGAATCCTTTGTTTCTGAGCAATAGGTCTCAATAGTGGGCTTGAAATATTCAGTAAACAATGCTGTAAAGGCTGTAAACAGATGTGCTGTTATCCAGGCCTTGTTGTTCCATTTATAGGGTACAGGCAGAGTTGTTTTATCATAATTCCTAAGGATGCTAGGATTTCCATAATAAGAAATAAACACTGGTCTTAGCTTAAAGTCTCCAGCTGCATTAACCCCTAACAAGAGAATAAGCCTGTTCTTGGAAGCTTTGAAGCCAGGCATGGACTTTTTCTCTCTAAACATGAAAGTCCTAGATGGCATCTTCTTCCAACAGAAGGCTGTTTTGTGTACATTGAAAGTCTATTGTTGAGTGTAGCCACGTTCATCAATGATGCTAACTTGATCTTCTGGATAACTTGCTGCAGTGTCTACATCAGCATTTGCTGCTTCACTTTGCATTTTTATATTATGGAGATGGCTTCTTTCCTTTAACCTCATAAACCAACATTTTCTAGCTTCCAACTTTTCTTCTGCCACTTCCTTGCTTCTTTCAGCCTTCACAGAATTGAAGAGGGTTAGGGCCTTGCTCTAGATTCGATTTTGGGTAAGATAATGTTGTGGTTGGTTTGATCTTCTATCCAGACTACTAAACCTTTCTCCATATTAGCATTAAGGCTGTTTTACTTTCTTATTATTTGTGTGTTTACTGAAGTAGTGCTTCTAATTTTTTAAGAACTTTTCCTTTGCATTCATAAGTTGGATGACTGTTTGCTGCAAGAGGTCTAGCTTTGGCCTATCTTGGGTTTCAATATGCCTTCCTTACTAGACCATTTCTAGCTTACAATGTAAAGTGAGAGATGTGAGACTCTTTCTTTCACTTGAACATTTAGAGGCCATTGTTGGGTTATTAATTGACCTAATTTTAATGTTGTTGTGTCTCAGGGAATAAGGAGGCCCATGGAGAGGAAGAGAGATGGGGAACACCCGGTTGGTAGAACAACACACACAATATTTATTGATCAAGTTTATTGTCTTGTATGGGCATCATTCAAGGCACCTAAAACAACTACTTTAGTAACATCAAGATCACTGAACACAGATCATCATAACAGATATAATAAGAACAATAATAATATTAAAGTATTATGAGAACTACCAAAGTGTGACACAGAGACACAGAGTGAACACATGCTATTGCAAACATGGCACCGGTTGTCTTGCTTGGTGCAGGGTTGCCATAAGACTTGAATTTGTAATAAACATAATATTGGTAAAGCACAGTAAAATGAGGCATGCCTGTAGATTGAGACCTTAACAAGGAAACATATGAAGCCTGAATATGATTTTTGCTTTACAAAAGTTCATACACATTTTTCTCAACAGATTGTAGAATAAATTGCCAATTTATTTATAAACAGTACACACATTCTTTCCTAACAAAATTTGGAAACTAATGTGACTACTAAAATGTATATGAACAATTTTGGTCAGTTTGATTACTAGGGTTTTTTAATTGTGAAAGAGAGTAGGTCAAACTGTTTCCAAACTTGGAACATTCAGGGATTCATTAAAAGGACTATAAAAGTGTTATCAACTTACATAAATGTAATTTAAAGTTTACTGGGCATTGAACAAAGAAAGAATATCATCCAAAAACAGTCCAAAATGGAATCTGGAATCTTTAGGACAAATGTTTTAAAGGCATCTTTTAGGCTTTGTTTAGATGTTTGGCATCTCTAACTGTGGGAAGAAATCAGTTAAAGAGACTTAAACCTGCAATCAATTAGACTGGCTAGTGCTTATCAGAACAATCCATGCTTTTATCAAGTATCAGACATTTGCCCTGTTTCAGAAACTGCTCTGGAGCAACATACTTATACAATACTCTGGGAAAGAATGGTCAATAAAAAGCACAAACAATCAAAGCAACTTAAGTCTTTTTCCAGGCTTTAAAGTCAAGCACTTAGAATGATTCTCAGAAGAGTCATTCTATAAGAATTCTAGAGAGTGTACATTTATCCATATGAAAAGGACGTTGATGTATGTCTTTTACTGTAGAAATAATGTCAACATATCGCTTTTACAGCCGTTTTCAGCTCAAATGGCTGGGTTGGATGAAAAATCTGGACTTGGGAGTCAAGTAGGACTAATGCCTGGCTCTGTGGTAAGCATAAATTTTACTGATCATTGAAGTACTTCAGTGAAAAAAATTATTTTAAAAAGAGAATCTTGAGTTAACTAGTCAAAGAATAACATGCATCTTCTTAAACACAGTCGTACATTCATTCATTCATTCATTTAATTAACTTATTTACTCTACTGTATGCCAGTTAAAAGCCCAGTGTGTTTCATTCATAATTATGCAAAGTGCTGACATTAATAAAGGTCTATCTGTACATTTTATTTAATATTGGAAGAAAATAAAGGAGTTTAAGACATATAACCACAGCCACAATAGTAAAACCTAAACCTTTATAAATAAAAAGCAGAACTATTTTATGGTGCTCTTAGAAACAGTGGTTTGGTAAAATTTTGAAATGAGATGTTTTGCTATTTTCATTTTTATTATTTTCTACTTAATATCCTCTGGCTGCCTTATTCCAACAGCTCTATGGTTTCCTGGCTGAGTCTTCTCAATATTCTTACCCTCTTTTGAATTTCTTCAACATCAGAAAGACTCCCATTTTTTTCCTGGATATTTGGAGCAATCCAATTTTATTGAATAAATTAACACTTTTAAAACCAACTCTCCCATGTTTTATTGCTCATAGCATAGTTCAAAATAATTCCAGGTTAATAGCATTTCAGGCAATAAGAAGTGCAAAATCAGACCTCATAGATAACCACCCCTTCTATCCATCCTTAAGGCCAGCGTTGTGAGCATTTTAAATATTATTTGTATATTTTTAAAGTTACTAGTAATATGGCATCATTTAGTGATTCTTTTGGGAACTTTTTTTTGAGTTGCATGTTTTTATCCATTTGGAGTTTAAATTACATATGTGTGGTTTTTTTTAAATGGAGCTTTTCTTACTATATGTTCCATTCAAAATAAAAAATTAAAATCTTGCCATAAGAATAAATTTGATTTTGGCCAGGCACGGTGGCTCACGCCTGTTCTCCCAGCACTTTGGGAGGCCATGGCAGACGGATCACAAGGTCAGGAGATTGAGACCATTCTGGCTAACACGATGAAACCCTGTCCCTACTAAAAAAAAAAAAAAAAAAATACAAAACAATTAGCCGGGCATGGTGGCAGGTGCCTGTAGTCCCAGCTACTTGGGAGGCTGAGGCGTGAACCCGGGAGGTGGAGCTTGCAGTGAGCCCAGGTCGCGCCACTGCACTCCAGCCTGGGTGACAGAGGGAGACTCCGTCTAAAAAAAAATCCAAAAAGAATAAATTTGATTTTAATTTATTTTACTTTTTAAAGTATGATATTTAAAAAATAGTAATATACATATAATAATAAATGTTCTAAAATCGCATTTTTGTTTTCTTCCTTTTGTTATGCCTCAGTGGAACGATTTCATGTTTAAATGAGGAAAGCCTGTGTGGATAGTTTCAATCTATGTTGTGAAAGAAAGAAATCACCCAGGAAACTCAGTGCCCCAAATCGTTTTCAACTCACATTTAATATAATCTAGTCATTATTGTTGATGTTTCATAAACCTTTAATTCAACTTATTTAAGTTATAAGAATTATCTGCTGTGAATCTGAAGAATTAAATAGGAAGTTTGAGAACTAACTTATGTCAGCCAAGATTTTTCTTTATTCGGATGTTCTTACTTAACAGAACCATCCATTAAACATGCAAGTGTTCTTGTTCTAAAGACATTGGGTGTGTACAGACATATGGCTCATTTCTCTTTATAACACTGAAGTTATGTATAAAATCATCCCAAATGTTGTCCAAGCTTTAATCTCCTTGAATTTAGCTGCCTTCCAAATGAGTACAGATGGAGAATGTCATCATCCCCCTTTGTCAAAACTTCACTTTTCCAGATTCTAGAGATGATTCAACATTTTTGAAATATTTGACCTAATTGTCATGAGTACTTTGCAACGTTTCTCCTCATTTGTTTTTAAGGGTCCTGTTGGCCCAAGGGGACCACAGGGTTTACAAGGACAGCAAGTAAGTCTCTTTATAATTAATTACATGCTGTAAGAAAAACATACACACACACATATATTACATAAGGTCTCTGTGACATGACTGCTTTTGGCTGGTTTTAAAATTTTATATTGTAATGCTCACTTCAAACAGGATATATTAAATAGTTTTTATTTAGAAATATATGCCACATGTCTTTGCAAAGTTTATTGGGATAAATTTTTATCATCTGATTTCTTTATGTGACTGACCTTCGATAACAAAATTACATGACTTTGCATCTGAAGTAAGAAATTCATTATGTTATGTCATGAAAATGTTCACAATTGGTTATATGCCAACTCTGAAGCTATGAAATCAGATCATAGGAGGCAATCCCCGTGTAGTATTATTAGAAATAAGAATCAAGATGTTTGTTCCATGGGATCTTTAGGAAGAATATAATACAATATGCTTTTAAAATGCCTATCAGATGCCAGTAAAATAGTGATGTAGAACTATTTTTATTTATTATAGCAATTTAACAGGCATCAGGAAATAATATTTTAAAAGAAAGAATGAAAATAACCTTTAGTTCAGTCAAGGTTACCACATTGTCATTGTCATGTGTGTGGAGTTTTACTTCAAGCTATCAGTGACTAGAAAATGTGGTTGATGATGGTGATGATGATGATGTTGATGAGGAGAACTACCATTGATGGAGCACTCACACACTGTGCCAGCACTATTCTAGGTTCTTAACATACATTAATTACTTCAGCAGCCATAACAGCCTAATAAAGTAAGTACCAATATTATTCTGATTTTACACATTAGGAAACAGTTACAGACAGATTAAGTAACTTGCCCAAAGTCACACAGCTGGAAGATGGCAGAGCCAACTGTCTAAACAATTACACTGTATATTGACAGAGTACAGGGTTTAATATTCTATTTTTCCTTGGTTTGTATATATACTTTGTTTTCAACTGTAGGGTGGTGCAGGACCTACAGGACCTCCTGGTGAACCTGGTGATCCTGGACCAATGGTAAATGTCAAGTAAGCATGTAGACCCAGTTACATTTGGGTCCACCATTATAATGATGTCAAATATTGAGTTATTTATCTTCCCAGGTCCTCCCTAATGTAGGAAGAAATAACAATCCAGTTTGGGAGTCCTGTTCTATGAACTGTTCTTAAGCTATATGTTTCTCATAGCAGAATATTTAAATTCAAAGACTATTTAAATTTATTTATTTAAATTTAAATTTAAAAATTCAAAGAATATTTACATTCAAAGATTATGATCATTAGACAGTGCTGAGCGATTTGCTTTTGTGCAATTATACTTCTTGTTGAGCACATGATCTGGGGATGCAACATAAAATTCAAAACTTTAATAAAACTATTTTCTCTGTCTCAACAATATTTATCATTTTCATTTGTTTCAATAATAGTTTGACATTTCATTTGTCTCAATAATGTTTTGAATTGTATTACTGGCAAGTAAAGGTAAATATTCTTTTTTTCCTTTTGTTTTGTTCTGTTATTAGGGTCCGATTGGTTCACGTGGACCAGAGGGCCCTCCTGGTAAACCTGGGGAAGATGTAAGCTACCTTTCCTCATTTTCCATTCAGGTTTTGAAGAGGCGAAGGGGTTAAAATGTTAACAAGAATGTTCTGTATTAATTTCCATTACATTTCCCCACCCTTTTAGCTTGCATTAAATTCAATGTAAACAGGAGCACTCAGAATGGAATTTTACAAATATCTAAAAGGGCTCTTAATTTGCGTAGTATTATGTTATTAGGTACTACTGTCTCTTCCTGAATTCCCTGGGTTTTTGTTAAGATTTCTCCATTAGATGCTAGGCTTGTTGTCACAGTAGCAACAACTTTTCCTAGTGGAACCACTGAAATTACCTGAAAGAAAAAATATGTTGCTCTGATGGCAATACATCATTATGAGGTCTTATTTAAAAGGAATTTTTAAAACGTGTTAGTAGTATAGTGCCAATATGGCTCCCCAATGATGAAAAAATGATTTCTTCAATTGGATTTTTAATTAAAGTTAAGACCCAACTCCAGATTTTAACATTAAGAACATGTAATCAGAGAACAGTGTGCAATAGCAGACTTACATTTCTAGATTCTTAGTTGTACCAAAGTTGAGGATCAAATTATGGGTAGGCCATTAATTTCTATATGATACTAAACCAAGTATTAATAAATATTTTCTCTTTATGAGTCATAAGATTTATTTAAACAGGTTACATTGAATTTGGACATAGAGCACATATTTCTGATAGTCTTTTCTTTTTAACCACAGGAAAGAAATGGAAAGTAGTATTTTAAGAAGCAATACTTTAATTCAGTGTCATGTGATCATATAGAATTCTATAGTATATATCCTATAGCATACATGTATGTTTATGTGTATAAATTTTGATGTTCATAAAATAGTGAGCTACATCAGACCAAGAAAATTTTCAACAATTTATTCTTCTGGGTAAATTAATGAAAGCCACAGACTAACTTGATAGAATGGAGTACTATCAGGAATATAAGGAATAGAGCCTATTTTTACTTTATTTTTTGCACTGTTTAGAGAATTGTACATTAGCTTTCTAAAGAAGACTGTTTTATTAGTAATTTATTTATCATTTAGTTTCAGAGAAGAACCTTTTAATCACTTTTGCCTTCCCAATCTCCTACATTTTTTTCCATAAAGGGTGAACCTGGCAGAAATGGAAATCCTGGTGAAGTGGGATTTGCAGGATCTCCGGTAAGTTTATACTCAACATAAAGGCAAACTTTGAAAAATAAAGAACATTGAATTAAATCACAATTCTCTGTATGCACATGTATCAGGCACTAAGTAAATGGAGACAAACAGCATTGTTTGTTTCCGTAAAAATGTAAAATGTCACAGGACGTTTTGCCAGAGTGATTGTTAACTCCAGTTGTCTGCTTTGCATTGGCACCATAAATAAGCCTTCTGGAGCTAGAGAAGTATATTGAACATAACATGAATGCTCTCCAAACTGAGTTTCAAATCCTCAGAAAATTCAGAAAAAAATAGTTTTTTTTTTTTCATAAAATGAGTTACCAGCTTGACCTGTTTACAATTCACACTTCAATCCTATTTTAGCTCTTTAAAATCTTTTTAATATTTTTACTTTATATTGTCACATATGTCTAAATAATAGCTTGAAGAAAAGCTTGTTGCCTTGTTTTTTATCAACTAGAGACAGTAAATTATGGATGGGATGCTTCTTTGGCTGCTCCCCAAACCCTAATTTTGGCTGAAATTCTTGATTAATGTTCTGGGTCCTAAAATCATGACAATTTACACTGATTTCCAGCTCTCCTAACATAGCTGTTTTCTTCCCCTTTGGCTCCCTAAAAGAATAGACTCCTGGCAACTACTCCACCAGAATCCAAGACCTGGCCCCTTTGCCGTTCTCTGAACCCACCTGTCTCTTGTCACTCAAATTGCTTTGCTAGGCCCTCTTCTAGAATGTGTTACGCTGGCCATGGGGAAAATTAGAGTATGATAAGCAAGCAAAAGTCCTCTTCAAACATTCCTACTTCTTGGGTTTCTCCTGCTCAACAGCCCCTAAACATTCACTCTCCCATTTATTATATTTCCTATAATTTCCTTATGTTTCTGCCACTCAGTACAATCAACAGTACCACATTACTTTCTGTTTACTTTCTGAAAATTGATGAGGTTCAATGCTAGGAAATGTTTTAAACAAATGAATGCTCCCTTATCTTTTAAGGGAAATTTGCAAGGCTCAAAGGATTATTTGGTTGCAAATATAAACCAATTTCCCAACTCCCTGCTTTCTTTCCTCCTCGATCAGCCTGGGAAATAAATGCAGACAGAGACATGAGGTTTAGTCATTAGCACAGATGTCCTTTTCAACCCATCCAGGTTTGAACTTCCCATGTCCTGCTGCACTCTTGCTCATGCTCACAGTGTGGGCCCTCCATGGGGAGGAAGGGTGCCCTGCCAGCACACCACAGATGCACTGTGCAAGCTCAGTGCAATGTGTGATTGCACTGTAATGACAGTCCTGGGTCAGCAGAATGAGAATTTTTATGAGCATTAGGACATCTGGTTCATTTTCTTGTTACATTAGGGATATGTAATCACATGAGAATTTCTCTTGCAGACCATAAAAACTGAAGTTAACTAATTATTTGAAATAACATAGCTCAGCAATTCCCCTATAGGCTTAGACGGGTCTGCACTAAGTTGCCTGCTAAGGATGGAGAGGAGACAAATCTCTGTAAAATGAGGCATTAAGTTGAACACTTAAAGGGAGTTCTTGATGTGAAAGAATTCTTGAGCGGGGTTGTGTAAACAGAAGAATTAATGGGACTTCATTTGTTCAGAGAGCATGATTTGTTTTACCCCTACTGTGATAACCCTCTAAAACACTAAAGAAATAATTTTCTTTCAAGAGGTCACAGACGAATTATTGCTTTGATTTTGTTATATGAATTTCATCCATTGAGTTGCTTATTCAACCATTTAGAAATAGTGAATGAAACCTATGATTTGCAGAGCAGAAGGATTTTTTATCTGTATAAGATCATGCTAGGCCAAGAGAAATTCCTTAGGAAAGGTTAAAGTGCTATGAGAGTAAGAAATATCAAACCATTTCTTTATTTAGTTGTTTATCCAGTGATTATTCATTGAATGTCCATTAACCAAACATAAGGCTAAGTGCCAGCTATACATAAATTAAGAATAATAATCAATAAGTGATCACATCAATCAATGCTATCAAGGTGCTCAATATACTGGCGGCAGTGGTAATGGCAATTCAATGCAAAATCAAATTAATATAGGCCATAATAATAAGTAAATAATTAAGTCATTAGCTTAGTATCTTTTAAGACAGTATAAGGAAAAAGTTTCAAGCATCATTTCAAAATAGTTGTGCCACTGGATTTGATTTTCTATGGTATTTCTATTGTTTTTTATTTAATGTGTTTAGGTGAAAGCTACATAGAATTTGCAGAAATTAAGTAATTATTTAGTCAAGAAACCAAGCATTCTCATATTTCTTGACTTTCTTTTCTGTTGGATATTTTGTTTATTCATTTAGTTTTTTAAATAATCATAAATCCACAAAGTTTTTTTCTAAACAATTTATTTTAAAAATTCCTGACCACATTATAATACTGTTCTTCCCATCATATTCTGCTGCCAATATTCAGAAATTCATAGAAAATAAAGACATTGGTTTGCTACAAAGACATTTAATCGTGTACCATAAATAAAGCACAATAAAGAAGGAAAAGGATATTTTATCTTGAATTTCTCTCCTGAATATTTTTTTTCTACCTTGGTATAGTCAATTCTCATGTTGGACATATTGATTCATGCTTATGTTCTTGTTTTGTTTTCACTACTAATTATAACACAGTGATATCATGTGAAAAATTCAAAATGTCATGAACTCAATACCTGGCATTACTTTGTATCCTTGTATAAGTCATGTTTCCATTTCTAATAGCATATTTACTTTGCTAATTTTGATCACCCAGATATATTTTGACAGATAAAAGTATACTGCTTTTTTTTGTTCTTCTTAATATGTTGCTGGAAAACTGTGTACTAGCTATTTTTTGGGAAAAAATGATATATTAAGGAATTTTGCATCCTTATTAATGACTGTAAAATGCCCTATCTATGTTTTCCTCCCAGGGAGCTCGTGGATTTCCTGGGGCTCCTGGTCTTCCAGGTCTGAAGGGTCACCGAGTAAGTTCAATCTATTGTAATCCTCTCAGATACTGTGGTTTAGTGAACAGGCTCTGGGGAGATTTACCTTCAAAATCTTTACAAGTCAATTTGTCAATTGTCCTTAACTGTCTATGGTTGCAGTATTCATCTGTGGTTACTGAAATCACAATTTTTTAATACATTTCCTTTGAGTTTAATTTGATTTGATAAAGAAATATATTTTGAATTCTTACTATGTACTGGACACTATGCTACAAAAGAGGGTACAGTGATGAATGAGAAAAATCTCTAGCCTGAAGCTTCAGGCTAATGGGGGATACGGATGAAAAGGTAGGCAATTCCTGTATAGTGTAATAGGTGACATGGTAGAGATAGAGAGTACTAGGTCACAGAAGGGACCCAGTCTACCTAGACTTGGAAAGCAATAGAATGCCTTCCTTATTACTGAAGATAATTACGATGTAACTATTATATATTGTTTACATATGTAGAATCTATCATCTATCTAACTATCATAATATCAAATAGTGATATTCAATCAATATACACTGGCCTCTGTTTTGAGTAGTTGAGATTTTGATTAAGATGTCTGCTGCTATACTCATTATTAAGTATTTTGAACATTCACCTTGAATACAAATGATATTTTATAACAATATGAACTCTGTAGTTATGTGTTTCCTCTAAAGCCACTGTAAGGTTTTTATTTGTAGCTACAGATTAAATTTCTATGAAGTCACAAGTGTTTGAAGGGTGAGAACACTGCAAGCTGAAAATGTTATTTAAAGGTGAAAACTCTAATTTTCCTTGAATAAGCTTTCAGAAAAGTTTGAGAATTTGAAAGTATTTTGAGCAACAACTTTAAATTTGATATTCATTTTTATAAGGCAATTTCTGCAAGCTTATTTTTGGTTCTTATGCCTTTGAGGATTGAAAAAAACAGGATACAAATACAAATTTACATTTTTATTCTCAGGGACACAAAGGTCTTGAAGGCCCTAAAGGTGAAGTTGGAGCACCTGGTTCCAAGGTAATCTTATAATTATCTCACTGTAACCTCACTTTGGCATCTTAGTTTTGCTTCAAATGTTTACACATTTTTCAGAACCACCTTAATTCAGCAGGAGAGAGGGCTACAAACAAATGGTTAGGTAAATAAACATAATTTTTCAAAGATGAGTGGCAATGGCTTTACCATGACATGACTTGATATGCCTCCAAGAATAGCCTCCATAGCACTGGGTGTCTGCCAGTGTAGGATGAGTGTTGTCTTCATATGAAGATGGCACTATGAATCTATCTTTTAAAATACAATCATTCATTTTTCTTTTTAAAAAATATCTGAAAGGTTTAGATAGTTCATTAGTCCCATTATTGAGTACCCCTTTAATACCAAGACCTTCTCCTCATTGTTTCTTCTCAAAATTTATTTGTATTTCTACAGGGAGAAAAAACATCAAGGAAGTATAAAGGAATTTCTAGTGGAAAGCATCATGACCTAATGTGGAAAATCATTTGGCTTTAAAATTTTTTTTATTTCTAAGTCTCCTAGAATAGATCTTAAGATAGTGTTACAATCAATTTTAGCTTTGTAAAGTTTTACTTGAGACGTATCAGACATAGCCAGATAAGTCCTTTCCTGAGACTAGTTACTGTGGCTAGGTATGATAGTTTCCGTCAATCTTAAGTCCCCAATATTATTTTAGATGTATTTCTTTAAAACTACACTACTATTGCATTTTGAGAAGAGGTAATAAAACAACATTCTGAGATCCTATATCAAAAGTACATCTTTCATATGTCCTCTTTGAAAATATGCTTTTAAAATTACACACACAGAACAAAGTGATGTATCGGTTGTAGGCTTCTCATACTGTAATGTATTCTCATTTTTTTTTAGGGTGAAGCTGGCCCCACTGGTCCAATGGGTGCCATGGGTCCTCTGGTATGTGCTCGTTTTCTTGTTTCTTAAATTTCTAAGGTTATATTTCCTTGCCTTTTAGATTACAACAAGAGAATTTTTAAATGAAAAATAAAAATAAATGGACAACATATGTTGGCTAGTAAAATAATCTTGATTACCAGCTGATAGACAAGCACAGGAGAGTTGAGCCCTTCTAACAGAAAAGGTTTCCCACATTTCACTGTTTCTCTTAACGGTTGAATGCCCTTATTCTTTTTCTATACTCAGTGATCAAATCAAGATTATCGCAGATTTAGCCCATTAAAGCCAGGTTAAGTGAAATCTATTTATGTAAGAGGTGATAGGTTATTTATCTCCACATGGGGATAGTTTTTCAAACCCAACATTGCCCCTGGAAATACTACTGCTTGGTGGCCAATTATCTTGAATCTCAATTGGATTGAGTGGGGTAGTCAGACTACTCTACATTTCAAATTAGGTGCTTCAAGAGACATTTCTTCTCTATCGTCTATAGGGTCCGAGGGGAATGCCAGGAGAGAGAGGGAGACTTGGGCCACAGGGTGCTCCTGTAAGTATATCTGCTTTTACTTATACTGCTGAGATGTGTATTTCAATTCATTTTCAGATTTGGTTTACTGAACTTGCCTTTTAAATGAAAGTAATAGTACTGGTCACCTTTTTTTTTTTTCTTTTTCTTTTGGAATAAAGTCAGGTTTACAGAAAAGTTGAAAAGAAAGTACAGAGAATTCTTGAACAACCTTCCCTTTGCTTTAATGTTAACATATAGCCACAGTACATTTGTCATCTACTTTAATACAAAAATTAAGAAAATAATGAATACATATAACAGCATGGAATATAGTCCATAGAAAAACACAAACTTGGATATACTAATGAAATTACAATAATAGGAAACATTTATCAAGAGCTTATTATATGCCAAGAATTCTTCCAAGCATTTTATGTTCCTCATACTCCTAAAAGGTGGTTACTCTGAGTGCACTCTTTGAAAGATGTGAGCCTCCTGATCACCTGTCCTTGATTCATTTTAATTATACAGATTGAGAAATACTCTTGCAGACTATTTATGTAACTTGAACCTGTATAGGAGGCATATTCTAATTATTCTTTTCGCAATTCTCTGAAGATCAGGCTATGCTGACTAATATTTCAGACTTATAGTTCATTACTTTGGACCTACCTTGCTTTAGATAGTTAAGGACTGCCACCTTTCCTCTATTATTTCAAGATCCGATCATCCCCATTACTATTAGCAATAGCGGGTTTACACTGTCTCTGCTATTACCTCCAGCCCATAGAGGACAACCACCTCAGAGCTACTCAACAATACCAAATTCAGGGCCCTGATTTGGAAAGTGTAAGACCCTCTCACCAGGCCATTCTTTATCACTTTAGTAAGCAGAGTGTCCTAAGGGGATATAGAGAATATTATAGAATATAGTCAGCTATTGGCTTATCTAGGCTAACATCGTCTATCAATATAGTATGCTTACTTCTCTGTGCTTTCTTCTACTGTCTGCCAAGGGAGGTCTGACATTTCTGCCCCAGCATTGGCTATTGCTCTTCCCACATTTCTAAGAACTGTCTCCCATGTCAGCACTATTTCTCAGGGTTCTTACCAGGGTATTAAATTGCAATATCACGAGACAGTGTATCCACATCATTAAAATTTTCCAACTTTGTATTCTGTTTTTTTGATACAGTATCTTCAGGACCAAGACCCATACATTCTTTCTCAGATCCCGCCTCTACCCGATGTTTAGGTCTTATAGGTGCTTTGGTGTATGATATCTTTTTAAAAAATCAGGAGTAGTGTTAGTTATTGGTGTGGTGTCCAGAAGTGAGGCTTAAGTTGTCTTCCAAATTAGAGGCTTAGGTATCATCTTCAACAAGAGAGAACTACCAACTATTAATGGGGGGAATGGGCCACTTCTCTAGGCCAAGTGACTTTAGATGGACCTGAGATTTTAAATTTCTTTTTTTTCCTTTAAATTTTGAGGACAGGGTCTTACTCTGTTGCCCAGGCTACAGGGCAGTGGCACAATCATAGCTCACTGTAGCCTTGAACTCCTGGGCTCAAGCGATACTCTCACCCAAATAGCTGGGACTACAGGTGCATGCCACCGTTCCTGGCTAATTTTTTTTGTAGAGACAGGGTCTCACATTGTTGCCCAAGCTTGTCTAAAACTCCTGGCTTCAAGCAATCCTCCTGTCTCAGCCTCCCAAAGTGCTGGAATTACAGGCATGAGTCACCGGGCCCAGCTGAAGTTCTTCAGTGTGTTGACCCACATATCCTATTGCCAAATCTCAGAATCCGACTCCTCCCAATCCAGGACCCTGACTGTGACATAACAGACTTTCTAGGTTTGAGAATTCAGCCATCCCAAGAGCTCTCATAGTCTTGCATTAAGCCCTGTGCTTGGCCTGATATTCAGCTTTTTCTTCTCTCTGGTTGCAGATGAGAATTAAAATAAAATGCTGCCAAGGAGTCTTACTTTGGTGATTTATCACCATCAGCCTTTTAGTGTCTTTCTCCAATAGATGCACTATACAAGACCCATGCAATTCCATCAGCTTTATAATTGTTATTTTCTTAATTCTTCTCAAATGCCCGAGATATTGCATTACTAGCCCATTCCCTTAAAATATCTCTGTTCACCATTGGTGACAATATTTTCCATTGTGCCATCGCGGCATGCCAAGGGTGATTCATACTCCAACTGTCACCAGCTGACCAGTGGGAAATCCAGCTTACAAATCCCACTTTAGAGTTTGCTTTCTTGTAACCACTCTGACATTAATGGTCTTAGGGTCTTAGGTCAGGTTTCCTAGGAAACAGCCTCAAAAAAGTGACTTGTATACAGTACAGGAAATTTATTGGTGAGTGCTCTTAGAAACTGTATTTTTGAAGGAAGGAATGAATAAAAGCAGGGTTTTTCAGAGGGAGAAATTGAATTGTGTTGCAATTGCAACAGAGATCTCAGTCAATTTCAGGGGAACTATGGAGCTGAGATGGCTCTTGCAGACTTGTGTCAAATAAGGGCCAATGCTTTGTATCCCTGCATTGACCAAGGAAAGAGCACAGTCTTGAGAGAGCTAATTCCCTTTAGCTGAGGGCAATTCCTAGGGAATGTATCAATAGTGAGCCATCAGCAGGTTATATTTCCAGCTGGCAGGATGAATACTTCAGTACTTAAGGGAGCTCTGGGTGAAACCTACAGAATTCACTATAACTTAATTTATCTCTCTTGTGTATTTTATTTTCTGGACATTGCTTCTCTGAGTTAATCTGGCTATTAAGAATACTGAGGTGTTCAAATTTTCATTGTCTCTGAGTTCATATGTTAGAAGATGATACATTAAAGTAAAAGAATCATTTTAATCAGTTTCATTTTCTCAATCTTGATTTTATTGCTTATTGCTATAAGGATAGATGCATTTATGACTACCATATCAGCTTGTGTAAATGTATTTATATTGCTATTAACTGAGTGAGGGTTATTGTCAGTTAACTTTAATATTTATTCTTCAATTTGCAATATGGAAATTTTTTATAAGGCAAATAAGAGAAAATATAGTCTAAAATGTAATCTTATCCTGTCTTGTCTCTTTTTCTCTTAATTAGGGACAACGAGGTGCACATGGTATGCCTGGAAAACCTGGACCAATGGTGAGTTATATTATTTTCATATTAATTCATTAATTTATTCATGCATTCTTCCATTTGTACATTCAAAAACATTTACAGAGCACTCACCACATGCCAGACACTTGGAATAAAAAGTTGATGGACACATAGTACTTCTTCAAAACTGTTCTATTAAGGAAGAGAGAGATATTAATATTGTTGTATAACATAATTGTTAACTCCATAATACAGTATACAACTTCAGTTATGGGAACAACTTTCAAGCCAAGTCCTGAAAGATAAGTATTTAATATATAAAATGGGCAAGAATATAGCATTGTCCATAGGATAGATAGATGACAAAACACAGTGGGCTCAGAAAATTCTAGGAAGGTAAAATTGGATTGAGAGGCGAGAGCTATATCATGAAGGGTTATACTTACCATGTTAAATGGTTTTTGAGCTCTTTTCTATAGTAGTTAATGTGCGATCATTCAGGGATTTTAAACATAAGAACATTATGACCAGAGGATAATCTGCTGGTAATGTTGAACATGAAATGAAGATGGCTAAGAATAAAGAATGAGTTTGAATACCACTGGCATAATTCCAGAAAGAAATTACAAAGATGTGAACTAAAGTTATTATGGTAGTAACAGAGGCCGACTGCATGTCAATGAGCTAAGAACTCTCATGGGCATGGCCCAGTAGATTTCTGGTTTAAAGTGTTTGATGGATGATGTAATTTATCTGAAATTGGAAATAAAGAAAGAGGAACAGCATACCGTTTGTGGGTTTGAGTTTAGAATGGGAATAAATGAATTCAATTTCGTGATTAGATATGCAAGAGTGGAGCTCAGGATAGAAATTTGAATTTCAAATGTAGTTTTGGAAATTTTTAACATACAGGCAATAAATACAGCTGTGGGAGTAAAAATGTAACATGGAATGAGAAATGATGAGGTCTCAGTGTGTACCAATATTTTGTACATTGTGCTTTTTTGTGCTTGGTATGGACAAGGCTATTGTATTTTGCTTCAGACCATCTTGCACTATTTCATAGGTAATCCTCTGTAACTATGAACCTTTAATTCACGCTTGAAGATGAAAATCTGAATACTTATAACTAGATCTAGATCATAAAGGGCTATACTTACTTACCCATTTAAAGGGTTTTTGAGCTCTTTTCTGTAATAATTAGTGTGAGATCATTCAGAGATTTTAAACATAGGAACTTTATGACCAGAAAGATCATCTCCAGGTAATGTGGATGATGAAATGAAGATGGCTAAGACTAAAGAATCATCTGTAAATTATAAACATAGAATCAAATGTAAATTATAAACAAAGGCAAATATTTTAAATTTGACACATTTCAAGCATATTACCTTTTTAAAATTCCATTACTTGCAATAGTTCTCCCTTGTGAATAGCCTCAATTGCTGCCCATTAACTGCTGTGTTACCCAGAGGTACAAAGGATCCTAAGAGATGTGTGGAACTGAAGTAGATTTTAATTGTAACAGTGCTATGGATCAAGGTCTCTACTATTATTCAGTCAAGGACACTTAAATTATATCTCTACAAGCAAAACAAAACTAATTTAATTTTTAAAAAGAGCTTCAAGACATAAAGTTATTTTCTGAACTTTAGAGCAACTTATTATACATGTGCTTTTCCCATCAAATTATGTGACTTTAATAGTGGTGCCCTGACTTTTAAAAGGAAGATGTAATGATATCTAGAATAAATTATTTCATATATTATTAACACTGGTTGCTAGTAAAATGTACATACTTATATTGTAGGCATCATGTAGTAAACTTTATCTGTTCATCATGAAATTAGTGGTTCTCAACTTTGGCTATACACTAGAATTACCTGGAAACTTAAAAATATTGATGTCCAATCCAATTTAAATGTAATCTCTAGAGGTAGACTCAGAAATCAGTATTTTTTAAAGCTCTACAGATGATTTCACAGGGTCATCAATGTGGATAGCTGTTGCAGGAAACCAAGAAGTGGTGTTTTGTAATAGCACAAATATATTTATAAAATGTTTTCTATAGCCATTTTTTAATGTAGTAATTGAGCACAAAGTTGTTACTGAAAATGCTCCTAAATAAATAGTCCATGGAACAATTTTATTTTGCTGCAACAGGAAAAACTGAGTCAAGCTCTACAAGGTAAATTATGCTAACAAAACACCAAGAAAAGAAAATATTATGAGGGAAAGAGAGAAAGTATTGTAGGAAATATTCATGATCAACGTGGGCCAAGACTGAACGATCATAAAATAAAATAAATTTAAAGCTATTAGCCAAAAGTAAAGTATAATTATAGAAATTGAAATCATTTGCCCCAAGGATCTTTTCTCCCTTGTTTCTCATAAGTAGGAAACAAAACATAGGATGAAAAAATATGTACATTTTGAAAGGGCTTCTATTAATTGAAAACTGATGAGACTAAAGTACAATCCTTAGAGTTAGAGTAATCTGTACTAGAATTCCTTTTATACTCACTTCTTTTAAATTTAGTCTTTTAATCAATGGTTTAAATTCTATGCATGCCTTCCCAAATGTAGGGTAATATAAATATCCATAAATATCCACTTATTGCCTGAAAAACCTCTCTAAAATATCCAGATGGTTTTTTTTTTTTTTTTTTTTTGGAGATGGAGTCTGACTGCAGGTTGGAGTGCAATGGCGTGATCTCAGCTCACTACAACCTCCACCTCCCAGGTTCCAGCAATTCTCCTGCCTCAGCCTCCCAAGTAGCTGGGATTATAGGCGCCAGCCACTACACCCAGCTAATTTTTGTATTTTTAGTAGAGACTGGGTTTCACCACGTTGGCCAGGCTGGTCTCGAACTCCTGACCTCAGGTGATCTGCCTGCCTTGGCCTCCCAAAGTGCTGGGATTACAGGCATGAGCCACCGTGCCTGGCCTCCAGATGGTTCTTAAGCATCATTTTTATAGAATGAAGTACTAGATTTTGATATAAAATATAACTTTCTAAAAACTATATTATTTGATTAACACAAAGAAAGTACATCTCTCAAGAGGCAATTGTTTGAAACACTTTATGTTTGTGATTGACTTAATCCTATATGCTATTTGAGTAATCCAATTATGTTTAATACCTTGGATATGTCTTTTAGTATTACTTTAGATTGATGTTGAAGGTACTTATAATGAAATTAGCCTATTATCTTTGTAATTTTAAAGTGAAAGGCAGGTTATTCTTATGTGTCTAATACAAAATGACGCCAAACTCTAAAAAATGACCTAATTAGATACTAATTGAATACATGTCTGATTACTTTTCTGGTTTCTTTTAATAGGGTCCTCTTGGGATACCAGGCTCTTCTGGTTTTCCAGGAAATCCTGGAATGAAGGTAAGATGTTAATGTTAATATACAGTATTTAACGCTACATGATTACATGAGTCCCAAAGTGAAGAATGACATTTAATTAATTGAAAAGTGTGAAAGTTACTTTTAACTAAGGAAAGAGCCTAGAGTATGCTCATTTTTCATTATTACATGGAAAAAGATACATTAAAAAATAAAATTAACTGTATAAATATAATTAAAGGAGAATTACTTATAATTGTACCCTTATAATATCAAAGAACCTGATGTGTTAGGACTCTAATGCCAGCCAGTCAAAACAACTATAAGGAATAGGAGCTTTAAACTGAATAGGAACTCTATTCTCTATTCTTGAATAGAGTACCTGGAAGTAATAAACAGCAGAATGTTCCAAACAATAGGAGGTTAGGAGGTTAAAATAAATTAGATGCTGTCAAAAGGCATCTAACATTTTCACCTAACATTTGTTATCACTCTGCACTCCCCCAGCTCCACAATCCAATTCTATGAAGCCATTAAAGGAGTGGGCACGGAGAATATTTGGCTCTTCATGTGGGAATGGATTAAAGTATTCTGTGGGATGACTTAATATTTGTAGTGAATCACAATTGGTTCTTTCTCTCAGTACTTTGGGATAAATTCAAGGATGACAGTAGAAGGACATTAGGATTACATTAGATAAACTGGTGAATTAATTCAGAACACCTCTTTCAAATTGTAAGCAATATAACACATCTGATTTCCCCTGATGCCATGTTTCCCTTTGCAAAGACATTCTTAATCCTGAAGAGATTATGCACAAGATTATGCTGTACAAAAATGACTGCGGTCACGGACAGTCACCTGGCCCCTCTAAACTTTGTTTTCTCATGGAATTTTGTTGAGGATTATGTGACACCATCTATGTAAACTCATCACATAGGGCCTTATGCAGAGGACACCCTCAATGTAAGTTCGTGCTTCTTATTAGTTGTGCTACTCAAATTGGATTTAAACTTAGAAACAAACCAGAAGAAAAATGTCTGTAGCTGACATTTCAGATATTCCTTGAAAATGTGAGAATCACCAAGTCAAATTATTCTGTAGGCTCTCTCTAATGACATATTCAAACACTGTGCTATGGGGATGCCGCTGCTTTAAAATAGTGCCTTAATTCCTTTCCCTGCATTCACTGAGAACTCAATGTGAACTCAAGTGGGTGGGATCTTGTTGGGTTCTCCTCTGAATCTGATCTGCTCCCTGAAGTCCTAATAATGTCACTACCACAGACTCTGGCCCAGACTCTCTATATACCCCTATCAAAACATGCAAAATCCCTTCCCTCTTTTTGTGAGACCCTCCGTCCCCAAATTGAGTTCTGGTTAAGGAAATACTCACAAATCTATGAATTAGCAGAAAGAGGTTTATACTACAACTTTCATGGGGTTTACTTTAACTTCACTAGCAATCATAGTTTACACAACCATTCACTCTGGTTACTTCTCTCTCCTCCTGGGTGTTTGTGGTACTGGTTGTTGGCTACTGAAAACTGCTCAATAAAACTCAAATATCTAGCAAAACTGTTTCTGTTAGAAATTTTCTGTGTTTTCCTTCTTGCTTCTCTCCACCATAAAATTCCTGGATCTTTGTTTTTGGACAGGATCCTGCTTTTCCTACAAAGTTCTGCCATGGTCTCTGCTCTCTGACTAAAGAATAAATTTCCAAATCCAGTTCTTTGCATTTCAATGAAGTGAAACAGAGATTCAATATGCTTTACTGATACTGATGAGATTCCTAAGGCTTAGAATTTTAGTTTTCCAGGCCTCTTTAGGATTAGATCCACATAGGTACATAATAAGCCAGATAAAATACAGAAACCAAGTTAAGTTTGAATTTCAGATGAGCAAAGAATACATGTTTAGTATAAGTATGCCTCAAATATTGCATGGGAAAAACTTATGCTAAAAGTTATTGTTGTTTATATGAATGAAAACTCAACTAGGCATTTTTATTTGCCAGCTGGACTCACTATCTTGGCTTGAAATAAAGGGAGCTATTAAGTTACCTTAACCACTTCACTCTGCTCTTAATGTTGCACTTTAAAAAGTATCTTTTAATTCTTATCAAAGAAGTATTGTTTCTTTGGTTTAAAAATAGATGGTATTTTGCTTATAATGCTGCCAAAAATTAAGTTGATTAGACTTAAATAAAGTTGTAGCCCAGATGTTTTTCACTTTACTGATAAATGCTTTCTTGAAGGTCGGTGGAACTGAGTTTTTACAACTCAAATCTTATATTCTGAAATATGATTTGTTATATTGCTTATATAGCAAGGAAACAATTTATTGTTCTGTAATGATGGTATGAAATTTTATATAGACTTTTTACAGTGAGTTTCACAGATTTGGAAAACTATTGTCTAATCTTGCAGCACATTTTAGCTGATATTAGGTTGTTTTATAAATATTGGAAAATAATATGATTTATCCTCTGATGATTGCATGAAGCTTTAATTTTGTAGTAAATTTTTAGACTTGAAATATCTAGCTTTACATTGAACAGAAACAACCTCTTTAAGCACAGTGGGTTGGTCAGTTTTTCTCCTTCATTTGATTTGTGTTAAAGAGTCCGAATGTATACACTGTTTATACAGAAATGGGCTTGAATAACCTGAGTATTTATGTAAGAACATACTAAAAGTAAACCATGTGGATTTAAGAATATCTATTCTTTGATAAATATCTTAAATAAAAGATATTTAAGACTATCTTATTCTTTGAGTAGACTCAGTGTGCCTGAGGTGTAGGGCTGTTTCTAGTTTTTCTTTATGAACTTAGATTATCTAAACTGTTTAATATGTAATAAGTGTAAATTCTGATAGGTGTGGGAAGAAAAATCTCAGATTTTGTGGAGGTTCAGAGGAGAGGGAACTTAAGCTAACCCTGGTGTAGGGCTTCTTCAACTGGAGATTGGATATGGAGAATATTCCTAGTGAAGAGGCCACCAGCGTCATCCCTTAAGAAGGAAGTGGGAAAGTGAGTGCGCTCCTTAAGCTTGGTTGGGCACGCATCTCTTGTAATCCTCTTTGGCCTCTTTCAGTATTTGGGTTTCAAATGTAAAATTCCAAATAAGCGGTCAACTTTGTACAATGCCACTCTCGTATTTTTCTTAAATTAACATTTCCCTTTGCACCCTTTTAGGGAGAAGCAGGTCCTACAGGGGCGCGAGGCCCTGAAGGTCCTCAGGGGCAGAGAGGTGAAACTGGGCCCCCAGGTCCAGTTGGCTCTCCAGGTCTTCCTGTAAGTTTCTAGCATATTTAAGAACCAGCCCAGAAAGCTGGACATTTCTTGTAACATCAGAACAAATTCAACCTATTTTTTTAATTGATACATAATATTTGTACATATTTAGGGGGTACCTGTAATGTTCTGTTATATGCCTAAGATGTGTAATAATCAAGTCAGGGTATTTAAGATATCCATCCCATTGAGCATATATCACTTCTATGTGTTGGGAACATTTTAAGTCCTCTTTTTCTAGCTATTTTGAAATATAAAATTTAATATATTCTCTGAATTCTGAATGAGTGCTTACAACTGTGAAAAAATATATTTCCCTTGTCAACTCTGTAAGTTTTACCTATTTTATGTAAAGGAGAAGTAGTCAAAAAAGTAATTTTTATGATATAATGGTGGTTGATTTTTAAAAAATGCTTCTACTTCCTTTTTGAAGATGGCTGGACATCTGTATACTAGCACATTTGTATCTATATATTGCTTAATATTTCATTACATACTTTTAATGTACCTTTTAGGGTGCAATAGGAACTGATGGTACTCCTGGTGCCAAAGGCCCAACGGTGAGTACTGCATTTATGGCATGTGAAGCTCAAATGGGCATGATTCTTTAGACATTGGCCCCAGACTGCTACCTGTGTCTCTACTTACCACATCACTCTTGCTGTTTAATAGGGCTCTCCAGGTACCTCTGGTCCTCCTGGCTCAGCAGGGCCTCCTGGATCTCCAGGACCTCAGGGTAGCACTGGTCCTCAGGGAATTCGAGGCCAACCGGTAATGACCTTTGAAAGAACTATCATCCTTTAGTGTAATCTAACTACGAGGGCCAAGAGTAATAACATGTCATGTGATGCAATGAAACATAGATAACGTGACTTATCCAAATGTGGGAAGATGGGAGTCTTTGTGAAGTGAAAGCTAAATGTTGAGGTACAACTTAGATGTTTAAATTCTAAGTGGAACATTATTGCAGTATGTTAAATTTTAGTGTTCTTTTATTTAAAATAATAAGGTTATAACTTTATGGTTCACCTCATAGAATTTTATGAATAATTGAATAATAAATATTATGAAAATATTATGCAAGCCAGTGTGAGGAATATGGAGCTTCAATAGGAATTTATAATGACAATTAGGCTAGGGTTCAACAACTATTTCTTCAGAGTTATTGTTAAAGAGTGATTCAAATATATTAATCAGATTGAATGTCAGATTGAATGTTTTCATATTTTACAGAAATTATTTATTAGAAAAAATATTTTGATGAACCCATAACAAATAAACACATTGAGAAGTTGTGCTTAATAGCTTTTAGCTTGATGTATAAAAATAAATATTTAAATAAATATTTACAATTCTGTTCCAAGTAATGTGGTCATGCTGATAAATTCTCTTAAAGTGCTGGTGACAGATTTATTAAATCATTAGTGTTGCTAGTGTCACATTTGATTTTACCAAGTTCTGAATTTTGCAATCCAGTTCTTACAACTTAAATTTCAGTTGGTATTTAAAGACACACCTACAGAAAACCCTCTAACATTCCAAGAGTGAAATGCCCTATTTGAAGTTGCTAAATTCTCAATAAATACGGCATAAATATAAAATTATTTTGATTCTGGGTAAACAAGTTCACATCCTAAAATACAGCCTAAATGTATTTATCTATAGAAATTGTCATTGATAGTTCCAATTTTAATTTTCAAATTTGAATAATAACTCAATAATTCTATTTATTCTACTACACATGATAAAAAACATGATTTTAAAAATAAATCTCTTAAAGACCACTATAAATTAAATGGCTTCCAAATTATACTGAATTTTATAAAAATTTACACATATTAACATATTCACATGCATTCATTTAAAAATGATTATATTATACTACTGATGCAAAACCGACTCAGCTGGAGAGAATTTTTAAAGCCTATTTATTGTAACTAATTTGAGCAGATTGGACTAGCTAAATGTCCTGGTTCTTACAAATATCAATATATTTTTTTCAGGGTGATCCAGGAGTTCCAGGTTTCAAAGGAGAAGCTGGCCCAAAAGGGGAACCAGTAAGGTTTCATTGTTTTAATGATAAGTAGAACATAGTATTGTCTGGAAGTGTACAGCTCAAAATGCTCAAGGGTTTAAAATAATAATGAGAATTATAATAGCTTGAGATGAAAATATCTCATTGTTCCATATACTTTAAAATTTGTGACTGACTTCGTTAAATTAGGCTTCCAACTATAATTCACTGGTTGGATGGGTCTTTCTGGTAACTGTCCTTCTGTTTTTAACAGGGGCCACATGGTATTCAGGGTCCGATAGGCCCACCCGGTGAAGAAGGCAAAAGAGGTCCCAGAGGTGACCCAGGAACAGTTGGTCCTCCAGGGCCAGTGGGAGAAAGGGTAAATTTAAATAATACAACACATTCTTACAGTTGTGAGGGAATTATGTGTGTAAGTCTGAGAACAGTAAGGAAAACTAGAACAGTTAAGAGAAATGCTTGCAGGTTCCCTGCACAGTTCAGTACAGTTATGTGCAAATAGAAAGAGCCAACTGACTAATCATTATTCATACATTCAACTAATATTGGTTAAATCACTAGTCTATGCCAATTTGAGCCATCTGTGCTTGGAATTATATCAGTGAACAAGAAGGCTATGGTCCTAGTCCTCATGTGGAGACTAGTAAATAGTTGTTTATTTTAGTGGAGAGGTAAACAATAAACAAGTCAATGGGTAAATAAAAATATATGTACACACTTTAAAAAATGCCATACACACACTAAGTAAAGACATGACACATTGGAGAGTAACTACACATATATGTCAGTGTTGTAATGTTAGATTAGGTGGTTAGGAAAGAGGATCCTCTGAGAAGATAGCATTTTAGCTGAGACCTGAAGATGATGATAAGCCAGTAGAAAACTTGGAAGGAAGAACATTCTTAGCAGAGGAAAAAGCAAATGCAAAGCTGGGAGGGCAGAAAGGACCTGGTGATTTTAAAGACCAGAAGAGGTAGCTGTGACTGGAGCACAGTGAGACAGGTCTGAAAAGAAGAACAGTAATCTCACATTTATCTAGAGCTTTGGAGAATGCAAAGCGTTTCACAAAAATGTCACTAATGCATGTCATTGTTGACATTTTAATTGCTATAGATGGTACCTATGCCTCTCATCTCTAGATATCAGTTTTCTCTGTTTAATTTTACTATGAATCGTTAGAATATTTCCTTGCTTCCTTCCTTCCTTTCTTCCTTTTTTTTTTCTGACATAGTCTTGCTGTGTTGTCCAGGCTGGAGTGCAGTGGCACCATCTTGGCTCACTGCAACCTCTGCGTCCAAGGTTCAAGAAATTCTTGTGCCTCAGCCTTTTGAGTAGCTGGGATACAGGCACTTGCCACTATACCCAGCTAATTTTTGTATTTTTAGTAGAGACAGGTTTTCACCACGTTGGCCAGGCTGGTCTTGAACTCCTGACCTCAGGTGATCTGCCTGCCTTGGCCTCCCAAAGTGCAGAATATTTCTTGATTTGAGGAATTATTTGGCTCAGTACTTATATATTCTTCAAAATTTTAAAGTTTTTCCATCGAGTCAGATTTTTCTCATGCATATCTATAGCCATGTTGGCTTGATGATGGCTCCTAAAACTTTATAGTGCTAAAAATAAAAATCACCTATTCATTACATATTGCAAAAATATCAACAACAATTAAGAATCACATTTTGGTCATTTGTAGGGTGCTCCTGGCAATCGTGGTTTTCCAGGCTCTGATGGTTTACCTGGGCCAAAGGTGAGGTTGCCCTGTCAATGTTGATACTTACGTGGGGGGTGCTCCAGAAGATGCCATTTTTCAGCACGGTGATCTAGCTATGGCCTGCATGGGCTCAGATCCAGAAAGGAGATGGATACAAATACCAGGCCTAACCCCAATCCTCTCTTGTGTAATTCCTGTATTAAGAGGCATAGGGGGGAAGGATGCTAGTTGGCGGAATGTGGTGACAAAATTTTATACGTTATATCAGTGCCTTGATTTGTATGTTATATTAGTGCCTTGATTTGTAAAACGATAATTTTACTTCTGCTTGCTTTTGTTTTTCTATACTCTTTTTCTTCATGCATCTGCTTTGCCTCGGTACAGGGTGCTCAAGGAGAACGGGGTCCTGTAGGTTCTTCAGGACCCAAAGGAAGCCAGGGGGATCCAGGACGTCCAGGGGAACCTGGGCTTCCAGGTGCTCGGGTAAGAATATAGCAAGTGTTTGCTACATCAAAGGGGAGAAGTGCTCCTGAGCATGCATTGGTCGGGTTTTTGTTTGTTTTTAAATTTAGTTTGTTTTTACAGTTTAGAACATTTCTTTGTTTTTATGGTTTTGATCCAATTCATTATTTTAAAAAATACTGGTTTGTTATTTTTATCATATATAGAAAACACGGTAACTTCTAGTCTCTCTCAAAGCAGTATGTATTAATAGCTTTATCACTTGGCATGAGAAAAAAATCCTGTTTGTCAAATTTTATAACTTGTTAGCAAGTAAAGAATTTATAAATATTTGTAAATATACTTTTATAGCAATATAGCAAATAAAGTAATTTTGGCAGAGAAATTCTGAAAAATTTTAACAATACATCACTTAAAAATTTATTTGATTTACAGAAATGTCATTCTATTCAGTTGACAAAAATGCAACACTATTTTTACTCTTAAGAATCTTTACTTCAACTGCATATCAGCAACAAACTGACAGTTGGTTTTTTATTTTCAGGGTTTGACAGGAAATCCTGGTGTTCAAGGTCCTGAAGGAAAACTTGGACCTTTGGTAAGTAATTTAAACAGAAGTCCACAACCACTAATATTTTTCAACAGACATGCAACTTAAATGATATTTATTTAGGTTAATGTTTTTGATTATATGGATGCTGGTCATATTGACATATTTGTACCAACTTCTGGAAGCATATTCTTAGGATCTATTTTCAAGTTGACAAAAATGTAGATCAAATTTTTACTAAGATAAATATTTGAGATTGAATTGCTTCCCTGCCTGACATCAGTGAAAATGTTAAAATGATATAGTTTTTAATGTTGGTGAAATTTGTCTATTAGCAATGTTCTCATTTTTATATCCTTCTAATTTTATATGTTTAAGAGATAAGTAGGTATGAATTTTGACAACTTATATATTCTAAGATCTTCCCTTGTTCTGCAATGTGAAATAGAAGTCCTGAATTTTCATTACCACAAACCAGAGTAAATGAAAGAAGAAAGATTTCCCCTATTAATATGACTGTCAGGAGACATCATGAGGAAGCTCATATCTAGAATAAGAATAAAATCTCTCTTCTAGTTACTTAAAATACTTCAGTGTTTTTTAAAAAACCCATTCAACTGTCCTGATTCTTTAACATGAAAATGCAAGATAATTTAAAATTTATGTAACATGATAGTAAGCAAAGGTGACACTTTGGGTGATGCTATGTTTAGAAACAACTTACATGAAACTTACATGGCTCCTGTCAATTCTATAGGGTGCGCCAGGGGAAGATGGCCGTCCAGGTCCTCCAGGCTCCATAGGAATCAGAGGGCAGCCCGGGAGCATGGGCCTTCCAGGCCCCAAAGGTAGCAGTGTGAGTACAGTGTATAATATGTTGGCCACCTCATCATGATCCTCATTTGGAGGAGGTATGTTTTTGACAAATTGAAGGAATTATACAAAAGTTTCATTTATTCTTTAGGGTGACCCTGGGAAACCTGGAGAAGCAGGAAATGCTGGAGTTCCTGGGCAGAGGGTAAATATACATTTTCTGCTAAAGAAAAATAATGTAGGTACTATTTAAATTATCATAGACTCACCTCACAAATATCTGTGTGTGATACTAGGGAGCTCCTGGAAAAGATGGTGAAGTTGGTCCTTCTGGTCCTGTGGGCCCGCCGGTATGTGATTTTTGTGTGTGTGTGTGTGAGAATATATATATACACACATTGCATTTTTTCGATGATGTTTGTTCAAGACTTATGGGTAAGTTTCAGGGAAAGTGAATAAGAATGTATGGGAATGAAGAATTTCTGTTATACCTTCTCTTTTGATTTCTGTGAGATAATGTCTTCTGCCTTTTTAAATATAATGATTGATCTTTTTACTTTAAACTTCTGTAAAACTCTGACTGCAAAGGTTTTTATATGTCACAGTTAAGGACTATATCAACTGAAGAAAACAGTGTGTAACAAATATTTTATAAAATATTTTATTTAAAATATTTAGATACTCAATTATTTACCTTCTCTCAATAATGCATCTTATAAAAATTTATGTAAGGCCGGGCATGGTGGCTCACGCCTGTAATCCCAGCACTTAGGGAGGCCAGGGTAGGTGGATTACCTGAGGTCAGGAGTTCAAGACCAGCCTGGCCAACATGGTGAAACCCTGTCTCTATTAAAAATACAAAAATTAGCCTGGCATGGTGGCATGTGCCTGTAATCCTAGCTATTCAGGAGGCTGAGGTAGGAGAATCACTTGAACCCGGGAGGCGGAGGTTGTAGTGAACCAAAATTACACCGTTGCACTCCAGCCTGGGTGGCAGAGCAAGACTCCATCTCCAAAAAAAAAAAAAAAATTATTTAAGGTATTTTTTAGGACATAAAAGGAATAATACTTATTCTTTGAGGTCTATTTTCATTTTAGGACTTTCAAATGAAGTGTTTATCCGAAATATTTTGGCATATTTTTTTGGGGGGGTGGGGCAGTTTAAATCTTTCTAAAATGTTAGCTTTGCTTTCTTTAGTCATTCTGTTTTTGAAGTCTTGATAAATAATTCTTAAGACATTCAGAAATAAACTATAATAAAAATATTATGTTTTTAGATTACATATACAAAAGTAATGGGTTTTCCTATATTCAATCCAATTTCCCCATAAGTTTACAATTGGCTCCAGACATTTAAGTTTGGATCAAAAAATAAATACATGTTATCAGTTACTGGCTTTAGAAGATATTTTCTCACCTCCAGAGACTTCAAACAATACCATTTGGTTACTATTAATACTAGTTTATTACCTGGCTAAAGAGAAAAACATGTGATTGGAAGAAATACAAATAAATATCAGTACTTCTAGTGGTTCACGTAGAGAGGAAGCAGACAAAGATCTGGTTATATTCACAATTATTTTCTCCTTCACAACTTAGGGTCTAGCTGGTGAAAGAGGAGAACAAGGACCTCCAGGCCCCACAGGTTTTCAGGTATGCACTAATTCGGTTTTCCATTTCATCTTCCATTAACTAAAATGCTTTTTTTTTTTAAAAAAAAAGATATGGTCAGAAGATTTGAAATTCTACAATTTTCAAAAAGTCATCCCTCTTTTAGTAGATAGTATAGACATTTGGATAAAATCGAACATTTTTGTTCAAAGTAAAGGAATGGGCTTCTAAAAAAACTGATCAAACCTGCAAATTATGAACAAAACAAATAAAAAATAACAAAAAAGTAATAAAAAGATATCAGGAATAAAATGTTTCTGATAGCTCAACAAAGTTTATGAAACCATTTTAAGGCTGATTTTGTTTTATCGGCACAGTGACTAGAATTTTTTATTGAACAAAGTTTCATAATTTATCTACATATATCAGTATGTACATTATTTAATAGGAGGAAGATCATAATTTGTAAAAAAAACTTTCTGGACTGACTTTAAATAATATTCTAGCAGTCTAAAATATTGTTCACAGAGCCATAAAAACTCTATAAATATGAAGAAGCTCCTGTTACATTATCTCTTTTTTTGCTAAGTGGTGTGCAGATGAAAATACAATCCTATAAATTGACTAGCTGTTGTGTTTTATTGGTAGTCTTTTTTTAATGCTTCTGAACAATATTTTTTACTTAAAATGTCTGAACAATATATTTTCATTGAAAATATAGTCTTGGAGACCCCATGAATTGTAAAAGGTAAACTGTTAACACTGGTAGCCTGTTAAACTTACACAGATTCACAATTTTATTTTCTTACTTTTGTTTTAGGGGCTTCCTGGTCCTCCAGGGCCTCCTGGAGAAGGTGGAAAACCAGGTGATCAAGTAAGTGTTTAAATAATAATAATGGCAACACTATACATTGCTGGCTCAATTATCACTTTTTATGTGTGAGGCTCTGTTGTGCTTTCCTTTACATACATTATCTCTTTGAGTTCTCAAAGCAGCCCTATGTACTAGGTACTATCATTATCTCCATTTTGTAGATGAGGAAAATGGGGCATACAGATGTTAGATAACTTTCCCAAAGTCACACAGTTAATAGATTTGAACCCAGGTCATCTGCTTCCCAAGATGTGTTCTTAACCACTTTATATAAACAGTTATGGACAAATACTAACAATTTTATTCTGTCGTTTTCCTGGCTCATAGATTTATTTATTTTTCTTTGAATGATTCATTTGTTCATTTAATCATTTAATAAATATTTGCTGAACACTCTGTGTGCTTGCCTCTACAAAGCACTGGCCTGAACCAGCTGAACAAAATGGATTTGGACCTTGCTGTCCTTACAGTATAGTAGGATTCAGAGAGTATAGGACAATTACAATAATAGCATGCTCTAAATGCTATAATAAGGGAGGTACTATGTTTATGGAAACAAAAAAGATGCACCTAAATAAGACTTGGGGGTTTTAGGAAAGGTTTTCCAGACAAAGTAATATCTTTTATGAGATCTGAGAGATGAATGATGATAATGATGAAGGAGGGAAGATAGGAAAAACCTCCAGGAAATGAGACAAGCTTACAAATCAGAGTGGGTAATGTAATTTGGGGAAAATAGAAAGGGGGCTGCAGGGTGACTCAGGGGCCTGATTATGGAGGGCTTTAATTTGATTCTAATTTGTTCTTCATCATTAGAGTAATGGGAAGCTAAGGAAGAGTTTTTAGGCTGGGCACAGTGGCTCACACCTGTAATCCCAGCACTTTGGGAGACTGAGGCAGGTGAATCACTTGGCATCAGGAGTTCGAGACCAGCCTGGCCAACCGTCTGTACTAAAAATACAAAAATTACCTGGGCATGGTGGCACATGCCTGTATTCCCAGCTACTTGGGAGGCTGAGGCAGGAGAATCACTTTAATCCAGGAGGTGGAGGTTGCAGTGAGCCAAGATCATGCCACCATTGTACTCCAGCCTGGGTGATAGAGCGAGACAACGTCTCAAAAAAAAAAAAAAAAAAAAAAAAAACCAGAAAAGAAAAAAGAAGGGTTTTTAAGGAAGGAGTAATATGATAAGATTAGGGAGATCAGGCCACAGTGAGGACAGTCCATTTCGGAGAATAAGATTGGAGGCCTATTTGATAAAGTTATCTTTATCAAAGAAAGAAATTTCAAATTGACAAACTTTCTTTTATGTAAGAACAAACAAACTTTTAATTTAGACATGACTGCACTGGTTTGAATGCACAATACCTAGTAGAGTGCTTTGTCCATATTATAGGCTCAAGAAAGATTTACTTAATTGAGTAGAATTGGATTGGTTCTATTTAAAAGACCAACTCTTTAGCCCTTTTTATATAACTTTTCTTTATTTAAACTTTTTCATCTTCCATTAGTTTAAAAAAAGACATTTAGCATGTATTTTGTTGCCTCTAAAAAACTAATGCTCTATCTTTGTGAAATAGTACTTTGCATGTTCTCATTGCCAAAAATCAAACATTCAGGTATAATACAAAGTTTTTTGGAAAAATGTTTTCATCTAAAACATGTAATATTCCCTCATTTATAAAAATATACGTACTTTTCTTTCTTTAAATTGTTGGCTTATGCAGCCTTCTAATGGCACATTAATAGAAACTAGGTGTATGAACTGGAAAGTTTTCTGATAAATGCCTAAACTCAAAGCTCTTGTTCCATTAAAAAAAAAAAATGTGTTTATAGGGTGTTCCTGGAGATCCCGGAGCAGTTGGCCCGTTAGGACCTAGAGTAAGTATTTTAATCTTCATGATTAATGTTGTTTCCCACTGGCTTCAGTTTTAAAAGGTGTCTTTTAAAATCTTAAACTGGGATTTATTTTAACCTATAAATTCTTTGACTGGATAAAAATTAATTTTATGAGAAATATTTTGTGCTATGAAACTAGCATATCCTTACTTCAAATTTATTTCTTATCACTAAATTAGAAAATTGAGATTTAGTAATGTCTCATTTCTGAATTTTTCCGCAGTAGAAGCCATTTCTCAGAAACATTTTGACCTATTTTTAGATCAAGTATTGAGATTATTTGACATCCCAATTTTGTGCTAGGGAGAACGAGGAAATCCTGGGGAAAGAGGAGAACCTGGGATAACTGGACTCCCTGGTGAGAAGGGAATGGCTGGAGGACATGGTCCTGATGGCCCAAAAGTAAGTGTCATAGTGATCTCAGTGTTTTAAAATGCTTTAAAATTACTGCTTAATAAACGCATGATGGTGTGAGAATGCATTTGTCTTGTTTTTGAAAGATAATTTGATTATATCATTTTCTTCTTCCACAAATATTTAATGAGCGCTTACTAGGCTTTTTCCTTGCAACTAAAGTGTCAGCTAAAAAGAAGACTCTCTTCTTTGATGGGGATTGTAGTTTAGTGCACATGGTGATAGACTTCCATATACAAACACATTTCTAATGTTTATGTACATTTTATTAGTGGCTTCTATGAATAAACAGAGGAAAGAAATAGAAAATTACATAATTTATTAGGAGGCTTTTCTAATAATATGCTCCATTTTCCTTGTCTCAGGTTTCACAATTCTGCTTACTACATATGTGAAAATATGGAACTTTTAAAATCTGAAAATATAATGCATCATAAGGCAGAAATGTGTGCCATTTAGTGATTGGTAGAAAATAATGTGGCCAACTTCAGTATAAACAATTGAAGTAGAATTTTTCATGGTCATGTGACATGAGACCCCTTATTATTTTCAGGGTTTAGAGTGATTGATGCAGTCTACTACAATTTAGACACTATATTAGCCTGAAAACCAGGTTAATATCAAATATCAGTTTCATTAAAGAGAGAATGAAATATTTCTCTAAATGTAATGTCTTTCTTTCTTAATATATTCCATTATGTTGCCAACAGAGGGAAAAAAAGGCAACTCTATCCTTTTTATTTGAAATAGCGTTCAATTGCCTCTTAAGAGAAAAGTTAAAAATATAAAGCAGCAATCAAAAACAAAATCTGGTTTTTTTAATTTCAAAATATCAACTCACTCAGAGACAACTTTCTCAGATGAAAAATATAAGCACTAAGTTGAACTACATGAAATTGCTGACAACTACTTTTGACCCACTAAAAAGCAATTTCATTAGTTTAATCTTAATATTATTGGTATGGTCACTTAATGTTGGTTCATTTTAGGGCAGTCCAGGTCCATCTGGGACCCCTGGAGATACAGGCCCACCAGGTCTTCAAGGTATGCCGGGAGAAAGAGGAATTGCAGGAACTCCTGGCCCCAAGGGTGACAGAGTAAGTCCTTTTTTTTTTTTTTTTTTTTTCAGTTCATTTATTCAGACTTTCTGCTGAAAATGAAATGATTTCTTGAGCAGGCTTTTATTTCTACCATCCTGAGTCACTAGTCATTCATTTTTCATTCTTCTAATAAACATTTACTGAGAAAATGCACAGTGTGAGGCACCATCCCAGGCTCACCTGGATACGACTAGGAAAATGACAATTAGCCTTCACTCTCATGAAACTTACACACAAGTGTGGGAAAGAGACAATTAAATGAATCAATTGTATTTTGTGTGTTTTCCCAGGGTGGCATAGGAGAAAAAGGTGCTGAAGGCACAGCTGGAAATGATGGTGCAAGAGTAAGTGAAAGTATTCCTTTTCTAGCTGGGCTAGGAACCAACATTACAGTATCATATGAGTTTCCCTGAACCTTCCAAAATAAAGTCAGTCATGTTTCCTTGGTAGTCAGGAGTTGGAGAATAATGGCATGTGAGATCTGCTGTGATTCAACCACGGTTTATTCATTTTGCTTACCCTGAATTAAATGAAACTTAAATAAAAACATATTTATTGTGCCTATGAGATAAGTGCCTTAAGGGGATGGGGGCCCTCTTTATCTTTCTCTATCATCTTTTTATTTCATACACAAGGTTTATTTCTGTTAAAATGCTAATCTAGTGAGCTGGCCAATACTTCATTCCAGCATAGACAAGTAGAGCTTTGTGGAGTCACCAAAGTTGTGATAAATGTTTCTCAGTATATTGGATGTTGGGGTGAGAAATTTACTGCACAGTGAATCGTCATTAATGTTATCATTAATAAACAGTTTGAACAAGCAGAATGTCCAGAAGGATGGTCAACTGCAAAGCATTGTTTAATGTCATGTCAGAAATTGACATTTAACAAGCGTTAGGTCTTTGAAATTAGAATGCATTTACAATTCCAAGGACAATCAGACTCGAAGGACAATATATTTTCAGACATAAATGATTTCCTCATGTAAGAGTGGCTAGTCACAATGGCTTAAACATCCATCATTTTCTGGAATAGTACCTGATATTTGACTAATGATTTCTGTTTCAGTATGACATGGTTTGCTGTTAGTTGTCATGTGTGCCCTGGCAATTACAGTTGTAACATAATAAAAGAGAACTGCTATTTGGTTCTGCACATTGAGTCATTGTTAATACATTGGTTATAATAGCTTTAGATTAAGGAAATATAGTGAAATGTAGTAGAAAATTTTCATCTTAAGGGTAATTAGTCCTTTTTATGCAAATTTAATTAAGGATGCACCACTTCTTTTAACAAATTATGCACAAAAGATACACCTTGCCTTTTAGTTAAATCTAATATTTAATTTAATATTTCAAAAATAGTCAAGTAAATCTGGCATATTTTTAATATTTTACATCATGGATGTCCTGGAATGCATAAGTAGTGCAGTACTATTTATAGGAACGATGCATTGGCAGTTTGTTTTAAGGGAAAATCTAAAATACATATCAATTGTGCCTATGAACTAACTTTGAAATTGCAATGTGATAGGACCAGGATGTAAGCAATGACTGCTTTATTTTTAATGAGGACACTACATTGTTGCAGGAAAGAAGCAGAGCAAAGCACTTACTGCAATCTCATAGTAGGGAAAAAATGAATAACATGTTTTCTCTGTATAAAAAATCTATAAACATAAGTAATGAAGTGATATTTATATTTCATCAAATCCTTTAAAGAAGTATATTACATAAATTATTGGAATGATATCATTCCATTGTAGATCCAGAGACTATAAGAACACAGATTTCTTATGTTCTTGTCAAATCTATAAAATTAAAGTCATTTTTGTTCCTTAAGTTTCTTTAGTTGTACATACAGAAATTAAACGATGAAAGAATATTTGGGCTGCATATGAAGAGGCAAGACACAGTTATAAGATAGAGAACTTGTTTTAAAGAGGACTTCAATATTCCCACAGTTTCAAGTTTGTGATTACCTGTCAAGAAGACTCAGGTTGTGTCCCCATGTGTTAGCTGTACTGTCCTCTAAGTGTTAGCTCTCCTATGCCCATAAATCTCAAAGTAGCTGGGGTTTTAGGCTGTAAACTTTAGCTACTTTTCCTTTTCATCTCAAAAGAATGAAGAAAACTGGCTGGGCGCGATGGCTCACGCCTGTAATCCCAGCACTTTGGGAGGCTGAGGTGGGCGGATCATGAGGGCAGGAGATCAAGACCACCCTGGCTATGGTGAAACCCCGTCTCTACTAAAAATACAAAAAATTAGCCGGGTGTGGTGGTGACAGACGCTTGCAATCCCAGCTACTTGGGAGGCTGAGGTAGGAGAATGGCGCAAACCCGGGAGGCGGAGCTTGCAGTGAGCCGAGATGGTGCCACTGCACTCCAGCCTAGGCGACAGAGCGAGACTCCGTCTCAAAAAAAAAAAAAATGAAGAAAACTAAGTCAGGCATAGTGGCTTGTGCCTGTAGTCTCAGTTACTCTGGAGTCTGAGATGGGAGGATCACGTGATCCAGGGCAAGCGTTCAAAGATGCATGTGCTGTGATCACATCTGTGAATGGCTACTGCACTCCATTCTGGGCAATGTAGAGTGGAGACCCTGTGCCAAAAAAAAAAAAAAAAAAAAAGGAAAAAACACCTAAAATGCCTTAACACAATTTCAATTTTTAAAAGTAAAAAAGTGATATTTTGCTATTATAATTTAAGAATATAATATTATATGCAAAAGAAGGAAAGCCTCTTTTCAATTTGTGGTCAAATGTCCGAATAAATATTAGCAAAGCTAATTATGCTAAGAAATAGAAACATTTTTGTAGCTTAGCATTAATGTAGTGCTAATGCCTGAAAACAGTTTTATGTATGCATGAATTAGGTTGCATGAAAGAGATTAAAACACTGTGTGGAGAAAATATGGTGGAAATGGTATTAAACTAGACAGAAAACTCTTGAAAATATATAGATTATATCATTTATTATAGATAATGATTTGCAAAGGCAGCCAAATTATAACAAAATAGTCGTTTCTTTTTTGTTTGTTGATTTGCTAAGCATGAAGATTTCTGTGCATTTTTTACCTCAATATGCCTATGTTCTGTTAATTGACAGGGTCTTCCAGGTCCTTTGGGCCCTCCAGGTCCGGCAGGTCCTACTGGAGAAAAGGTAAGTCACAAGTTGTTAATTTGTACACTCAAAATTATGAGTCCTGAATAGCAGGCTCTTTCATAAATCTTTTCATTTTATAACATATGGTATCTGAGCAAGATCATTTCAGAGTTCTTTTCCACTATCTCCTCCTACACAGTGACCAATGTCCTAAAATTATGTTTAGCTACTGTTTTGGACAGTAACCATCTAAAATCTGCTTTCTAGGGTGAACCTGGTCCTCGAGGTTTAGTTGGCCCTCCTGGCTCCCGGGGCAATCCTGTAAGTGACAGTATTTTGGTGTTCTTTAGTGTGAGATTGAGCAATAAAACAATTAATCATTTTGTTTTTATATTTATATAAAACAATGCTTATTGGTTTTAGGTTATGTATAACTTCCTGGTTTTTAGCTTTTGCTTTTCTAATTAAACTTAAAAATTATCTGCTATACAATCTATTAAGTGTAGTTAGGCAGCTTGTTTACTAACTAATTTGGAGGCTCCTTTGAGACTTCTGACCTTGGGAATTTTGTTCTATGACCTATATCTTTATATAATCCTTAAGGACCTTCCTTAAGCAATATGTGTAATTTTTCTATATTTACATGTCTAACTATCAGATTTATATGATCATATTTTAAAATACTGTTCCTGTTTAGGATAATGTGTGAAAGCTACAGTAATCTTTGTCTCCTCCTAGGGTTCTCGAGGTGAAAATGGGCCAACTGGAGCTGTTGGTTTTGCCGGACCCCAGGTATAATTTTCAAATATCCCTAATTTACAAATAAACACTTATCTTGTTATAATAAGTTTAATGATCATTGTCATATGTTTTGAAGTCGTATTCTGGAAAATTTACAGTTTTCTAGACAATATTCTCATTTTCAATACATTTTTTTATAGACTGGCACAAAACTTGTTTGTGCTAGTTGAGCTTCTATAATTATTTGTTAAAATAAAAATGCAGTGGGATAGCTTATTTTTTAGGCTGTTTTGAAAGATCTCATCAGAGTACTTTTTTTCCTTTAGTATGCTTTAATACTGATTATAAAGCACTGTTTCACAATATATGATTAATTGATACATTAGTAATAATTACTCTAAAGTAATTTGTCTATAAGTCTTATAATCAATTGCTTGTTTGTATAATTTTTTATAGGGTCCTGACGGACAGCCTGGAGTAAAAGGTGAACCTGGAGAGCCAGGACAGAAGGGAGATGCTGGTTCTCCTGGACCACAAGGTTTAGCAGGATCCCCTGGCCCTCATGTAAGTTAACAAGAAAAAGGCATAACTTGAGTCAAGTGCCCCATGTTTGGAGTGTACATTCAGCCTCTTTTGCTTCACTATAGTGCTCTTTTGTTTGTTTCTATTCAGGGTCCTAATGGTGTTCCTGGACTAAAAGGTGGTCGAGGAACCCAAGGTCCGCCTGTAAGTTTATTTGATGCTCTGCAAAGTATGCACAGCTAATTCTAGTTACCTAGTGCTTCCTGGTCATGTAAAAGATAATTTTCATCTGAGACTGAAATAACAAATTATTACCTGTATCAACTGTACTATAGTGCAAAGGGCACTTAACTCAGATGGAGATTTGGGTTAAAATCAAGTTTGTAATCTTGGAGACCCAGGTGCCTCACCTGTAATGTAAGTAACATACTACCTATATAAAAGAGTAAATAAACAATGTGAAAGCACTTTATTTAATTTGATTGTATAAAATATCAATGTGATTCTAGTACTACCTGCATGGAAAAAGGAAAATAGTGCCCTTCCTACCAGTTAATCTAGATTAATTCCCCAAAATATGGGATTCGTACGAAGAAAAAAAAATATTGCTTACAACATGAAAGGAAATCTAAAGGCTTCAGTCTTCCTGTGAAAAAAAATCCCAGGAAAATACATGTAACTAATTTATATTACCTTAAAAATTGCTTATATGATATTCTGGTTCTAGGGTGCTACAGGATTTCCTGGTTCTGCGGGCAGAGTTGGACCTCCAGGCCCTGCTGTAAGTCAACTTAGTGAGACAAGTCACTGATAATGAAATAATTACACACACACGTATACATTTGAGTTAAATTTATTATTTTATTTAATTTCTTAATGGTATGTTTTCTTATTTAACAACTCTTATTCCAATAATGCATGCTGGTATTTCAGCAAAGCAAATCATCCTTAATAATCTAGTATTTCTTGGAGGAGCTAATTTGCAAGTTCTTTTTAGCCCCAATGTTTTATTATTATTCCGTTTAAATACTGAATACTTACAGTATTATGTGCTAATAATCATTCTCTTCAGTTAAGATGCAACTATGAAACTTTCTTTAATAAATGTCATTCATTATAAGATCAAATCATAAGAATAAATAATTATCTCAGAATAAAGTATTATATATTCATCATTGGAGTGGAGCTTTAAATAAGTTTGAAAATTCAAGTTAGTTGCACCACTCTTTAAAAATTATTCAAAGGGAATTGACTGCAAATGATATTTAGTTTTCCCCCTGGGGAATGAATCTACAGCTGTGTTTTCTTTTGTTTTGTTTTGTTTAAATCCTATAGAATGACTGATTATCTAACAGGTAAAATGAACCTGCGAGGCTTGGACATCTGCATCTGAGGCAGACAGCGTTATGTCAATCACTCTTACTTGCCTTCCATTTTGCCCTCCTTGGTGTTTCTTTCTTTGTTATACTAGGGAGCTCCAGGACCTGCGGGACCCCTAGGGGAACCCGGGAAGGAGGGACCTCCAGGTCTTCGTGGGGACCCTGGCTCTCATGGGCGTGTGGGAGATCGAGGACCAGCTGGCCCCCCTGGTGGCCCAGGAGACAAAGGGGACCCAGGAGAAGATGGGCAACCTGTAAGTTTGGCGTATCCGTTCCAGACCACCTTCAACTGAGATATTTACAAATAGAAACCCATAATGATCAGTGTCACAAAAATGCTTAAATATTATGCTGGGCACATTCCTAAAATTTTTAAAGTGCATTAAATCTATAAGGCTTTAGGAAAAACGTGTATATATATAGATTTTAAAAATAGCAGTAATAGATATGGTATCTAAAAACTAAACCCAAAAAAATTATTTGTTAAATGTTCATTGTGTATGAATAACTTTAAAAATATATGTATATTATATTTTATATGCAAATGCCTTTAAATATTGTGTTTAGATAACTCTTTTTTCCTTATTGTTAAACTTTCTTTTTGTCTTTTTATAAAGAAGAAAAAATATTTCTCTGAAGTTACCTCTTTTATTGAGTCAGTATTCACATTAATCTTCAGTTTCTTTCCAACGGATGAGCTGTTTTCACCTTTAAATAATGTTAGAGGTTCTGTGCGGATTACAATTTATGACTACTCATATGCAGTATGATTTTGAGAAACAGAGAACTTCTTTTTCATACTGAAAAACCTGTAAAGCTGTACCCAACTTATTGTAAATTCCTTGGGTACAGTTTTACCCTGGATAGTTTCTGATTTTAGTTTGTCCTCAACATTAGGGTCCAGATGGCCCCCCTGGTCCAGCTGGAACGACCGGGCAGAGAGGAATTGTTGGCATGCCTGGGCAACGTGGAGAGAGAGGCATGCCCGGCCTACCAGGCCCAGCGGTGAGTAGCTGCATCGGTCAATATTTTATCTCATATGTGCAATACAAATTGTTTAGAGAATTGATTTTATTTTTTTTGCTTGATGAATAGATTTAAACAGTATTGTAGGGACATTAATTTTTGAGTCTCTTAAAAATCTTTTGATCTTAAATGTCAAATTCTTAACTACCTTACAAAGTCTTTGAAAATATATATTTGTTTAACCCTGAGACTAGAAAAGTAGGCAAATAAGGATATGGATTTTTGGTGACCTTTAAATCCTTCTTCAAAGATTAAAAAGATCCCGGAGCTAGAGGAGGGGGATAATCTTCTGGTGAATAGGTAGTGTCTTTTTAAGTAAACATGCTTAACAAAAATACCATATTTTACAGTAAACCATCAAAGGGAAGACATAGTTGAGCTAAAGTAATATTTGAGGTGAATGTAGGGGGAATGCTGAAGAAGGATCTGAAGGTAATCTCCTGTTCCCTGGAGGGTGCTTTAGGATTTTATATTCCCTGGAGTATGGATAAAAGTTTGATTCAAAGTTAGCTTTGAAGAGACTAAATTTTATTGCTAAAAGATTACAGTGCTTGAAAAAAATTAATGATGTTTTCATATGGAATGTAGACAGAGAGATGTATGGGATCTTAGAACTGGGAGACATGTGGGTTGAAATATGAAACCAACAAAGTAGGAGCTAAGGGATGTCTTATTGTTATCAGAAGTGAGCCAAGAATGTGAAAGTAAAATCTCTCAAGAGTGAGATCAAAGTATCAGAATATAGAAATAAAATGAACAGACAAAGCAGAGCGGGGAAAAAGGATGAAAGTGATGCAAATTCCAGAAGGGCAGCTAGAATCACCTATGGTACACATGATTAGAACCCAAAATGCACACCTGTGCTGGTGGCAACAGATGGTTGGTTTTTGGTCCCTTAGATACGTCAAGAGGAGTCTGATAGGAGGTGGGCAGGCCTCTAAGAAAGCATTATGATTACATGAGTGTTGTAAGATAATGCAAAATTATTATTATAGAAGGAGCCCAGAGGCACCATTTTGAAAACTTAGCCTTTATGGGAACTAGCGTTCTTCAATTTCTTCACAAGTGTTTGACATTTATACTTCTATTTCAGGGAACACCAGGAAAAGTAGGACCAACTGGTGCAACAGGAGATAAAGGTCCACCTGGACCTGTGGGGCCCCCAGGCTCCAATGGTCCTGTAGGGGAACCTGGACCAGAAGTGAGTACTACAGTGAAAATAACTCTTCTCTTGTTATCTGGTGTCATGGAAACAATTTTTTTCATTTAGCAATTGATTTAGAATTTTATTGCATATTTGACCTTAAGAAAGTTTCTTAGTAATGTTATTTGATGTACTCTACTTCCCTAGAGAGTTGGCTAAGTGATGACATAAAGAAAAGGTAATAGGATCGGTGTCTTTGCACTGACCTTCATCTAGTCTGGAGCTAAGTATTTTAGTTCATTTAAGCTGTTGCCAAACTGTTTTGAGGGTGAAAGGACACATCCATTCATCTTTCCCTTGTTATTATTTCATTTTGTAATGACATATTTATCAAAATTGCCAAGTTTTTTGGTGATAGGATTAATATAGCTATTCCAGCTTGTGAAAAGGGCAAAGTTAGTAGAGATCATTTTACTTAAATATCACTATAAAGTAACATAATGGATATCATGTTCCTTTAGGCACTTTTGGGAGGAAATCAGTTTTTGATAGGCAATTTGAGAAGTTAAAGGCTGGAATATCCTCTGTTCAGGATTTTAAGGAGTGAATCATCAAACAGTTAATGTAACATTTTATTGAAAGAAAGAATCAATAGCCTTTGGAACAATTTTTGATCAAATAGCAAAGACATATTTATGAAAAAAATCACAATAAAATAGAAAAGGAAGACTATTTCTTAAAGTAGTTTAATATTGAAACAGTTATTTTATTTCAAAACTTTAAGGATATTTGAATAATCTTAAGAAGTAAATGTAAGAAAAGCCTTTCATTGTTAATACAAGCAAAACATAAAGTGGCAAGAATGTAATTGTTATCTATTTCAAAATATTTGTGGGTTTTTTGTTTTTCAAAATAAGAAATATAAATGAAGAATATGGATTAAGTAAGAATATGTTAATTTTACAGTAATTCAAAATAATGAAAAAGAGGTAGAAACCGTTCTTCTGCTGACATTTGCATAAATGCTAACTGACAGTTTATAAAACACAGGTGTAAAACATGCTGTCATTTTTTGACAATTGGAATGAGGATTTTTTTCATTACTCAGTTAAGTAGTTTTTCAAACCATTATTCTTTATAGGGTCCAGCTGGCAATGATGGTACCCCAGGACGGGATGGTGCTGTTGGAGAACGTGTAAGAGCCATTTCACTTATTATAAAATCTAAAGTCATGCAAATCTGAAATCTTTTTAATTTACACTAAAAACTGTCATTTTTCCTGATAGTTCCAATACACTTCTGATTTTTCTGAATAACAACTGTTTCTGTAAAGCCATAATTTTTATATCTTGTAAATGAAATGATATTTGAATATGCAACAAATTAAGATGGTATTTTTTCAGAGCAGGAAGATAAAATTGAAGCCATCTTTGGTTTAACATAAAGGCTTTGGATGAGGATATATATGAAGTGTTCTAAATTTTAAACTCATTAACAAAAGCATGAAAGCCAAAATAGTGCTGTGTAATGTCTAAATTTTTCCATTCACCATCTAAAGTGAATGCCGTATGAGAATATAAGCCATGTGGCTTTTTAAACACTGTATATTCCATGATGTGTTTTAAATTAGAATGTGCTGAACTGAACATGTCCCCAACTTTCTCTGAAGCCCCAGTCCCTTCTGGCAGTTGCACAGTCATCTCATGCTGCTGAGATGGGCCACTGAAGGCAAAATCACTCCCCACTCCAAAGTCTGTTATGATGTAATTAAAGCTCATCATGTAGCAGAATGGGCTTTGGAGCCAGTCAGACTTGATTTGGAATATTGTTTCCCTAAGTAATTAGCTGTGTAATCTTAAGCAGATTTTCTGAACCTCCATTTTCAAATGCTTTAAATATAATTAATACATATGCCATTGGGCATTTGTATATTAAATGACATGTTTAAACACTCCACTACAGGATAGACACTCAACCTCATATTGAAAAAAAAGGGGAAGAAAGGATTTGGAGGAAGCTTGGGCTAAGTCCCGCTCATCTACTATAATCCACAGACTGCAAATTCTCTTGGCAACTTGGGCTTTTTCCTTTGTCAATATATACTATATAGTGCAACCATCTTCAAAGGTTTTGCTGAAGTAATTATGAAAATCGGTAAATCTCTCTACTTATTTTAAGTTGCCATCGCCCTTTTAAAATCACAAGTTTAAATAGTTGCAAAGGAGGTGATTCCTGGTAAATTCTAAATGTACAAGTGCTTTAAGTATTTTTTTTTTTTTTTTTGAGACAGAGTCTTGCTCTGTTGCCAGGCTGGAGTGCAGTGACACGATCTCGTCTCGCTGCAACCTCTACCTCCTGGGTTCAAGTGATTCTCCTGCCTCAGCCTCCCCAGTAGCTGGGACTGCAGGCATGTGCCACCACACCCAGCTAATTTTTGTATTTTTAATAGAGACTGGGTTTCACCACGTTGGCCAGGATGGTCTCGATCTCTTGACCTCATGATCCGGCCGCCTTGGCCTCCCAAAGTGCTGGGATTACAGCCCACTTTGTGAGCCACTGTGCCCGGGCAAGTATTTTTTTTTTTTTTTCAAAACCTTGAAGTTGCCAATTCAGCTTATTCAATGTATTATGTGTCTGTTCTATAACCTAATTGCCAAAGTTTATCTAGGTTGATAAATTTATCAGTCAAATAAGACAATTTTTTGTCAGAAAATACAGTCTGACTCAATTTTTCAAGTCAAATATTTATGTTTAGACATGTTCATATAACGCTTATCTCACCTCTGACTTCTTAAGGAGACAAGTAATATTTGGAGCCTTGTCATAATTGTGTCATCTGGATAAAATAAAAAGGAGCCTCTTTATTTTCCAAATCCTTCGTAGCTTTATACTCAAGTAAACTATGCATTCTGGAAAAGTCCCTTAGTTCAGTGCCTAGAGGTATTTATTCCTTGGGACATTGCATCATAATAAGATTGCAGATGGTATGATTTCTGCTTTTCTTTTACAAAATGAGAGAAGGTGGATTATTTAGGGGAAGTAAGGAAGGATAATCAAAATATAGTTTTCTGAAAGAATACATAAGGAGAGGAAAATCTAGAAGGTGGTTTCCTTAAAATTTTCTTTGTTTTCACAGTCTTTGGAAAGTCTTTGTGTATTCCAAGTATACCAATATTCCAGCTTAAAGATTGGTGCTCTAGAAAACATGTTAAATTCTGGAGGTGATCACTCCTATACTCCAATGATCTTGACGTGCGAGCAATAGGGAGTAGGTGAGGGAAAGGATGAGACTTGAAATTAGGAAGAAATAACTTTATTCTTTTCAATTTGATTTATTAATTAATAAATATAAGTAAAATAGTTAAAATAATAAGTAAAAATAAGTTTTAAAGGGTATTTTTTCCCATTATTAATACTATAAGAATAACATGAACATATGGAATATTGTTGTTTTAGAATAAATGTTAAAAAATAATATCATGGTTATTCTTGTTAGGGTGATCGTGGAGACCCTGGGCCTGCAGGTCTGCCAGGCTCTCAGGGTGCCCCTGGAACTCCTGGCCCTGTGGGTGCTCCAGGAGATGCAGGACAAAGAGGAGATCCGGTAAGGAGGGAGTCAATTTCACACTGACAGTTTTGCACACCCATATGCTATGTTATAAGCTGCATATAGGCACACACACATAGTCATACATGTGCACTTCGTTAAGGACTCTAAATAATGAATGGTAAACAGCTAATTATGAACTACTATATGTTTCTTAGTCTGAAAGGCAAAATTTCATTTCTAAGAGGGAATAGAAGATACTGATGCTTTGACTTCCATCATCTGAAAATGCTGTAGTTTGAAAATGTAATAAGTATGCATCATGTTAAATGTCAATGAATAATGTCTTACTGTATTCAACTAAGGTGATACTTATTCAATGAAGTCAATGAATAAAATTGACCGTAAAAGTGTCATTGAAGTTATAGTGACCACAGTCTTATCTACACATGGACATTTGCCTGATTTCAATTAATTAATCATAAGAGTATGCACACACACACACACACACACACATATATATATATGCATCCAACTATAAACGTATTGTTGACATCCTGTATCTATGTAATATGTGAATATCTTTTTTACATGCCAATTTTTTTTGTTGTAAATTTCTTTTAGGGTTCTCGGGGTCCTATAGGACCACCTGGTCGAGCTGGGAAACGTGGATTACCTGTAAGTTCTCTTTTTTTGTTTTTTAAAAAATGTTTTCTTATATAAAATATACTCCCAAAGAAGTATAATTTAAGATTCATAACTGAAAAATATGAAATTCCTCAAGCTTGAACAAAAATATTAATTAAAAATTATAAGTTTACTCTTATTTTTTAAAGTAATACGAGTTTATTTTTATAATTTTAACACAATTCTTCTGAATTTAACCATGAATTATATCAATAATCATGGAGGTTTTTAAAGTCACAGGTTTCTCCTAAAATAATAGGAATTATAGTGCATTTCTCTCTGAGCTATTCTAAAAACTACATAGGAAAATGGATTTGAAAGCTCTCTGTAAACTTGAAAAGCACTATTCAAATATTATGTTTCATTTTCAACTAGATTTTTCTTTCTATGTTCTGATCTTTGTGCTATTTGCAATCAGTGACTTTCAGGTTAACATTATTATATAGATGTCTTACCATGAATGAATCATCTCATGTGTAATCTAATAGGTCATATGCTTTTCATGCCCATCAGGTAAATCAATGTCTGTTCTCAAAAAGAACAATTATACTTTGAAAATCATGGCCATATTATTAAATAATTCTCCTCTTTAATTTGAGCTTGACTGGCAAATATTTTATAGTTGCATAGCATGTCAAGTGAACAGTGTTTTGAGCAGTTATAGAAACATTGTAATTTTGTTTTCTATGAATAAATACATTGTAGTTAATAATTCAAATAGGTGCCTTCTGATTTAGTTTAGTTTTAATTATGAAACTTTGGGTCATCCCCCAAATAAAAGAACCTTTCGAACATTATGAAAAACTTCAGGCTGATTTTGATAGTATTTAAATTTATATTGTTATATAAAATATGCAAAAGCTACTGAAATCATCTTCTTTTTATTATAAATGGGTTCCTATACTGTATGATAATTAGGAAATATAAATTCAAAATCAAAACAATAAGGGAAAAATTAACCTGAGAGCCAATTGATTTGATGACTGCAGTCATCTTCCAAAGTCAGATAAATAGGGATTCAGTTATCTTTTGGGAAAACACTAAAAGCAACAGAATCCGGTTCTATAGTAGATGACTCTATGCCACTTGTCAGTTTACTGTGAACCACTCGTTCCCTGGAGCTGTTTTTAATTTCCCAGGACTTAAAACAAAACAAAACCAACACCACCACCAACAATAACAAAACATCTGAGATTGATCAGATAATTTTCACCTCTTCTCTGGGTATAGCTTCTATCTCAAAATAAGATCCCTAACTACGGCTTTCTTTGTAGCCGTAGATCAAGCTTAGCATCAAGATCACTGGATTTGGTTACAGATATTGCAGATATGGGATAACTTAGAGTTGCTTTGTTCTTTAGAGGAAAGTGGCTTAAAGATGATATTTCTGTTTAATTTGTTCAAGCAAGTTTTTGCCAATTTCTTAATATAGTTGCAGCTGTCATAGCCAGCTAGTTTATTTGCATATGTAAATTTAAAATCATTTCATTGTTACACACGGCAAGTATGAAATGTTTTAATTTAAAAGAATCTATATATGGTAGCAATATTTTTATATAATAATATCAACTAAATATGTGAAGCATAATCTTTAAAAAACATTTCAGATAGGCTAGATCAAACAAAAATATCTAATTTTAGTATGAATGTAAGATAAACATTTAAAAAATAAATCTTCAGAAAAGTATTCTTATTATATCTTTTTTCAGTGATCACCTACCATTCTTTGGGAAAAATAAACAGAAATTTCTAGGTCTAATACTATTTTTAGATAAGTAAATATATTAATCCATATAAAATACCAAGTTCAAAATTGTAGTAAATACAATTATAAAAAGTAAAATTTTAGTAAATTTTAGTCTCAACAATAATATGTAGCAAGTAATTTTCATGCCATATCTCTATTTCTAGGGACCCCAAGGACCTCGTGGTGACAAAGGTGATCATGGAGACCGAGGTGACAGAGGTCAGAAGGGCCACAGAGGCTTTACTGGTCTTCAGGGTCTTCCTGGCCCTCCTGTAAGTTATTCCTTTAAGTATTATTCTGCCCTGTAGTTGAAAATACACGGGTATCTTGACACGAACATTTATCTGTCTGTAAAATAGGTGGATATGTTTGTATCTTATTTTCAGTTCAAAGAATATCTTGATGAATAACAAGTGATAATTGCCAATAATAAGCTATAATTTTGTAGGGAAGAAATAAAGCAAAAGCTATATGCACTGTTACTCCTACAGGTGTCTTTAACATTGGTCAACTCATGTAGACATTGCAGAGATTGGTGACTTTATCAAAGTAGTTCATGCTGCTAAAGTCAATGATAGCACATTTTTGAGAATGGCACAATGCAGGATCCAAATATTTTGGCAACATTTTTTATTGTATTCCTACTTAGGGTCCAAATGGTGAACAAGGAAGTGCTGGAATCCCTGGACCATTTGGCCCAAGAGTAAGTAACAAAAAGTAGTAAGTTGCAGGTGTAAATAATAATGCCTTTGTTGATGTACTGCTAATGCTTGAGTATCGTTTTCCTGGTATTGAAGCTGGAGTTGGCTCATCTTCTCTGAGGTTGGCAACACACATATGAGACAAGCTATTTAGCAATTAATTTTAAGTAGAAATATCTTGAAATATGATATATTACCTCATGGGCCCGCAATAAAATTTATTACCTAGGGTTTGGATATATTCCTCTGTTAGTTCATTTTGTTACATTGTGTTAATTTAAATTTCTATTCAACTTTCACTTTTTGAGATGATGTAATAGCATTTACTATGAAGTGGAGACAGATTTTGAAGCTAAATATATTTTGTCTTTTAAGTAATAGTGATAGTTCCTCAGAAGTAGTTTACATAAAGCTAATTTGGAAGTAAATAATAAAATGAAGCCAATATTTGAAGCTTTTAGAAATTCTCCATTAGTATTAATGTTGCTTGTAATAAGTCATTGATGGCATAAGACAATTGGTGGACATAATTATTTAGGAAAATAGAAAATATTTTGTAGAAAAAATTAGAAAAAATAATTTAAAGAATCTTGGTATATCTGAATACAGTGTAAACAAAGCATACATAAAATTCAGAATAATAGTACATGATGGCATTCTGAGGCATAAGCACAGAAATTTCACTTAAACACTCCAACTTCTGTCATTTTCTTATTTCAAGTTAATTGAATTTCTAAGTTTACAATATGTGAGGTTTAATGAAAGTTACTACCAATAAAAGTAGGTGATTAGTCCATTAAAGATGTAAACTCATATTTGTCTTTTACCATGCATGGATGATGGAAAATTCTTATGTGATGAAATCATAAATGTTACAAAGTACCAGAAGTTCATTTATTAATCAGTAAGAAAATGAATCTTAGAAATCACTGTTACAGCTCCATATGTAAAATAGTTCTTTGATTAGAGAAAGGCATTGTAAAATTTTTCCTTCATAGAATCTAAACTACAGTCTTTGTTTCTTGCAGGGTCCTCCAGGCCCAGTTGGTCCTTCAGGTAAAGAAGGAAACCCTGGGCCACTTGGGCCAATTGGACCTCCAGGTGTACGAGGCAGTGTAGGAGAAGCAGGACCTGAGGTAAAGTCACAAAGGTTTACATGCAAGAAATGCTATTTATTCAATAGCTCAGATTCCGTCCAAGAAATGTCTGTGCAGCCCGATTGACAAGAGACTTAAGGGACCCCGAAAACAAACGTAGAAGTCACACAAGAGTATAAGTAACTATTTCAAGTATTTTAATACAGATAAGTTAGAGCACATAAAATCAGAGTCCAACCTACCCAGACATTAACATAATGTGATACTAACAAGAGCAAAGAACAAGTTATAATTGTATTTATAATTAAAGTTATGAAAATGTTGATTTGCTCTCAAGGGCAATATTTTAAATGTCTGTGAGGTATAGTTATTACTTCATGAAAACTCCATAGAAATGCTGGACAATGAAGAGTATGAAATTGAAGTTTTTCTCCATTGAAAACATTCAGGGAGGACTTTGATTAAAACTTTTTGTAAAAAGTTTCAGTAGTGTTGACTTGAGGATGATACAAAGCTGTATACTATGTTAGTTAGATCCTTGCTTCTCAGGTCTGGGAAACATCTTCATACATCTTCCATGCACAGGTGTACTCATGTGCGTGTTTGTATATGAGCTTATGCTTCTCTCTCTGGTGTTTCTTCCTCATTGGTCTTTACCTTCTCTTCCTTACTTTTCCTTTGCCCTTCATAGCAATACTGTTAAGCCAGATATTTACTTCTTATGTGGATCAAATAGTCTTATATTTCCTATGGACAAGAGATATGTTTTCTACTCATTTATTTCTCTAATTGTGAATAGGAAACAGCTAGAAAATTGGAATACCTTCAGCTTATGTGGCTGTTGATTGACTTTGTGATTCAGTGGGCCTTGATATATTAGAAAAAAGTCTTTTCTTTTCTCTTAAAATTAGTATAAAGGAACGCATGAACTCAGTATATGACCTTAGAGACAGGAAGAAAAAAAAATTATGTAACAGCCCTTTGAGAGTGAGGAAACATTGGCACTGAAGGTAAAAGCAACTTGTCTGGAGCCATATAACAAGTGGCAGAGCCAATAGTAGAACTCCAGCCTTCTGGAGAGTTCTTGCTCCCAGATCTTGCTCTCTACATGAGATGTGGACTATGTGTCTCTTCAGGTTGTCACCTGGTTCTTTCAAGTTGCTGAGTTCTTCCTTGGGGAAGTGCAGAAGGGAATTAATAGAGAGGATCCATTTCGTAGTCTCTGCCACTTTTTGTGCTTATCTCCCTCTCATTTCAGTGTGTCTTATTTGGCAAAAAAAAAAAAAAAAGGCAGGAGGGCTCTTTATTTATGTCAATTCAAAGGCTAAGGCTAGGAATACTGGGCACCTTGGCACACACCTGTAATTCTAGCTATTCAGGAGGTGAAGGTGGGAGGATTGCTTGAGCCCAGCAGTTTGAATCCAACTTGGGCAACATAGTAGCAAGACCCTGTCTCTAAAAACCAATACTATTTCTTCAGTTTTTCTTAGGACAGAGAATTTTTATCTGTACAGGAATTAATGCACATAAAAGGACTTCCTGTGTTTCTCTCCCTCTCTTTTAGAAGTAGGAGTATAATTCTCTTGTGGGTGTTTCCTGTGGGTATTTTCTTGTTATTGACATGTAATCTTATAGAACCAGCAGCCACTATTCCCCTGCATGCTTTGTTCAGCTTCATCCAAAAATAATTTTAAAACATTTTGGTTGTACCTTGACGAAAATAGTTTGCAAATGAACATACATATCTGCATGCTATTAACATAAAATATGTTGTATCTTCAAGGTAAACACCTGAGCAAATATTTTGTGCTTTGATCTTTATTTATCTTGGATGCTGACTTGAAGATATGTTTCCTGAAAAATGATTGAGCATCATTTCTCATCCTTGAATGTTACAGCCTGTTAGACCACCCCCATCTAGTTACAAAAGGGCGCGAGTCATAGATCTCCCTTTACTGTCAAATTGGAGTGTCTCATTGGAACTCCCTATGAACCAAGTTCTACCAGTTAAGTAAAACAAAAACAATGTGTTAAATGTCTTTCCAATCTCTTTTTAATTAGGGCCCTCCTGGTGAGCCTGGCCCACCTGGCCCTCCGGGTCCCCCTGGCCACCTTACAGCTGCTCTTGGGGATATCATGGGGCACTATGATGAAAGCATGCCAGATCCACTTCCTGAGTTTACTGAAGATCAGGCGGCTCCTGATGACAAAAACAAAACGGACCCAGGGGTTCATGCTACCCTGAAGTCACTCAGTAGTCAGATTGAAACCATGCGCAGCCCCGATGGCTCGAAAAAGCACCCAGCCCGCACGTGTGATGACCTAAAGCTTTGCCATTCCGCAAAGCAGAGTGGTGAGTAGACAGCAGCCCATTTGAGCAAAACCCGTTGTTTCTGATTGTTTATTCTCAACTGCATTCCAAAATATGTTACTGACTTTCTACTTAGTGATAGATTTGAGATAAAAATAGTAAACATATCATGGAGCTTATAATTTAATGGTGGAAACAGTCAATTTTGTGAAAACATGAAAAAAATGCTCAGCATCACTAATTATTAGAGAAATGAAAATCAAAGCCATAGTGAGATACCATCTCACACGAGTCAGTATGGCTGTCATTAAAAAGTCACAAAACAGGCCAGGTGCGGTGTCTCACGCCTGTAATCCCAGCACTTTGGGAGGCCGAGGTGGGCTAATCATGAGGTCAGGAGATCAAGACCATCCTGGCTAACATGGTGAAACCCCGTCTCTACTAAAAATACAGAAAATTAGTCAGGCGTGGTGGCGGGTGCCTGTAGTTCCAGCTACTCGGGAGGCTGAGGCAGGAGAGTGGCATGAACCCAGGAGCCGGAGCTTGCAGTGAGTTGAGATCGCGCCACTGCCTGGGCGACAGAGCGAGACTGTGTCTCAAAAAAATAAAAAAGTCACAAAACAGATACTGACAAGGCTTTGGAGAAAAGGGAATGCTTATACACTTATTGGTGGGAATGTAAATTAGTTCAGCCACTGTGGAAAGCAGCTGGAGATTTCTCAAAGAACTTAAAGCAGAGCTACCATTTGACCCAGCAATCCTGTGATTTGGTATATCCCAAAGGAAAATAAATCGTTCTACCAAAAAGACCCATGAATTCATGTATTCATCACTGTGCTATTCACAGTAGCAAAGACATGAAATTGACCCAGATGCCCATCAATGGTAGATTGGATAAAGAAAATGTGGTACATATATATGATGGAACATTATGTGGCCATAAAAAAGAATGAAATCATGTCCTTTGCAGCAACATGGATGCAGCGGGAAACCATAATCCTAAGCAAATTAATACAGGAACAGAAAACCAAATATCATATGTTCTCATTTATAAGTAAGAGCTAATGAGCACACATGGACATAAATATGAAACCATAAACACTGCAGGCTACTACAGGGGGGAGGGTGTGGATGGGAGCAAGGGTTGAGAAATTACCTATTGGATACTATGCTCACTACCTGGGTGACAGGATCTGTACCCCAAACCTCAGCATCATACAATATCCCCATGTAACAAATCTGCACAGGTACCCCTTGTATTTAAAATAAATGTTAACTTTAAAAAAAATGTACTATAATAGATGATATATCCTATTAATAATCCAGTTTCATGATGGTAGTTCCATTTTCATCCAGAAATCTTAAAATATTGATATTTTTGTGGAATAAAAGCATTTCGTGGAAATGTGGAAAATGCTTGCTTAAGTATTGTTCAAAATATTTATTTACTTGCATGACCTATAAGTGTCTTAATGTTAACATATTGCTGGATCATCAAGCATATATTTCCCACATTTAAATATGTAATTCCTTTCATGTAGTTTAATGTTCTATGAGTCATACTTTTGGAATCTCTGCTGGCAGGATTATATTATTATGAGGTTCCAAGACATTTTGGAATCAAATAGTTGTTCTGCCCTAGTTGCATGTACCAGGCTTAAAGTTTACCTTATTCTGTCATTTTAATTAATCCAATATGACCTAGAGAAGAGGGATCCTAAGTCACAGGAGACAAATGAGCTACAAAGAGCCTAAGAATTTAAGTTAACTTTGAAATGACATTGACAGGAATAGCTAAAATTATTATCATTGAAGAAAGGGCAATTTTATTAACTCTATACATTACATTCCGACACTTTCATTTAAAATGCAATTCTCACATACTATTTATATAATATACACACAAATATATGTATACACACACCCATGTATGCAAATGCATATTAAATTGTGTATTTGACTGTATGCCTACCACCAGGCACTGCCTTGGTATTTCCTATTTTAAGAGTCTCTTATATATGAGAAGAGTAATTTTAAAAAGATCTAATGAAATGATTCATAGCATTCTAATTGTAATTCAACTTATTTATTCACTTTACTCATAGTTTTGATGTTACATTATTTTATTACATTATTTACATTATTTTGTTACACTCATTCTAATTTGCTTTAAAATATTGGAAACACATCTATTTTGGTAAAGCCGCTTACTATAGATTTTCTCTTTTCGGTATGGTTTTCTCATCTATAAAATGGGGGTAATGATATTTCCTTCATATGGATGTTTTGAGCCTTAAGTACATGGTTTGGCAAAGTGCCTTACAATAGCGACTAGAATGTAGAAAGGCCCCCAATGCATACCGGTTACTTTTTTCGTAAGGGGCACTCTCACTTAAAAGAATCCTTAATCAGTGAGTGTATATTTTCAAACCCTCTGTTAATTCTTTTGGAGACTTATAGTCATGATTGAGATTGTCTTTATTTAGTAAAATTTCTATTTTGAAAAATAGGTGAATACTGGATTGATCCTAACCAAGGATCTGTTGAAGATGCAATCAAAGTTTACTGCAACATGGAAACAGGAGAAACATGTATTTCAGCAAACCCATCCAGTGTACCACGTAAAACCTGGTGGGCCAGTAAATCTCCTGACAATAAACCTGTTTGGTATGGTCTTGATATGAACAGAGGGTCTCAGGTAATTTAATATGTTTACTTAAAATTGTATTCTTTACTTTTTACTACTTATTACATATTTTTGATTTATTTAGGACTTTGCTATTTTTTTAAACCAGGCTTATTTTACCATGTTTATTTTGAAGTGATATAGTCTCATTAGTTACAATTGTAATACCATTGCATAAACAAGGTTTTGCTATGAGTGAAGTTAACATAAATTTTGAATTAAAAATTTTCTCATGGATGAAATATAGAAAAGTAATTATTTTTACTGTAAGTTCCTCTAATGTATGTGACATGGACTATGGAGTGTACCAGAAGTGATAAACTATAGTGCCATAGTTGATAAACAGTTATTTCTGTATATTCAGCTTCAGCAGACCTGGTTACCTCACGGGGATCTTGTACTGACTTTGGGGCCTTATAAAGTCTCTGAACTTTTTGGAGACTCAGTTTTGCCAGTTTAAAGTAAGGGTGATAATATTTATTCCATAGTTTCCATGTGGATATAAAATTCTTAGTTTAGGGTCTCTTGTACTATGGGATAGATGGTAAATTAATATTAGATAACTACTATAATAATGTCTAAATAATTGAATCATTTTGTAAAATTTTTAATATTATTTAAACTTAAGGCATTTTTGTAATGTTATGAAGTCAATTGATATTTTTCTGAGTCCCAGTCTACCCTGTTTCTATCATGGTCTGGTGTTCAGACAACTGTCTGGCCTTTCCACTGCCTGTTGCAATGTGAATATTTCATTCTGCATCTCTTTATGGCAGCCTAATTGAAATTTTCTTCTCACTTCTGCTTCTGACCTTTTCCTAGAAATCACGTTCAGAATAAACATTATGAGAACATTATGGGTGTATACAAGATAAGCTAGTATCTGTCATTATTTAATGAGCACAAAATTTTAAATTTTAAATATAAATAGTTGAAATATAATTTAGCTAATATAATATGTAAAATAAAACCCCCAAATGGGAGTGCTGAAACCAAAGCTAAAGTAGAAGGTGAGTAGGAAAGAGTCTCTAGAAAAATTTTTTTGATTATTTTTGTTAGCACATGGAAAACTTTTAATATGTATTTCCTACAATTGTGTAATAGTTGGGGTCAAAAGATTTTATACTACTAGTTAATTCTAATTTTTATTATAATTAGCAATAAAAATGAGTTATTTTTGATACATGAGTGAAGCAGATTTAAAAATACTTATGCTTGTTCTCGTGAATTATTGTTATTATTGGTTTCATTACCCTTTGGGTTAATAAGGACAGAGGTTCTTTTGAGTATTCATAGACATTTTAAGATATGTTTAGATGTACAGCTAGAATAGCTTACTTTATGACAAGAATTAAAGTAATACTCTTCAAAATTGATTTATCTGAAATCAATTTATATATTTATCTATACATGTGTAAGGCATTATGAAACCCTTCAGTCTTGTGTATGACAAAGACTCTTTGTTTTTCTAGTTCGCTTATGGAGACCACCAATCACCTAATACAGCCATTACTCAGATGACTTTTTTGCGCCTTTTATCAAAAGAAGCCTCCCAGAACATCACTTACATCTGTAAAAACAGTGTAGGATACATGGACGATCAAGCTAAGAACCTCAAAAAAGCTGTGGTTCTCAAAGGGGCAAATGACTTAGATATCAAAGCAGAGGGAAATATTAGATTCCGGTATATCGTTCTTCAAGACACTTGCTCTGTAAGTACTTTTTGATCTACATTGATCTGGTTGAGGAAAAAAAATTATTTTTGTTAAAAATACTATTACAGCACTAGAACTGGGGGCAATTTTACCTTGTATATGAGCATAATAGCAGTTTGTTTATAGTCATTCCTTAGGGTAAATGTGTGTGTGTTAGCACATGAAGCATGATAGAGGTTTGAATCCATATAGTAAAGAAAGAACTGGATCCCTAAGATCTGATCCAGTTCTTCTGCAGACTTTCTTTGGTTCTTTTCCAAGTTATTTAACTTACTGAATCTCAGTCCCATGCTTAAAATTCCTTATTTCTAAAATGCGTAATTAATCCAAGATACTTTATTTTTTCCACCAATTTGTAAGTAAGTCTCCCCGCTTGCATATTGAGATATAAAACGAAAATAATACTAAATGGTGAATTATAGTTTCATTTGTGAAAAACAAAAAAGCTTTCATAATTTATGTTGCTAGTGACCATTTGGGAAGCTGCAGAAGAACAAAGGAAATTTACTTAAAGCATGAAAGAAATTCTGTTACATAAGTACACTAATATTTCACTTTATGTTTTCATTCCTTTTTTTTAAGTAGTACTCTAAAAATCATTGCCTTTACATTATAAAAGTGTCTGGGAAGGTTGCTGTCTAACATACTTGGAAAAAATTGTATGTACATTTAACCCATTGCATCATTTAATTTCAGAAGCGGAATGGAAATGTGGGCAAGACTGTCTTTGAATATAGAACACAGAATGTGGCACGCTTGCCCATCATAGATCTTGCTCCTGTGGATGTTGGCGGCACAGACCAGGAATTCGGCGTTGAAATTGGGCCAGTTTGTTTTGTGTAAAGTAAGCCAAGACACATCGACAATGAGCACCACCATCAATGACCACCGCCATTCACAAGAACTTTGACTGTTTGAAGTTGATCCTGAGACTCTTGAAGTAATGGCTGATCCTGCATCAGCATTGTATATATGGTCTTAAGTGCCTGGCCTCCTTATCCTTCAGAATATTTATTTTACTTACAATCCTCAAGTTTTAATTGATTTTAAATATTTTTCAATACAACAGTTTAGGTTTAAGATGACCAATGACAATGACCACCTTTGCAGAAAGTAAACTGATTGAATAAATAAATCTCCGTTTTCTTCAATTTATTTCAGTGTAATGAAAAAGTTGCTTAGTATTTATGAGGAAATTCTTCTTCCTGGCAGGTAGCTTAAAGAGTGGGGTATATAGAGCCACAACACATGTTTATTTTGCTTGGCTGCAGTTGAAAAATAGAAATTAGTGCCCTTTTGTGACCTCTCATTCCAAGATTGTCAATTAAAAATGAGTTTAAAATGTTTAACTTGTGATCGAGACCTACATGCATGTCTTGATATTGTGTAACTATAATAGAGACTCTTTAAGGAGAATCTTAAAAAAAAAAAAACGTTTCTCACTGTCTTAAATAGAATTTTTAAATAGTATATATTCAGTGGCATTTTGGAGAACAAAGTGAATTTACTTCGACTTCTTAAATTTTTGTAAAAGACTATAAGTTTAGACATCTTTCTCATTCAAATTTAAAGATATCTTTCTCCTCTTGATCAATCTATCAATATTGATAGAAGTCACACTAGTATATACCATTTAATACATTTACACTTTCTTATTTAAGAAGATATTGAATGCAAAATAATTGACATATAGAACTTTACAAACATATGTCCAAGGACTCTAAATTGAGACTCTTCCACATGTACAATCTCATCATCCTGAAGCCTATAATGAAGAAAAAGATCTAGAAACTGAGTTGTGGAGCTGACTCTAATCAAATGTGATGATTGGAATTAGACCATTTGGCCTTTGAACTTTCATAGGAAAAATGACCCAACATTTCTTAGCATGAGCTACCTCATCTCTAGAAGCTGGGATGGACTTACTATTCTTGTTTATATTTTAGATACTGAAAGGTGCTATGCTTCTGTTATTATTCCAAGACTGGAGATAGGCAGGGCTAAAAAGGTATTATTATTTTTCCTTTAATGATGGTGCTAAAATTCTTCCTATAAAATTCCTTAAAAATAAAGATGGTTTAATCACTACCATTGTGAAAACATAACTGTTAGACTTCCCGTTTCTGAAAGAAAGAGCATCGTTCCAATGCTTGTTCACTGTTCCTCTGTCATACTGTATCTGGAATGCTTTGTAATACTTGCATGCTTCTTAGACCAGAACATGTAGGTCCCCTTGTGTCTCAATACTTTTTTTTTCTTAATTGCATTTGTTGGCTCTATTTTAATTTTTTTCTTTTAAAATAAACAGCTGGGACCATCCCAAAAGACAAGCCATGCATACAACTTTGGTCATGTATCTCTGCAAAGCATCAAATTAAATGCACGCTTTTGTCATGTCAGTGGTTTTTGTTTTGTGAAATTCCTTTGACCATATTAGATCTATTTCATTTCCAATAGTGAAAAGGAGATGTGGTGGTATACTTTGTTTGCCATTTGTTTAAAAGATACAACGGATACCTTCTATCATGTATGTACTGGCTTATAAATGAAAATCTATCTACAACATTACCCACAAAGGCAACATGACACCAATTATCACTGCCTCTGCCCTTAAAAATGTCAGAGTAGTATTATTGATAAAAAGGGCAAGCAATAGATTTTTCATGACTGAATAAACTGTAATAATAAAACATATGTCTCAAAGTGTATCACATATGAATTTAGCCTAATTGTTTTCAGTTTCATTCTCAATATTTAGTTTACAACATCATTTTCCCCTAAACTGGTTATATTTTGACCTGTATATCTTAAATTTGAGTATTTATATGCCTAAATACATGTGTGAGTTTTGTTTGACTTCCAAGTCCAAACTATAAGATTATATAAGTTCATATAGATGAATCAGAAATATGTGGTAATACTATTAAGTCACAAACACTAACAATTTCCAACTATAGAAATAACAGTTCTTATTTGGATTTTGGGAATGCTACCAATAAAAGCCTGCCCAGACCATTCCAAAGCTCTCAAATTTCTTGCCTATATATTAGACCTGTCAGTGGATTTCTTTACTTTCATGTCCCATAGACACCTCAAATTCTACACTATAAAAAGTGAAATAATCTACATTTGGGGAGGATGGTGGCATACATTTATTGTTGATTTATTTAAAAAATACAAATGAAAATTCTCAAAATTAACAGAAATTTAAAAAAAGACAGCAGCGTCATTATCCATCCATTTAGGCAGGCCAGAAACCCGAGAGTCATTTTTGTCACCTCTCTCTCTCTCTCTCAGACCATGCCAGAGTACTGTCCTTCTTAAATATTTCTAATTCTGCCCCCTAAATATTCCCTAAGGTCATATCCTTCTCTTGATCTCCACTGCCGTTATCCTTGTCCACATGAATATTATGTCTCGCCTGAGCTTTTTCAATAGCCTCTGACAGGTTTTCAGGCATGCACTCTTTCCCTCTTCTGATCCATTCTTCTCACTACAGCCAGAGAAATCAATTTGAAATAAAAATCTGAATATGTCACCTCCCACTCCCCCCCGCCACCCTAGCTAACACAACACACACGCACTCATCTTATTATAAAAAGCTTCAGTGGTAACTTCTAGGATAAAGACAAAAATCTTCAAACTATGAGGTACTGGCATGACCTGACTCCTGCCTTCTTCCCAGGCTTCCTTACACCACTATCTCCGTTACTCTGTGCTCCACTCACATGGGATTTTGTCCATTTTCTAAAAGCTTCTAGATTCCCTGTCCTGCTGAAAACCATTTGTATGTGTATTCTCTTTGCCCAGTTTACTTGTATTTACCTTTCAGAACTCTTCTCAATGCCTCATCCTCACAAAATCTTTACTAGGCTCCTCACTCCTCACCACAACTCAGGTAAGATAGTCCCTGTTAAATTTTCTTGGCACGCTGTATTTCTTCTTATAAATATTTATATTTATAGCACAAATTAGAATGTTTTATAAAGGGTGTGATTATTTGGTAGGTGTCAGTCTTTTCTATTAATTGTATTTGTTACAAAGGCATGGATTGTTTACACAGGATCTAAAAATTTTCTTAGTATTTGTGCATGCTCAACATACATTCATTGAATGATGAAAAATTGTATACTATGTGTAACTGGAAAAATACATTCAGAGAGTAATCATACTTGATTTCTGTACTAGTGTGAAGCATACATCATTATTACCATTATATTATGTTACTGTTTCTATTAGTACTACTGGACAGAAACACAATTGAAGAAGGGATTATTATCCAGTAACAATAGCAACATACAACGTATACCTAAACGTGACAAGAAATTTACAGAACGTGATTGAAAAAATCCATAACACTTGACTGAGACATGTAAATTAAAATTAGGGCTAAACCTACCTTAACATAGGGAAGCTCAATATTTGAAAAATGTAATTTTTTTCCTAAATTAATAAATACTCCCACTGAAAATCCCTATAAGATCATAAAAACAGAAAACTTGACAAAACTATTCTAAAGCTCATTGGAATAAAAAATTTGCTAGAAAAGTGATTAGAAAATCCCCTCCAAAACAGAAGTGGTGAATAAAGGTGGGCCCTGGCCCAAGTAAATATTTAAAAATAATAAAAAGCTACCAGTCATAGGGAACAAAAAATATTTAGAAATGAATCTATGTACCTGTATTATAATTAATATAGAAAAAAATTCCCATTTTTCCAGTAAATGCTATTAAAGTAAATTTATAACTATTTATCATTTGAAAGCATGTTTCTTTCTTTAATTCTTATACCAAAACAGTTCCCAAATGAACTAATTTAATTTTTATTTTTATTTTTTTTTTTATTTTTTTTTTATTATACTTTAAGTTTTAGGGTACATGTGCACATTGTGCAGGTTAGTTACATATGTATACATGTGCCATGCTGGTGCACTGCACCCACTAACTCGTCATCTAGCATTAGGTATATCTCCCAATGCTATCCCTCCCCCCTCCCCCC</sequence> <transcript name="t1"> <coordinates coord_system="LRG_738" start="50541" end="198404" strand="1" /> <cdna> <sequence>GCAGACTGTGCTGGAGCTGGTGCTGAAAAAGGGGGTTTGCAGAGGCTGCCCTGGGGCTGGTGCTGAAAGAAGAGCCCACAGCTGACTTCATGGTGCTACAATAACCTCAGAATCTACTTTTCACTCTCAGGAGAACCCACATGTCTAATATTTAGACATGATGGCAAACTGGGCGGAAGCAAGACCTCTCCTCATTCTTATTGTTTTATTAGGGCAATTTGTCTCAATAAAAGCCCAGGAAGAAGACGAGGATGAAGGATATGGTGAAGAAATAGCCTGCACTCAGAATGGCCAGATGTACTTAAACAGGGACATTTGGAAACCTGCCCCTTGTCAGATCTGTGTCTGTGACAATGGAGCCATTCTCTGTGACAAGATAGAATGCCAGGATGTGCTGGACTGTGCCGACCCTGTAACGCCCCCTGGGGAATGCTGTCCTGTCTGTTCACAAACACCTGGAGGTGGCAATACCAATTTTGGTAGAGGAAGAAAGGGACAAAAGGGAGAACCAGGATTAGTGCCTGTTGTAACAGGCATACGTGGTCGTCCAGGACCGGCAGGACCTCCAGGATCACAGGGACCAAGAGGAGAGCGAGGGCCAAAAGGAAGACCTGGCCCTCGTGGACCTCAGGGAATTGATGGAGAACCAGGTGTTCCTGGTCAACCTGGTGCTCCAGGACCTCCTGGACATCCGTCCCACCCAGGACCCGATGGCTTGAGCAGGCCGTTTTCAGCTCAAATGGCTGGGTTGGATGAAAAATCTGGACTTGGGAGTCAAGTAGGACTAATGCCTGGCTCTGTGGGTCCTGTTGGCCCAAGGGGACCACAGGGTTTACAAGGACAGCAAGGTGGTGCAGGACCTACAGGACCTCCTGGTGAACCTGGTGATCCTGGACCAATGGGTCCGATTGGTTCACGTGGACCAGAGGGCCCTCCTGGTAAACCTGGGGAAGATGGTGAACCTGGCAGAAATGGAAATCCTGGTGAAGTGGGATTTGCAGGATCTCCGGGAGCTCGTGGATTTCCTGGGGCTCCTGGTCTTCCAGGTCTGAAGGGTCACCGAGGACACAAAGGTCTTGAAGGCCCTAAAGGTGAAGTTGGAGCACCTGGTTCCAAGGGTGAAGCTGGCCCCACTGGTCCAATGGGTGCCATGGGTCCTCTGGGTCCGAGGGGAATGCCAGGAGAGAGAGGGAGACTTGGGCCACAGGGTGCTCCTGGACAACGAGGTGCACATGGTATGCCTGGAAAACCTGGACCAATGGGTCCTCTTGGGATACCAGGCTCTTCTGGTTTTCCAGGAAATCCTGGAATGAAGGGAGAAGCAGGTCCTACAGGGGCGCGAGGCCCTGAAGGTCCTCAGGGGCAGAGAGGTGAAACTGGGCCCCCAGGTCCAGTTGGCTCTCCAGGTCTTCCTGGTGCAATAGGAACTGATGGTACTCCTGGTGCCAAAGGCCCAACGGGCTCTCCAGGTACCTCTGGTCCTCCTGGCTCAGCAGGGCCTCCTGGATCTCCAGGACCTCAGGGTAGCACTGGTCCTCAGGGAATTCGAGGCCAACCGGGTGATCCAGGAGTTCCAGGTTTCAAAGGAGAAGCTGGCCCAAAAGGGGAACCAGGGCCACATGGTATTCAGGGTCCGATAGGCCCACCCGGTGAAGAAGGCAAAAGAGGTCCCAGAGGTGACCCAGGAACAGTTGGTCCTCCAGGGCCAGTGGGAGAAAGGGGTGCTCCTGGCAATCGTGGTTTTCCAGGCTCTGATGGTTTACCTGGGCCAAAGGGTGCTCAAGGAGAACGGGGTCCTGTAGGTTCTTCAGGACCCAAAGGAAGCCAGGGGGATCCAGGACGTCCAGGGGAACCTGGGCTTCCAGGTGCTCGGGGTTTGACAGGAAATCCTGGTGTTCAAGGTCCTGAAGGAAAACTTGGACCTTTGGGTGCGCCAGGGGAAGATGGCCGTCCAGGTCCTCCAGGCTCCATAGGAATCAGAGGGCAGCCCGGGAGCATGGGCCTTCCAGGCCCCAAAGGTAGCAGTGGTGACCCTGGGAAACCTGGAGAAGCAGGAAATGCTGGAGTTCCTGGGCAGAGGGGAGCTCCTGGAAAAGATGGTGAAGTTGGTCCTTCTGGTCCTGTGGGCCCGCCGGGTCTAGCTGGTGAAAGAGGAGAACAAGGACCTCCAGGCCCCACAGGTTTTCAGGGGCTTCCTGGTCCTCCAGGGCCTCCTGGAGAAGGTGGAAAACCAGGTGATCAAGGTGTTCCTGGAGATCCCGGAGCAGTTGGCCCGTTAGGACCTAGAGGAGAACGAGGAAATCCTGGGGAAAGAGGAGAACCTGGGATAACTGGACTCCCTGGTGAGAAGGGAATGGCTGGAGGACATGGTCCTGATGGCCCAAAAGGCAGTCCAGGTCCATCTGGGACCCCTGGAGATACAGGCCCACCAGGTCTTCAAGGTATGCCGGGAGAAAGAGGAATTGCAGGAACTCCTGGCCCCAAGGGTGACAGAGGTGGCATAGGAGAAAAAGGTGCTGAAGGCACAGCTGGAAATGATGGTGCAAGAGGTCTTCCAGGTCCTTTGGGCCCTCCAGGTCCGGCAGGTCCTACTGGAGAAAAGGGTGAACCTGGTCCTCGAGGTTTAGTTGGCCCTCCTGGCTCCCGGGGCAATCCTGGTTCTCGAGGTGAAAATGGGCCAACTGGAGCTGTTGGTTTTGCCGGACCCCAGGGTCCTGACGGACAGCCTGGAGTAAAAGGTGAACCTGGAGAGCCAGGACAGAAGGGAGATGCTGGTTCTCCTGGACCACAAGGTTTAGCAGGATCCCCTGGCCCTCATGGTCCTAATGGTGTTCCTGGACTAAAAGGTGGTCGAGGAACCCAAGGTCCGCCTGGTGCTACAGGATTTCCTGGTTCTGCGGGCAGAGTTGGACCTCCAGGCCCTGCTGGAGCTCCAGGACCTGCGGGACCCCTAGGGGAACCCGGGAAGGAGGGACCTCCAGGTCTTCGTGGGGACCCTGGCTCTCATGGGCGTGTGGGAGATCGAGGACCAGCTGGCCCCCCTGGTGGCCCAGGAGACAAAGGGGACCCAGGAGAAGATGGGCAACCTGGTCCAGATGGCCCCCCTGGTCCAGCTGGAACGACCGGGCAGAGAGGAATTGTTGGCATGCCTGGGCAACGTGGAGAGAGAGGCATGCCCGGCCTACCAGGCCCAGCGGGAACACCAGGAAAAGTAGGACCAACTGGTGCAACAGGAGATAAAGGTCCACCTGGACCTGTGGGGCCCCCAGGCTCCAATGGTCCTGTAGGGGAACCTGGACCAGAAGGTCCAGCTGGCAATGATGGTACCCCAGGACGGGATGGTGCTGTTGGAGAACGTGGTGATCGTGGAGACCCTGGGCCTGCAGGTCTGCCAGGCTCTCAGGGTGCCCCTGGAACTCCTGGCCCTGTGGGTGCTCCAGGAGATGCAGGACAAAGAGGAGATCCGGGTTCTCGGGGTCCTATAGGACCACCTGGTCGAGCTGGGAAACGTGGATTACCTGGACCCCAAGGACCTCGTGGTGACAAAGGTGATCATGGAGACCGAGGTGACAGAGGTCAGAAGGGCCACAGAGGCTTTACTGGTCTTCAGGGTCTTCCTGGCCCTCCTGGTCCAAATGGTGAACAAGGAAGTGCTGGAATCCCTGGACCATTTGGCCCAAGAGGTCCTCCAGGCCCAGTTGGTCCTTCAGGTAAAGAAGGAAACCCTGGGCCACTTGGGCCAATTGGACCTCCAGGTGTACGAGGCAGTGTAGGAGAAGCAGGACCTGAGGGCCCTCCTGGTGAGCCTGGCCCACCTGGCCCTCCGGGTCCCCCTGGCCACCTTACAGCTGCTCTTGGGGATATCATGGGGCACTATGATGAAAGCATGCCAGATCCACTTCCTGAGTTTACTGAAGATCAGGCGGCTCCTGATGACAAAAACAAAACGGACCCAGGGGTTCATGCTACCCTGAAGTCACTCAGTAGTCAGATTGAAACCATGCGCAGCCCCGATGGCTCGAAAAAGCACCCAGCCCGCACGTGTGATGACCTAAAGCTTTGCCATTCCGCAAAGCAGAGTGGTGAATACTGGATTGATCCTAACCAAGGATCTGTTGAAGATGCAATCAAAGTTTACTGCAACATGGAAACAGGAGAAACATGTATTTCAGCAAACCCATCCAGTGTACCACGTAAAACCTGGTGGGCCAGTAAATCTCCTGACAATAAACCTGTTTGGTATGGTCTTGATATGAACAGAGGGTCTCAGTTCGCTTATGGAGACCACCAATCACCTAATACAGCCATTACTCAGATGACTTTTTTGCGCCTTTTATCAAAAGAAGCCTCCCAGAACATCACTTACATCTGTAAAAACAGTGTAGGATACATGGACGATCAAGCTAAGAACCTCAAAAAAGCTGTGGTTCTCAAAGGGGCAAATGACTTAGATATCAAAGCAGAGGGAAATATTAGATTCCGGTATATCGTTCTTCAAGACACTTGCTCTAAGCGGAATGGAAATGTGGGCAAGACTGTCTTTGAATATAGAACACAGAATGTGGCACGCTTGCCCATCATAGATCTTGCTCCTGTGGATGTTGGCGGCACAGACCAGGAATTCGGCGTTGAAATTGGGCCAGTTTGTTTTGTGTAAAGTAAGCCAAGACACATCGACAATGAGCACCACCATCAATGACCACCGCCATTCACAAGAACTTTGACTGTTTGAAGTTGATCCTGAGACTCTTGAAGTAATGGCTGATCCTGCATCAGCATTGTATATATGGTCTTAAGTGCCTGGCCTCCTTATCCTTCAGAATATTTATTTTACTTACAATCCTCAAGTTTTAATTGATTTTAAATATTTTTCAATACAACAGTTTAGGTTTAAGATGACCAATGACAATGACCACCTTTGCAGAAAGTAAACTGATTGAATAAATAAATCTCCGTTTTCTTCAATTTATTTCAGTGTAATGAAAAAGTTGCTTAGTATTTATGAGGAAATTCTTCTTCCTGGCAGGTAGCTTAAAGAGTGGGGTATATAGAGCCACAACACATGTTTATTTTGCTTGGCTGCAGTTGAAAAATAGAAATTAGTGCCCTTTTGTGACCTCTCATTCCAAGATTGTCAATTAAAAATGAGTTTAAAATGTTTAACTTGTGATCGAGACCTACATGCATGTCTTGATATTGTGTAACTATAATAGAGACTCTTTAAGGAGAATCTTAAAAAAAAAAAAACGTTTCTCACTGTCTTAAATAGAATTTTTAAATAGTATATATTCAGTGGCATTTTGGAGAACAAAGTGAATTTACTTCGACTTCTTAAATTTTTGTAAAAGACTATAAGTTTAGACATCTTTCTCATTCAAATTTAAAGATATCTTTCTCCTCTTGATCAATCTATCAATATTGATAGAAGTCACACTAGTATATACCATTTAATACATTTACACTTTCTTATTTAAGAAGATATTGAATGCAAAATAATTGACATATAGAACTTTACAAACATATGTCCAAGGACTCTAAATTGAGACTCTTCCACATGTACAATCTCATCATCCTGAAGCCTATAATGAAGAAAAAGATCTAGAAACTGAGTTGTGGAGCTGACTCTAATCAAATGTGATGATTGGAATTAGACCATTTGGCCTTTGAACTTTCATAGGAAAAATGACCCAACATTTCTTAGCATGAGCTACCTCATCTCTAGAAGCTGGGATGGACTTACTATTCTTGTTTATATTTTAGATACTGAAAGGTGCTATGCTTCTGTTATTATTCCAAGACTGGAGATAGGCAGGGCTAAAAAGGTATTATTATTTTTCCTTTAATGATGGTGCTAAAATTCTTCCTATAAAATTCCTTAAAAATAAAGATGGTTTAATCACTACCATTGTGAAAACATAACTGTTAGACTTCCCGTTTCTGAAAGAAAGAGCATCGTTCCAATGCTTGTTCACTGTTCCTCTGTCATACTGTATCTGGAATGCTTTGTAATACTTGCATGCTTCTTAGACCAGAACATGTAGGTCCCCTTGTGTCTCAATACTTTTTTTTTCTTAATTGCATTTGTTGGCTCTATTTTAATTTTTTTCTTTTAAAATAAACAGCTGGGACCATCCCAAAAGACAAGCCATGCATACAACTTTGGTCATGTATCTCTGCAAAGCATCAAATTAAATGCACGCTTTTGTCATGTCAGTGGTTTTTGTTTTGTGAAATTCCTTTGACCATATTAGATCTATTTCATTTCCAATAGTGAAAAGGAGATGTGGTGGTATACTTTGTTTGCCATTTGTTTAAAAGATACAACGGATACCTTCTATCATGTATGTACTGGCTTATAAATGAAAATCTATCTACAACATTACCCACAAAGGCAACATGACACCAATTATCACTGCCTCTGCCCTTAAAAATGTCAGAGTAGTATTATTGATAAAAAGGGCAAGCAATAGATTTTTCATGACTGAATAAACTGTAATAATAAAACATATGTCTCAAAGTGTATCACATATGAATTTAGCCTAATTGTTTTCAGTTTCATTCTCAATATTTAGTTTACAACATCATTTTCCCCTAAACTGGTTATATTTTGACCTGTATATCTTAAATTTGAGTATTTATATGCCTAAATACATGTGTGAGTTTTGTTTGACTTCCAAGTCCAAACTATAAGATTATATAAGTTCATATAGATGAATCAGAAATATGTGGTAATACTATTAAGTCACAAACACTAACAATTTCCAACTATAGAAATAACAGTTCTTATTTGGATTTTGGGAATGCTACCAATAAAAGCCTGCCCAGACCA</sequence> </cdna> <coding_region> <coordinates coord_system="LRG_738" start="50698" end="196232" strand="1" /> <translation name="p1"> <sequence>MMANWAEARPLLILIVLLGQFVSIKAQEEDEDEGYGEEIACTQNGQMYLNRDIWKPAPCQICVCDNGAILCDKIECQDVLDCADPVTPPGECCPVCSQTPGGGNTNFGRGRKGQKGEPGLVPVVTGIRGRPGPAGPPGSQGPRGERGPKGRPGPRGPQGIDGEPGVPGQPGAPGPPGHPSHPGPDGLSRPFSAQMAGLDEKSGLGSQVGLMPGSVGPVGPRGPQGLQGQQGGAGPTGPPGEPGDPGPMGPIGSRGPEGPPGKPGEDGEPGRNGNPGEVGFAGSPGARGFPGAPGLPGLKGHRGHKGLEGPKGEVGAPGSKGEAGPTGPMGAMGPLGPRGMPGERGRLGPQGAPGQRGAHGMPGKPGPMGPLGIPGSSGFPGNPGMKGEAGPTGARGPEGPQGQRGETGPPGPVGSPGLPGAIGTDGTPGAKGPTGSPGTSGPPGSAGPPGSPGPQGSTGPQGIRGQPGDPGVPGFKGEAGPKGEPGPHGIQGPIGPPGEEGKRGPRGDPGTVGPPGPVGERGAPGNRGFPGSDGLPGPKGAQGERGPVGSSGPKGSQGDPGRPGEPGLPGARGLTGNPGVQGPEGKLGPLGAPGEDGRPGPPGSIGIRGQPGSMGLPGPKGSSGDPGKPGEAGNAGVPGQRGAPGKDGEVGPSGPVGPPGLAGERGEQGPPGPTGFQGLPGPPGPPGEGGKPGDQGVPGDPGAVGPLGPRGERGNPGERGEPGITGLPGEKGMAGGHGPDGPKGSPGPSGTPGDTGPPGLQGMPGERGIAGTPGPKGDRGGIGEKGAEGTAGNDGARGLPGPLGPPGPAGPTGEKGEPGPRGLVGPPGSRGNPGSRGENGPTGAVGFAGPQGPDGQPGVKGEPGEPGQKGDAGSPGPQGLAGSPGPHGPNGVPGLKGGRGTQGPPGATGFPGSAGRVGPPGPAGAPGPAGPLGEPGKEGPPGLRGDPGSHGRVGDRGPAGPPGGPGDKGDPGEDGQPGPDGPPGPAGTTGQRGIVGMPGQRGERGMPGLPGPAGTPGKVGPTGATGDKGPPGPVGPPGSNGPVGEPGPEGPAGNDGTPGRDGAVGERGDRGDPGPAGLPGSQGAPGTPGPVGAPGDAGQRGDPGSRGPIGPPGRAGKRGLPGPQGPRGDKGDHGDRGDRGQKGHRGFTGLQGLPGPPGPNGEQGSAGIPGPFGPRGPPGPVGPSGKEGNPGPLGPIGPPGVRGSVGEAGPEGPPGEPGPPGPPGPPGHLTAALGDIMGHYDESMPDPLPEFTEDQAAPDDKNKTDPGVHATLKSLSSQIETMRSPDGSKKHPARTCDDLKLCHSAKQSGEYWIDPNQGSVEDAIKVYCNMETGETCISANPSSVPRKTWWASKSPDNKPVWYGLDMNRGSQFAYGDHQSPNTAITQMTFLRLLSKEASQNITYICKNSVGYMDDQAKNLKKAVVLKGANDLDIKAEGNIRFRYIVLQDTCSKRNGNVGKTVFEYRTQNVARLPIIDLAPVDVGGTDQEFGVEIGPVCFV</sequence> </translation> </coding_region> <exon label="1"> <coordinates coord_system="LRG_738" start="50541" end="50794" strand="1" /> <coordinates coord_system="LRG_738t1" start="1" end="254" /> <coordinates coord_system="LRG_738p1" start="1" end="33" /> </exon> <intron phase="1" /> <exon label="2"> <coordinates coord_system="LRG_738" start="119853" end="120077" strand="1" /> <coordinates coord_system="LRG_738t1" start="255" end="479" /> <coordinates coord_system="LRG_738p1" start="33" end="108" /> </exon> <intron phase="1" /> <exon label="3"> <coordinates coord_system="LRG_738" start="126025" end="126038" strand="1" /> <coordinates coord_system="LRG_738t1" start="480" end="493" /> <coordinates coord_system="LRG_738p1" start="108" end="112" /> </exon> <intron phase="0" /> <exon label="4"> <coordinates coord_system="LRG_738" start="130163" end="130195" strand="1" /> <coordinates coord_system="LRG_738t1" start="494" end="526" /> <coordinates coord_system="LRG_738p1" start="113" end="123" /> </exon> <intron phase="0" /> <exon label="5"> <coordinates coord_system="LRG_738" start="131543" end="131575" strand="1" /> <coordinates coord_system="LRG_738t1" start="527" end="559" /> <coordinates coord_system="LRG_738p1" start="124" end="134" /> </exon> <intron phase="0" /> <exon label="6"> <coordinates coord_system="LRG_738" start="132972" end="133025" strand="1" /> <coordinates coord_system="LRG_738t1" start="560" end="613" /> <coordinates coord_system="LRG_738p1" start="135" end="152" /> </exon> <intron phase="0" /> <exon label="7"> <coordinates coord_system="LRG_738" start="137882" end="137992" strand="1" /> <coordinates coord_system="LRG_738t1" start="614" end="724" /> <coordinates coord_system="LRG_738p1" start="153" end="189" /> </exon> <intron phase="0" /> <exon label="8"> <coordinates coord_system="LRG_738" start="141530" end="141607" strand="1" /> <coordinates coord_system="LRG_738t1" start="725" end="802" /> <coordinates coord_system="LRG_738p1" start="190" end="215" /> </exon> <intron phase="0" /> <exon label="9"> <coordinates coord_system="LRG_738" start="143532" end="143576" strand="1" /> <coordinates coord_system="LRG_738t1" start="803" end="847" /> <coordinates coord_system="LRG_738p1" start="216" end="230" /> </exon> <intron phase="0" /> <exon label="10"> <coordinates coord_system="LRG_738" start="144530" end="144583" strand="1" /> <coordinates coord_system="LRG_738t1" start="848" end="901" /> <coordinates coord_system="LRG_738p1" start="231" end="248" /> </exon> <intron phase="0" /> <exon label="11"> <coordinates coord_system="LRG_738" start="145089" end="145142" strand="1" /> <coordinates coord_system="LRG_738t1" start="902" end="955" /> <coordinates coord_system="LRG_738p1" start="249" end="266" /> </exon> <intron phase="0" /> <exon label="12"> <coordinates coord_system="LRG_738" start="146265" end="146318" strand="1" /> <coordinates coord_system="LRG_738t1" start="956" end="1009" /> <coordinates coord_system="LRG_738p1" start="267" end="284" /> </exon> <intron phase="0" /> <exon label="13"> <coordinates coord_system="LRG_738" start="149259" end="149312" strand="1" /> <coordinates coord_system="LRG_738t1" start="1010" end="1063" /> <coordinates coord_system="LRG_738p1" start="285" end="302" /> </exon> <intron phase="0" /> <exon label="14"> <coordinates coord_system="LRG_738" start="150271" end="150324" strand="1" /> <coordinates coord_system="LRG_738t1" start="1064" end="1117" /> <coordinates coord_system="LRG_738p1" start="303" end="320" /> </exon> <intron phase="0" /> <exon label="15"> <coordinates coord_system="LRG_738" start="151195" end="151239" strand="1" /> <coordinates coord_system="LRG_738t1" start="1118" end="1162" /> <coordinates coord_system="LRG_738p1" start="321" end="335" /> </exon> <intron phase="0" /> <exon label="16"> <coordinates coord_system="LRG_738" start="151733" end="151786" strand="1" /> <coordinates coord_system="LRG_738t1" start="1163" end="1216" /> <coordinates coord_system="LRG_738p1" start="336" end="353" /> </exon> <intron phase="0" /> <exon label="17"> <coordinates coord_system="LRG_738" start="154865" end="154909" strand="1" /> <coordinates coord_system="LRG_738t1" start="1217" end="1261" /> <coordinates coord_system="LRG_738p1" start="354" end="368" /> </exon> <intron phase="0" /> <exon label="18"> <coordinates coord_system="LRG_738" start="158209" end="158262" strand="1" /> <coordinates coord_system="LRG_738t1" start="1262" end="1315" /> <coordinates coord_system="LRG_738p1" start="369" end="386" /> </exon> <intron phase="0" /> <exon label="19"> <coordinates coord_system="LRG_738" start="161418" end="161516" strand="1" /> <coordinates coord_system="LRG_738t1" start="1316" end="1414" /> <coordinates coord_system="LRG_738p1" start="387" end="419" /> </exon> <intron phase="0" /> <exon label="20"> <coordinates coord_system="LRG_738" start="162032" end="162076" strand="1" /> <coordinates coord_system="LRG_738t1" start="1415" end="1459" /> <coordinates coord_system="LRG_738p1" start="420" end="434" /> </exon> <intron phase="0" /> <exon label="21"> <coordinates coord_system="LRG_738" start="162189" end="162287" strand="1" /> <coordinates coord_system="LRG_738t1" start="1460" end="1558" /> <coordinates coord_system="LRG_738p1" start="435" end="467" /> </exon> <intron phase="0" /> <exon label="22"> <coordinates coord_system="LRG_738" start="163520" end="163573" strand="1" /> <coordinates coord_system="LRG_738t1" start="1559" end="1612" /> <coordinates coord_system="LRG_738p1" start="468" end="485" /> </exon> <intron phase="0" /> <exon label="23"> <coordinates coord_system="LRG_738" start="163805" end="163912" strand="1" /> <coordinates coord_system="LRG_738t1" start="1613" end="1720" /> <coordinates coord_system="LRG_738p1" start="486" end="521" /> </exon> <intron phase="0" /> <exon label="24"> <coordinates coord_system="LRG_738" start="165245" end="165298" strand="1" /> <coordinates coord_system="LRG_738t1" start="1721" end="1774" /> <coordinates coord_system="LRG_738p1" start="522" end="539" /> </exon> <intron phase="0" /> <exon label="25"> <coordinates coord_system="LRG_738" start="165647" end="165745" strand="1" /> <coordinates coord_system="LRG_738t1" start="1775" end="1873" /> <coordinates coord_system="LRG_738p1" start="540" end="572" /> </exon> <intron phase="0" /> <exon label="26"> <coordinates coord_system="LRG_738" start="166269" end="166322" strand="1" /> <coordinates coord_system="LRG_738t1" start="1874" end="1927" /> <coordinates coord_system="LRG_738p1" start="573" end="590" /> </exon> <intron phase="0" /> <exon label="27"> <coordinates coord_system="LRG_738" start="167032" end="167130" strand="1" /> <coordinates coord_system="LRG_738t1" start="1928" end="2026" /> <coordinates coord_system="LRG_738p1" start="591" end="623" /> </exon> <intron phase="0" /> <exon label="28"> <coordinates coord_system="LRG_738" start="167239" end="167292" strand="1" /> <coordinates coord_system="LRG_738t1" start="2027" end="2080" /> <coordinates coord_system="LRG_738p1" start="624" end="641" /> </exon> <intron phase="0" /> <exon label="29"> <coordinates coord_system="LRG_738" start="167384" end="167437" strand="1" /> <coordinates coord_system="LRG_738t1" start="2081" end="2134" /> <coordinates coord_system="LRG_738p1" start="642" end="659" /> </exon> <intron phase="0" /> <exon label="30"> <coordinates coord_system="LRG_738" start="168687" end="168740" strand="1" /> <coordinates coord_system="LRG_738t1" start="2135" end="2188" /> <coordinates coord_system="LRG_738p1" start="660" end="677" /> </exon> <intron phase="0" /> <exon label="31"> <coordinates coord_system="LRG_738" start="169519" end="169572" strand="1" /> <coordinates coord_system="LRG_738t1" start="2189" end="2242" /> <coordinates coord_system="LRG_738p1" start="678" end="695" /> </exon> <intron phase="0" /> <exon label="32"> <coordinates coord_system="LRG_738" start="171409" end="171453" strand="1" /> <coordinates coord_system="LRG_738t1" start="2243" end="2287" /> <coordinates coord_system="LRG_738p1" start="696" end="710" /> </exon> <intron phase="0" /> <exon label="33"> <coordinates coord_system="LRG_738" start="171775" end="171873" strand="1" /> <coordinates coord_system="LRG_738t1" start="2288" end="2386" /> <coordinates coord_system="LRG_738p1" start="711" end="743" /> </exon> <intron phase="0" /> <exon label="34"> <coordinates coord_system="LRG_738" start="172875" end="172982" strand="1" /> <coordinates coord_system="LRG_738t1" start="2387" end="2494" /> <coordinates coord_system="LRG_738p1" start="744" end="779" /> </exon> <intron phase="0" /> <exon label="35"> <coordinates coord_system="LRG_738" start="173276" end="173329" strand="1" /> <coordinates coord_system="LRG_738t1" start="2495" end="2548" /> <coordinates coord_system="LRG_738p1" start="780" end="797" /> </exon> <intron phase="0" /> <exon label="36"> <coordinates coord_system="LRG_738" start="176090" end="176143" strand="1" /> <coordinates coord_system="LRG_738t1" start="2549" end="2602" /> <coordinates coord_system="LRG_738p1" start="798" end="815" /> </exon> <intron phase="0" /> <exon label="37"> <coordinates coord_system="LRG_738" start="176354" end="176407" strand="1" /> <coordinates coord_system="LRG_738t1" start="2603" end="2656" /> <coordinates coord_system="LRG_738p1" start="816" end="833" /> </exon> <intron phase="0" /> <exon label="38"> <coordinates coord_system="LRG_738" start="176825" end="176878" strand="1" /> <coordinates coord_system="LRG_738t1" start="2657" end="2710" /> <coordinates coord_system="LRG_738p1" start="834" end="851" /> </exon> <intron phase="0" /> <exon label="39"> <coordinates coord_system="LRG_738" start="177284" end="177391" strand="1" /> <coordinates coord_system="LRG_738t1" start="2711" end="2818" /> <coordinates coord_system="LRG_738p1" start="852" end="887" /> </exon> <intron phase="0" /> <exon label="40"> <coordinates coord_system="LRG_738" start="177500" end="177553" strand="1" /> <coordinates coord_system="LRG_738t1" start="2819" end="2872" /> <coordinates coord_system="LRG_738p1" start="888" end="905" /> </exon> <intron phase="0" /> <exon label="41"> <coordinates coord_system="LRG_738" start="178077" end="178130" strand="1" /> <coordinates coord_system="LRG_738t1" start="2873" end="2926" /> <coordinates coord_system="LRG_738p1" start="906" end="923" /> </exon> <intron phase="0" /> <exon label="42"> <coordinates coord_system="LRG_738" start="178821" end="178982" strand="1" /> <coordinates coord_system="LRG_738t1" start="2927" end="3088" /> <coordinates coord_system="LRG_738p1" start="924" end="977" /> </exon> <intron phase="0" /> <exon label="43"> <coordinates coord_system="LRG_738" start="179626" end="179733" strand="1" /> <coordinates coord_system="LRG_738t1" start="3089" end="3196" /> <coordinates coord_system="LRG_738p1" start="978" end="1013" /> </exon> <intron phase="0" /> <exon label="44"> <coordinates coord_system="LRG_738" start="180848" end="180955" strand="1" /> <coordinates coord_system="LRG_738t1" start="3197" end="3304" /> <coordinates coord_system="LRG_738p1" start="1014" end="1049" /> </exon> <intron phase="0" /> <exon label="45"> <coordinates coord_system="LRG_738" start="182040" end="182093" strand="1" /> <coordinates coord_system="LRG_738t1" start="3305" end="3358" /> <coordinates coord_system="LRG_738p1" start="1050" end="1067" /> </exon> <intron phase="0" /> <exon label="46"> <coordinates coord_system="LRG_738" start="184395" end="184502" strand="1" /> <coordinates coord_system="LRG_738t1" start="3359" end="3466" /> <coordinates coord_system="LRG_738p1" start="1068" end="1103" /> </exon> <intron phase="0" /> <exon label="47"> <coordinates coord_system="LRG_738" start="185070" end="185123" strand="1" /> <coordinates coord_system="LRG_738t1" start="3467" end="3520" /> <coordinates coord_system="LRG_738p1" start="1104" end="1121" /> </exon> <intron phase="0" /> <exon label="48"> <coordinates coord_system="LRG_738" start="187044" end="187151" strand="1" /> <coordinates coord_system="LRG_738t1" start="3521" end="3628" /> <coordinates coord_system="LRG_738p1" start="1122" end="1157" /> </exon> <intron phase="0" /> <exon label="49"> <coordinates coord_system="LRG_738" start="187529" end="187582" strand="1" /> <coordinates coord_system="LRG_738t1" start="3629" end="3682" /> <coordinates coord_system="LRG_738p1" start="1158" end="1175" /> </exon> <intron phase="0" /> <exon label="50"> <coordinates coord_system="LRG_738" start="188609" end="188716" strand="1" /> <coordinates coord_system="LRG_738t1" start="3683" end="3790" /> <coordinates coord_system="LRG_738p1" start="1176" end="1211" /> </exon> <intron phase="0" /> <exon label="51"> <coordinates coord_system="LRG_738" start="190739" end="191030" strand="1" /> <coordinates coord_system="LRG_738t1" start="3791" end="4082" /> <coordinates coord_system="LRG_738p1" start="1212" end="1309" /> </exon> <intron phase="1" /> <exon label="52"> <coordinates coord_system="LRG_738" start="193499" end="193686" strand="1" /> <coordinates coord_system="LRG_738t1" start="4083" end="4270" /> <coordinates coord_system="LRG_738p1" start="1309" end="1371" /> </exon> <intron phase="0" /> <exon label="53"> <coordinates coord_system="LRG_738" start="195147" end="195386" strand="1" /> <coordinates coord_system="LRG_738t1" start="4271" end="4510" /> <coordinates coord_system="LRG_738p1" start="1372" end="1451" /> </exon> <intron phase="0" /> <exon label="54"> <coordinates coord_system="LRG_738" start="196086" end="198404" strand="1" /> <coordinates coord_system="LRG_738t1" start="4511" end="6829" /> <coordinates coord_system="LRG_738p1" start="1452" end="1499" /> </exon> </transcript> </fixed_annotation> <updatable_annotation> <annotation_set type="requester"> <source> <name></name> <contact> <name>Raymond Dalgleish</name> <address>Department of Genetics and Genome Biology, University of Leicester, UK</address> <email>raymond.dalgleish@le.ac.uk</email> </contact> </source> <modification_date>2021-03-31</modification_date> </annotation_set> <annotation_set type="lrg"> <source> <name>LRG</name> <url>http://www.lrg-sequence.org/</url> <contact> <name>Locus Reference Genomic</name> <url>https://www.lrg-sequence.org/contact/</url> <email>contact@lrg-sequence.org</email> </contact> </source> <modification_date>2021-03-31</modification_date> <mapping coord_system="GRCh37.p13" other_name="2" other_id="NC_000002.11" other_id_syn="CM000664.1" other_start="189894641" other_end="190095027" type="other_assembly"> <mapping_span lrg_start="1" lrg_end="200387" other_start="189894641" other_end="190095027" strand="-1" /> </mapping> <mapping coord_system="GRCh38.p13" other_name="2" other_id="NC_000002.12" other_id_syn="CM000664.2" other_start="189029915" other_end="189230301" type="main_assembly"> <mapping_span lrg_start="1" lrg_end="200387" other_start="189029915" other_end="189230301" strand="-1" /> </mapping> <lrg_locus source="HGNC">COL5A2</lrg_locus> </annotation_set> <annotation_set type="ncbi"> <source> <name>NCBI RefSeq</name> <url>http://www.ncbi.nlm.nih.gov/projects/RefSeq/RSG/</url> <contact> <name>RefSeqGene Group</name> <address>NCBI/NLM/NIH</address> <email>refseq-admin@ncbi.nlm.nih.gov</email> </contact> </source> <comment>Annotation from NG_011799.3</comment> <modification_date>2021-03-30</modification_date> <mapping coord_system="NM_000393.5" other_name="NM_000393.5" other_id="NM_000393.5" other_start="1" other_end="6829" type="transcript"> <mapping_span lrg_start="50541" lrg_end="50794" other_start="1" other_end="254" strand="1" /> <mapping_span lrg_start="119853" lrg_end="120077" other_start="255" other_end="479" strand="1" /> <mapping_span lrg_start="126025" lrg_end="126038" other_start="480" other_end="493" strand="1" /> <mapping_span lrg_start="130163" lrg_end="130195" other_start="494" other_end="526" strand="1" /> <mapping_span lrg_start="131543" lrg_end="131575" other_start="527" other_end="559" strand="1" /> <mapping_span lrg_start="132972" lrg_end="133025" other_start="560" other_end="613" strand="1" /> <mapping_span lrg_start="137882" lrg_end="137992" other_start="614" other_end="724" strand="1" /> <mapping_span lrg_start="141530" lrg_end="141607" other_start="725" other_end="802" strand="1" /> <mapping_span lrg_start="143532" lrg_end="143576" other_start="803" other_end="847" strand="1" /> <mapping_span lrg_start="144530" lrg_end="144583" other_start="848" other_end="901" strand="1" /> <mapping_span lrg_start="145089" lrg_end="145142" other_start="902" other_end="955" strand="1" /> <mapping_span lrg_start="146265" lrg_end="146318" other_start="956" other_end="1009" strand="1" /> <mapping_span lrg_start="149259" lrg_end="149312" other_start="1010" other_end="1063" strand="1" /> <mapping_span lrg_start="150271" lrg_end="150324" other_start="1064" other_end="1117" strand="1" /> <mapping_span lrg_start="151195" lrg_end="151239" other_start="1118" other_end="1162" strand="1" /> <mapping_span lrg_start="151733" lrg_end="151786" other_start="1163" other_end="1216" strand="1" /> <mapping_span lrg_start="154865" lrg_end="154909" other_start="1217" other_end="1261" strand="1" /> <mapping_span lrg_start="158209" lrg_end="158262" other_start="1262" other_end="1315" strand="1" /> <mapping_span lrg_start="161418" lrg_end="161516" other_start="1316" other_end="1414" strand="1" /> <mapping_span lrg_start="162032" lrg_end="162076" other_start="1415" other_end="1459" strand="1" /> <mapping_span lrg_start="162189" lrg_end="162287" other_start="1460" other_end="1558" strand="1" /> <mapping_span lrg_start="163520" lrg_end="163573" other_start="1559" other_end="1612" strand="1" /> <mapping_span lrg_start="163805" lrg_end="163912" other_start="1613" other_end="1720" strand="1" /> <mapping_span lrg_start="165245" lrg_end="165298" other_start="1721" other_end="1774" strand="1" /> <mapping_span lrg_start="165647" lrg_end="165745" other_start="1775" other_end="1873" strand="1" /> <mapping_span lrg_start="166269" lrg_end="166322" other_start="1874" other_end="1927" strand="1" /> <mapping_span lrg_start="167032" lrg_end="167130" other_start="1928" other_end="2026" strand="1" /> <mapping_span lrg_start="167239" lrg_end="167292" other_start="2027" other_end="2080" strand="1" /> <mapping_span lrg_start="167384" lrg_end="167437" other_start="2081" other_end="2134" strand="1" /> <mapping_span lrg_start="168687" lrg_end="168740" other_start="2135" other_end="2188" strand="1" /> <mapping_span lrg_start="169519" lrg_end="169572" other_start="2189" other_end="2242" strand="1" /> <mapping_span lrg_start="171409" lrg_end="171453" other_start="2243" other_end="2287" strand="1" /> <mapping_span lrg_start="171775" lrg_end="171873" other_start="2288" other_end="2386" strand="1" /> <mapping_span lrg_start="172875" lrg_end="172982" other_start="2387" other_end="2494" strand="1" /> <mapping_span lrg_start="173276" lrg_end="173329" other_start="2495" other_end="2548" strand="1" /> <mapping_span lrg_start="176090" lrg_end="176143" other_start="2549" other_end="2602" strand="1" /> <mapping_span lrg_start="176354" lrg_end="176407" other_start="2603" other_end="2656" strand="1" /> <mapping_span lrg_start="176825" lrg_end="176878" other_start="2657" other_end="2710" strand="1" /> <mapping_span lrg_start="177284" lrg_end="177391" other_start="2711" other_end="2818" strand="1" /> <mapping_span lrg_start="177500" lrg_end="177553" other_start="2819" other_end="2872" strand="1" /> <mapping_span lrg_start="178077" lrg_end="178130" other_start="2873" other_end="2926" strand="1" /> <mapping_span lrg_start="178821" lrg_end="178982" other_start="2927" other_end="3088" strand="1" /> <mapping_span lrg_start="179626" lrg_end="179733" other_start="3089" other_end="3196" strand="1" /> <mapping_span lrg_start="180848" lrg_end="180955" other_start="3197" other_end="3304" strand="1" /> <mapping_span lrg_start="182040" lrg_end="182093" other_start="3305" other_end="3358" strand="1" /> <mapping_span lrg_start="184395" lrg_end="184502" other_start="3359" other_end="3466" strand="1" /> <mapping_span lrg_start="185070" lrg_end="185123" other_start="3467" other_end="3520" strand="1" /> <mapping_span lrg_start="187044" lrg_end="187151" other_start="3521" other_end="3628" strand="1" /> <mapping_span lrg_start="187529" lrg_end="187582" other_start="3629" other_end="3682" strand="1" /> <mapping_span lrg_start="188609" lrg_end="188716" other_start="3683" other_end="3790" strand="1" /> <mapping_span lrg_start="190739" lrg_end="191030" other_start="3791" other_end="4082" strand="1" /> <mapping_span lrg_start="193499" lrg_end="193686" other_start="4083" other_end="4270" strand="1" /> <mapping_span lrg_start="195147" lrg_end="195386" other_start="4271" other_end="4510" strand="1" /> <mapping_span lrg_start="196086" lrg_end="198404" other_start="4511" other_end="6829" strand="1" /> </mapping> <features> <gene source="NCBI-Gene" accession="1290"> <symbol name="COL5A2" source="HGNC"> <synonym>EDSC</synonym> <synonym>EDSCL2</synonym> </symbol> <coordinates coord_system="LRG_738" start="50541" end="198404" strand="1" /> <long_name>collagen type V alpha 2 chain</long_name> <db_xref source="GeneID" accession="1290" /> <db_xref source="HGNC" accession="HGNC:2210" /> <db_xref source="MIM" accession="120190" /> <db_xref source="CCDS" accession="CCDS33350.1" /> <db_xref source="GI" accession="1601875647" /> <transcript source="RefSeq" accession="NM_000393.5" fixed_id="t1"> <coordinates coord_system="LRG_738" start="50541" end="198404" strand="1" /> <long_name>collagen type V alpha 2 chain</long_name> <db_xref source="GeneID" accession="1290" /> <db_xref source="GI" accession="1519314455" /> <db_xref source="MANE-select" accession="NM_000393.5" /> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="50541" end="50794" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="119853" end="120077" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="126025" end="126038" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="130163" end="130195" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="131543" end="131575" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="132972" end="133025" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="137882" end="137992" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="141530" end="141607" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="143532" end="143576" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="144530" end="144583" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="145089" end="145142" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="146265" end="146318" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="149259" end="149312" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="150271" end="150324" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="151195" end="151239" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="151733" end="151786" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="154865" end="154909" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="158209" end="158262" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="161418" end="161516" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="162032" end="162076" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="162189" end="162287" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="163520" end="163573" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="163805" end="163912" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="165245" end="165298" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="165647" end="165745" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="166269" end="166322" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="167032" end="167130" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="167239" end="167292" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="167384" end="167437" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="168687" end="168740" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="169519" end="169572" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="171409" end="171453" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="171775" end="171873" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="172875" end="172982" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="173276" end="173329" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="176090" end="176143" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="176354" end="176407" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="176825" end="176878" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="177284" end="177391" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="177500" end="177553" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="178077" end="178130" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="178821" end="178982" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="179626" end="179733" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="180848" end="180955" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="182040" end="182093" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="184395" end="184502" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="185070" end="185123" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="187044" end="187151" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="187529" end="187582" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="188609" end="188716" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="190739" end="191030" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="193499" end="193686" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="195147" end="195386" strand="1" /> </exon> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="196086" end="198404" strand="1" /> </exon> <protein_product source="RefSeq" accession="NP_000384.2" fixed_id="p1"> <coordinates coord_system="LRG_738" start="50698" end="196232" strand="1" /> <db_xref source="CCDS" accession="CCDS33350.1" /> <db_xref source="GeneID" accession="1290" /> <db_xref source="GI" accession="89363017" /> </protein_product> </transcript> </gene> <gene source="NCBI-Gene" accession="100422908"> <symbol source="HGNC" name="MIR3129"> <synonym>mir-3129</synonym> </symbol> <coordinates coord_system="LRG_738" start="97191" end="97266" strand="1" /> <long_name>microRNA 3129</long_name> <db_xref source="GeneID" accession="100422908" /> <db_xref source="HGNC" accession="HGNC:38217" /> <db_xref source="miRBase" accession="MI0014146" /> <transcript source="RefSeq" accession="NR_036076.1"> <coordinates coord_system="LRG_738" start="97191" end="97266" strand="1" /> <long_name>microRNA 3129</long_name> <db_xref source="GeneID" accession="100422908" /> <db_xref source="GI" accession="301173293" /> <exon source="RefSeq" accession=""> <coordinates coord_system="LRG_738" start="97191" end="97266" strand="1" /> </exon> </transcript> </gene> </features> </annotation_set> <annotation_set type="ensembl"> <source> <name>Ensembl</name> <url>http://www.ensembl.org/</url> <contact> <name>Ensembl</name> <address>European Bioinformatics Institute</address> <email>helpdesk@ensembl.org</email> </contact> </source> <comment>Annotation is based on Ensembl release 103 (GRCh38 primary assembly)</comment> <modification_date>2021-03-31</modification_date> <mapping coord_system="ENST00000374866.9" other_name="ENST00000374866.9" other_id="ENST00000374866.9" other_start="1" other_end="6829" type="transcript"> <mapping_span lrg_start="50541" lrg_end="50794" other_start="1" other_end="254" strand="1" /> <mapping_span lrg_start="119853" lrg_end="120077" other_start="255" other_end="479" strand="1" /> <mapping_span lrg_start="126025" lrg_end="126038" other_start="480" other_end="493" strand="1" /> <mapping_span lrg_start="130163" lrg_end="130195" other_start="494" other_end="526" strand="1" /> <mapping_span lrg_start="131543" lrg_end="131575" other_start="527" other_end="559" strand="1" /> <mapping_span lrg_start="132972" lrg_end="133025" other_start="560" other_end="613" strand="1" /> <mapping_span lrg_start="137882" lrg_end="137992" other_start="614" other_end="724" strand="1" /> <mapping_span lrg_start="141530" lrg_end="141607" other_start="725" other_end="802" strand="1" /> <mapping_span lrg_start="143532" lrg_end="143576" other_start="803" other_end="847" strand="1" /> <mapping_span lrg_start="144530" lrg_end="144583" other_start="848" other_end="901" strand="1" /> <mapping_span lrg_start="145089" lrg_end="145142" other_start="902" other_end="955" strand="1" /> <mapping_span lrg_start="146265" lrg_end="146318" other_start="956" other_end="1009" strand="1" /> <mapping_span lrg_start="149259" lrg_end="149312" other_start="1010" other_end="1063" strand="1" /> <mapping_span lrg_start="150271" lrg_end="150324" other_start="1064" other_end="1117" strand="1" /> <mapping_span lrg_start="151195" lrg_end="151239" other_start="1118" other_end="1162" strand="1" /> <mapping_span lrg_start="151733" lrg_end="151786" other_start="1163" other_end="1216" strand="1" /> <mapping_span lrg_start="154865" lrg_end="154909" other_start="1217" other_end="1261" strand="1" /> <mapping_span lrg_start="158209" lrg_end="158262" other_start="1262" other_end="1315" strand="1" /> <mapping_span lrg_start="161418" lrg_end="161516" other_start="1316" other_end="1414" strand="1" /> <mapping_span lrg_start="162032" lrg_end="162076" other_start="1415" other_end="1459" strand="1" /> <mapping_span lrg_start="162189" lrg_end="162287" other_start="1460" other_end="1558" strand="1" /> <mapping_span lrg_start="163520" lrg_end="163573" other_start="1559" other_end="1612" strand="1" /> <mapping_span lrg_start="163805" lrg_end="163912" other_start="1613" other_end="1720" strand="1" /> <mapping_span lrg_start="165245" lrg_end="165298" other_start="1721" other_end="1774" strand="1" /> <mapping_span lrg_start="165647" lrg_end="165745" other_start="1775" other_end="1873" strand="1" /> <mapping_span lrg_start="166269" lrg_end="166322" other_start="1874" other_end="1927" strand="1" /> <mapping_span lrg_start="167032" lrg_end="167130" other_start="1928" other_end="2026" strand="1" /> <mapping_span lrg_start="167239" lrg_end="167292" other_start="2027" other_end="2080" strand="1" /> <mapping_span lrg_start="167384" lrg_end="167437" other_start="2081" other_end="2134" strand="1" /> <mapping_span lrg_start="168687" lrg_end="168740" other_start="2135" other_end="2188" strand="1" /> <mapping_span lrg_start="169519" lrg_end="169572" other_start="2189" other_end="2242" strand="1" /> <mapping_span lrg_start="171409" lrg_end="171453" other_start="2243" other_end="2287" strand="1" /> <mapping_span lrg_start="171775" lrg_end="171873" other_start="2288" other_end="2386" strand="1" /> <mapping_span lrg_start="172875" lrg_end="172982" other_start="2387" other_end="2494" strand="1" /> <mapping_span lrg_start="173276" lrg_end="173329" other_start="2495" other_end="2548" strand="1" /> <mapping_span lrg_start="176090" lrg_end="176143" other_start="2549" other_end="2602" strand="1" /> <mapping_span lrg_start="176354" lrg_end="176407" other_start="2603" other_end="2656" strand="1" /> <mapping_span lrg_start="176825" lrg_end="176878" other_start="2657" other_end="2710" strand="1" /> <mapping_span lrg_start="177284" lrg_end="177391" other_start="2711" other_end="2818" strand="1" /> <mapping_span lrg_start="177500" lrg_end="177553" other_start="2819" other_end="2872" strand="1" /> <mapping_span lrg_start="178077" lrg_end="178130" other_start="2873" other_end="2926" strand="1" /> <mapping_span lrg_start="178821" lrg_end="178982" other_start="2927" other_end="3088" strand="1" /> <mapping_span lrg_start="179626" lrg_end="179733" other_start="3089" other_end="3196" strand="1" /> <mapping_span lrg_start="180848" lrg_end="180955" other_start="3197" other_end="3304" strand="1" /> <mapping_span lrg_start="182040" lrg_end="182093" other_start="3305" other_end="3358" strand="1" /> <mapping_span lrg_start="184395" lrg_end="184502" other_start="3359" other_end="3466" strand="1" /> <mapping_span lrg_start="185070" lrg_end="185123" other_start="3467" other_end="3520" strand="1" /> <mapping_span lrg_start="187044" lrg_end="187151" other_start="3521" other_end="3628" strand="1" /> <mapping_span lrg_start="187529" lrg_end="187582" other_start="3629" other_end="3682" strand="1" /> <mapping_span lrg_start="188609" lrg_end="188716" other_start="3683" other_end="3790" strand="1" /> <mapping_span lrg_start="190739" lrg_end="191030" other_start="3791" other_end="4082" strand="1" /> <mapping_span lrg_start="193499" lrg_end="193686" other_start="4083" other_end="4270" strand="1" /> <mapping_span lrg_start="195147" lrg_end="195386" other_start="4271" other_end="4510" strand="1" /> <mapping_span lrg_start="196086" lrg_end="198404" other_start="4511" other_end="6829" strand="1" /> </mapping> <mapping coord_system="ENST00000470524.2" other_name="ENST00000470524.2" other_id="ENST00000470524.2" other_start="1" other_end="704" type="transcript"> <mapping_span lrg_start="167264" lrg_end="167292" other_start="1" other_end="29" strand="1" /> <mapping_span lrg_start="167384" lrg_end="167437" other_start="30" other_end="83" strand="1" /> <mapping_span lrg_start="168687" lrg_end="168740" other_start="84" other_end="137" strand="1" /> <mapping_span lrg_start="169519" lrg_end="169572" other_start="138" other_end="191" strand="1" /> <mapping_span lrg_start="171409" lrg_end="171453" other_start="192" other_end="236" strand="1" /> <mapping_span lrg_start="171775" lrg_end="171873" other_start="237" other_end="335" strand="1" /> <mapping_span lrg_start="172875" lrg_end="172982" other_start="336" other_end="443" strand="1" /> <mapping_span lrg_start="173276" lrg_end="173536" other_start="444" other_end="704" strand="1" /> </mapping> <mapping coord_system="ENST00000618828.1" other_name="ENST00000618828.1" other_id="ENST00000618828.1" other_start="1" other_end="6399" type="transcript"> <mapping_span lrg_start="50423" lrg_end="50794" other_start="1" other_end="372" strand="1" /> <mapping_span lrg_start="119853" lrg_end="120077" other_start="373" other_end="597" strand="1" /> <mapping_span lrg_start="126025" lrg_end="126038" other_start="598" other_end="611" strand="1" /> <mapping_span lrg_start="130163" lrg_end="130195" other_start="612" other_end="644" strand="1" /> <mapping_span lrg_start="131543" lrg_end="131575" other_start="645" other_end="677" strand="1" /> <mapping_span lrg_start="132972" lrg_end="133025" other_start="678" other_end="731" strand="1" /> <mapping_span lrg_start="137882" lrg_end="137992" other_start="732" other_end="842" strand="1" /> <mapping_span lrg_start="141530" lrg_end="141607" other_start="843" other_end="920" strand="1" /> <mapping_span lrg_start="143532" lrg_end="143576" other_start="921" other_end="965" strand="1" /> <mapping_span lrg_start="144530" lrg_end="144583" other_start="966" other_end="1019" strand="1" /> <mapping_span lrg_start="145089" lrg_end="145142" other_start="1020" other_end="1073" strand="1" /> <mapping_span lrg_start="146265" lrg_end="146318" other_start="1074" other_end="1127" strand="1" /> <mapping_span lrg_start="149259" lrg_end="149312" other_start="1128" other_end="1181" strand="1" /> <mapping_span lrg_start="150271" lrg_end="150324" other_start="1182" other_end="1235" strand="1" /> <mapping_span lrg_start="151195" lrg_end="151222" other_start="1236" other_end="1263" strand="1" /> <mapping_span lrg_start="163869" lrg_end="163912" other_start="1264" other_end="1307" strand="1" /> <mapping_span lrg_start="165245" lrg_end="165298" other_start="1308" other_end="1361" strand="1" /> <mapping_span lrg_start="165647" lrg_end="165745" other_start="1362" other_end="1460" strand="1" /> <mapping_span lrg_start="166269" lrg_end="166322" other_start="1461" other_end="1514" strand="1" /> <mapping_span lrg_start="167032" lrg_end="167130" other_start="1515" other_end="1613" strand="1" /> <mapping_span lrg_start="167239" lrg_end="167292" other_start="1614" other_end="1667" strand="1" /> <mapping_span lrg_start="167384" lrg_end="167437" other_start="1668" other_end="1721" strand="1" /> <mapping_span lrg_start="168687" lrg_end="168740" other_start="1722" other_end="1775" strand="1" /> <mapping_span lrg_start="169519" lrg_end="169572" other_start="1776" other_end="1829" strand="1" /> <mapping_span lrg_start="171409" lrg_end="171453" other_start="1830" other_end="1874" strand="1" /> <mapping_span lrg_start="171775" lrg_end="171873" other_start="1875" other_end="1973" strand="1" /> <mapping_span lrg_start="172875" lrg_end="172982" other_start="1974" other_end="2081" strand="1" /> <mapping_span lrg_start="173276" lrg_end="173329" other_start="2082" other_end="2135" strand="1" /> <mapping_span lrg_start="176090" lrg_end="176143" other_start="2136" other_end="2189" strand="1" /> <mapping_span lrg_start="176354" lrg_end="176407" other_start="2190" other_end="2243" strand="1" /> <mapping_span lrg_start="176825" lrg_end="176878" other_start="2244" other_end="2297" strand="1" /> <mapping_span lrg_start="177284" lrg_end="177391" other_start="2298" other_end="2405" strand="1" /> <mapping_span lrg_start="177500" lrg_end="177553" other_start="2406" other_end="2459" strand="1" /> <mapping_span lrg_start="178077" lrg_end="178130" other_start="2460" other_end="2513" strand="1" /> <mapping_span lrg_start="178821" lrg_end="178982" other_start="2514" other_end="2675" strand="1" /> <mapping_span lrg_start="179626" lrg_end="179733" other_start="2676" other_end="2783" strand="1" /> <mapping_span lrg_start="180848" lrg_end="180955" other_start="2784" other_end="2891" strand="1" /> <mapping_span lrg_start="182040" lrg_end="182093" other_start="2892" other_end="2945" strand="1" /> <mapping_span lrg_start="184395" lrg_end="184502" other_start="2946" other_end="3053" strand="1" /> <mapping_span lrg_start="185070" lrg_end="185123" other_start="3054" other_end="3107" strand="1" /> <mapping_span lrg_start="187044" lrg_end="187151" other_start="3108" other_end="3215" strand="1" /> <mapping_span lrg_start="187529" lrg_end="187582" other_start="3216" other_end="3269" strand="1" /> <mapping_span lrg_start="188609" lrg_end="188716" other_start="3270" other_end="3377" strand="1" /> <mapping_span lrg_start="190739" lrg_end="191030" other_start="3378" other_end="3669" strand="1" /> <mapping_span lrg_start="193499" lrg_end="193686" other_start="3670" other_end="3857" strand="1" /> <mapping_span lrg_start="195147" lrg_end="195386" other_start="3858" other_end="4097" strand="1" /> <mapping_span lrg_start="196086" lrg_end="198387" other_start="4098" other_end="6399" strand="1" /> </mapping> <mapping coord_system="ENST00000649966.1" other_name="ENST00000649966.1" other_id="ENST00000649966.1" other_start="1" other_end="856" type="transcript"> <mapping_span lrg_start="4990" lrg_end="5154" other_start="1" other_end="165" strand="1" /> <mapping_span lrg_start="119853" lrg_end="120077" other_start="166" other_end="390" strand="1" /> <mapping_span lrg_start="126025" lrg_end="126038" other_start="391" other_end="404" strand="1" /> <mapping_span lrg_start="130163" lrg_end="130195" other_start="405" other_end="437" strand="1" /> <mapping_span lrg_start="131543" lrg_end="131575" other_start="438" other_end="470" strand="1" /> <mapping_span lrg_start="132972" lrg_end="133025" other_start="471" other_end="524" strand="1" /> <mapping_span lrg_start="137882" lrg_end="137992" other_start="525" other_end="635" strand="1" /> <mapping_span lrg_start="141530" lrg_end="141607" other_start="636" other_end="713" strand="1" /> <mapping_span lrg_start="143532" lrg_end="143576" other_start="714" other_end="758" strand="1" /> <mapping_span lrg_start="144530" lrg_end="144583" other_start="759" other_end="812" strand="1" /> <mapping_span lrg_start="145089" lrg_end="145132" other_start="813" other_end="856" strand="1" /> </mapping> <features> <gene source="Ensembl" accession="ENSG00000204262.14"> <symbol name="COL5A2" source="HGNC" /> <coordinates coord_system="LRG_738" start="4990" end="198404" strand="1" mapped_from="GRCh38" /> <long_name>collagen type V alpha 2 chain (protein_coding)</long_name> <db_xref source="GeneID" accession="1290" /> <db_xref source="HGNC" accession="2210" /> <db_xref source="MIM" accession="120190" /> <db_xref source="Ensembl" accession="ENSG00000204262" /> <transcript source="Ensembl" accession="ENST00000649966.1"> <coordinates coord_system="LRG_738" start="4990" end="145132" strand="1" mapped_from="GRCh38" /> <long_name>COL5A2-204 (protein_coding)</long_name> <exon source="Ensembl" accession="ENSE00003837240"> <coordinates coord_system="LRG_738" start="4990" end="5154" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003834128"> <coordinates coord_system="LRG_738" start="119853" end="120077" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002480324"> <coordinates coord_system="LRG_738" start="126025" end="126038" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002308931"> <coordinates coord_system="LRG_738" start="130163" end="130195" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002246300"> <coordinates coord_system="LRG_738" start="131543" end="131575" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002274959"> <coordinates coord_system="LRG_738" start="132972" end="133025" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002261192"> <coordinates coord_system="LRG_738" start="137882" end="137992" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002298782"> <coordinates coord_system="LRG_738" start="141530" end="141607" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002265614"> <coordinates coord_system="LRG_738" start="143532" end="143576" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002320301"> <coordinates coord_system="LRG_738" start="144530" end="144583" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003839694"> <coordinates coord_system="LRG_738" start="145089" end="145132" strand="1" mapped_from="GRCh38" /> </exon> <protein_product source="Ensembl" accession="ENSP00000496785.1"> <coordinates coord_system="LRG_738" start="119894" end="145132" strand="1" mapped_from="GRCh38" /> </protein_product> </transcript> <transcript source="Ensembl" accession="ENST00000618828.1"> <coordinates coord_system="LRG_738" start="50423" end="198387" strand="1" mapped_from="GRCh38" /> <long_name>COL5A2-203 (protein_coding)</long_name> <exon source="Ensembl" accession="ENSE00003728446"> <coordinates coord_system="LRG_738" start="50423" end="50794" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003726637"> <coordinates coord_system="LRG_738" start="119853" end="120077" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003750270"> <coordinates coord_system="LRG_738" start="126025" end="126038" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003747360"> <coordinates coord_system="LRG_738" start="130163" end="130195" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003719172"> <coordinates coord_system="LRG_738" start="131543" end="131575" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003738287"> <coordinates coord_system="LRG_738" start="132972" end="133025" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003742263"> <coordinates coord_system="LRG_738" start="137882" end="137992" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003740864"> <coordinates coord_system="LRG_738" start="141530" end="141607" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002265614"> <coordinates coord_system="LRG_738" start="143532" end="143576" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002320301"> <coordinates coord_system="LRG_738" start="144530" end="144583" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002207962"> <coordinates coord_system="LRG_738" start="145089" end="145142" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002259894"> <coordinates coord_system="LRG_738" start="146265" end="146318" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002282195"> <coordinates coord_system="LRG_738" start="149259" end="149312" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002298836"> <coordinates coord_system="LRG_738" start="150271" end="150324" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003734809"> <coordinates coord_system="LRG_738" start="151195" end="151222" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003741202"> <coordinates coord_system="LRG_738" start="163869" end="163912" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464964"> <coordinates coord_system="LRG_738" start="165245" end="165298" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464962"> <coordinates coord_system="LRG_738" start="165647" end="165745" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464960"> <coordinates coord_system="LRG_738" start="166269" end="166322" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464958"> <coordinates coord_system="LRG_738" start="167032" end="167130" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464956"> <coordinates coord_system="LRG_738" start="167239" end="167292" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003512494"> <coordinates coord_system="LRG_738" start="167384" end="167437" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003626834"> <coordinates coord_system="LRG_738" start="168687" end="168740" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003630751"> <coordinates coord_system="LRG_738" start="169519" end="169572" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003672012"> <coordinates coord_system="LRG_738" start="171409" end="171453" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003460898"> <coordinates coord_system="LRG_738" start="171775" end="171873" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003535763"> <coordinates coord_system="LRG_738" start="172875" end="172982" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464942"> <coordinates coord_system="LRG_738" start="173276" end="173329" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464940"> <coordinates coord_system="LRG_738" start="176090" end="176143" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464939"> <coordinates coord_system="LRG_738" start="176354" end="176407" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464936"> <coordinates coord_system="LRG_738" start="176825" end="176878" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464933"> <coordinates coord_system="LRG_738" start="177284" end="177391" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464931"> <coordinates coord_system="LRG_738" start="177500" end="177553" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464928"> <coordinates coord_system="LRG_738" start="178077" end="178130" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464926"> <coordinates coord_system="LRG_738" start="178821" end="178982" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464924"> <coordinates coord_system="LRG_738" start="179626" end="179733" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464921"> <coordinates coord_system="LRG_738" start="180848" end="180955" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464919"> <coordinates coord_system="LRG_738" start="182040" end="182093" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464918"> <coordinates coord_system="LRG_738" start="184395" end="184502" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464916"> <coordinates coord_system="LRG_738" start="185070" end="185123" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464915"> <coordinates coord_system="LRG_738" start="187044" end="187151" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464914"> <coordinates coord_system="LRG_738" start="187529" end="187582" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464912"> <coordinates coord_system="LRG_738" start="188609" end="188716" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001340085"> <coordinates coord_system="LRG_738" start="190739" end="191030" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464909"> <coordinates coord_system="LRG_738" start="193499" end="193686" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464906"> <coordinates coord_system="LRG_738" start="195147" end="195386" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003724694"> <coordinates coord_system="LRG_738" start="196086" end="198387" strand="1" mapped_from="GRCh38" /> </exon> <protein_product source="Ensembl" accession="ENSP00000482184.1"> <coordinates coord_system="LRG_738" start="141593" end="196232" strand="1" mapped_from="GRCh38" /> </protein_product> </transcript> <transcript source="Ensembl" accession="ENST00000374866.9" fixed_id="t1"> <coordinates coord_system="LRG_738" start="50541" end="198404" strand="1" mapped_from="GRCh38" /> <long_name>COL5A2-201 (protein_coding)</long_name> <db_xref source="RefSeq" accession="NM_000393.5" /> <db_xref source="MANE-select" accession="ENST00000374866.9" /> <exon source="Ensembl" accession="ENSE00003840767"> <coordinates coord_system="LRG_738" start="50541" end="50794" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002277030"> <coordinates coord_system="LRG_738" start="119853" end="120077" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002480324"> <coordinates coord_system="LRG_738" start="126025" end="126038" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002308931"> <coordinates coord_system="LRG_738" start="130163" end="130195" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002246300"> <coordinates coord_system="LRG_738" start="131543" end="131575" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002274959"> <coordinates coord_system="LRG_738" start="132972" end="133025" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002261192"> <coordinates coord_system="LRG_738" start="137882" end="137992" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002298782"> <coordinates coord_system="LRG_738" start="141530" end="141607" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002265614"> <coordinates coord_system="LRG_738" start="143532" end="143576" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002320301"> <coordinates coord_system="LRG_738" start="144530" end="144583" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002207962"> <coordinates coord_system="LRG_738" start="145089" end="145142" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002259894"> <coordinates coord_system="LRG_738" start="146265" end="146318" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002282195"> <coordinates coord_system="LRG_738" start="149259" end="149312" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002298836"> <coordinates coord_system="LRG_738" start="150271" end="150324" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002296303"> <coordinates coord_system="LRG_738" start="151195" end="151239" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00002302801"> <coordinates coord_system="LRG_738" start="151733" end="151786" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464885"> <coordinates coord_system="LRG_738" start="154865" end="154909" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464883"> <coordinates coord_system="LRG_738" start="158209" end="158262" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464882"> <coordinates coord_system="LRG_738" start="161418" end="161516" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464881"> <coordinates coord_system="LRG_738" start="162032" end="162076" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464880"> <coordinates coord_system="LRG_738" start="162189" end="162287" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464879"> <coordinates coord_system="LRG_738" start="163520" end="163573" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464877"> <coordinates coord_system="LRG_738" start="163805" end="163912" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464964"> <coordinates coord_system="LRG_738" start="165245" end="165298" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464962"> <coordinates coord_system="LRG_738" start="165647" end="165745" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464960"> <coordinates coord_system="LRG_738" start="166269" end="166322" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464958"> <coordinates coord_system="LRG_738" start="167032" end="167130" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464956"> <coordinates coord_system="LRG_738" start="167239" end="167292" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003512494"> <coordinates coord_system="LRG_738" start="167384" end="167437" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003626834"> <coordinates coord_system="LRG_738" start="168687" end="168740" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003630751"> <coordinates coord_system="LRG_738" start="169519" end="169572" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003672012"> <coordinates coord_system="LRG_738" start="171409" end="171453" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003460898"> <coordinates coord_system="LRG_738" start="171775" end="171873" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003535763"> <coordinates coord_system="LRG_738" start="172875" end="172982" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464942"> <coordinates coord_system="LRG_738" start="173276" end="173329" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464940"> <coordinates coord_system="LRG_738" start="176090" end="176143" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464939"> <coordinates coord_system="LRG_738" start="176354" end="176407" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464936"> <coordinates coord_system="LRG_738" start="176825" end="176878" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464933"> <coordinates coord_system="LRG_738" start="177284" end="177391" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464931"> <coordinates coord_system="LRG_738" start="177500" end="177553" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464928"> <coordinates coord_system="LRG_738" start="178077" end="178130" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464926"> <coordinates coord_system="LRG_738" start="178821" end="178982" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464924"> <coordinates coord_system="LRG_738" start="179626" end="179733" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464921"> <coordinates coord_system="LRG_738" start="180848" end="180955" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464919"> <coordinates coord_system="LRG_738" start="182040" end="182093" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464918"> <coordinates coord_system="LRG_738" start="184395" end="184502" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464916"> <coordinates coord_system="LRG_738" start="185070" end="185123" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464915"> <coordinates coord_system="LRG_738" start="187044" end="187151" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464914"> <coordinates coord_system="LRG_738" start="187529" end="187582" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464912"> <coordinates coord_system="LRG_738" start="188609" end="188716" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001340085"> <coordinates coord_system="LRG_738" start="190739" end="191030" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464909"> <coordinates coord_system="LRG_738" start="193499" end="193686" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001464906"> <coordinates coord_system="LRG_738" start="195147" end="195386" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001950594"> <coordinates coord_system="LRG_738" start="196086" end="198404" strand="1" mapped_from="GRCh38" /> </exon> <protein_product source="Ensembl" accession="ENSP00000364000.3" fixed_id="p1"> <coordinates coord_system="LRG_738" start="50698" end="196232" strand="1" mapped_from="GRCh38" /> <db_xref source="RefSeq" accession="NP_000384.2" /> <db_xref source="UniProtKB" accession="P05997.217" /> <db_xref source="CCDS" accession="CCDS33350.1" /> </protein_product> </transcript> <transcript source="Ensembl" accession="ENST00000470524.2"> <coordinates coord_system="LRG_738" start="167264" end="173536" strand="1" mapped_from="GRCh38" /> <long_name>COL5A2-202 (retained_intron)</long_name> <exon source="Ensembl" accession="ENSE00001854487"> <coordinates coord_system="LRG_738" start="167264" end="167292" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003597613"> <coordinates coord_system="LRG_738" start="167384" end="167437" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003676471"> <coordinates coord_system="LRG_738" start="168687" end="168740" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003641863"> <coordinates coord_system="LRG_738" start="169519" end="169572" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003614785"> <coordinates coord_system="LRG_738" start="171409" end="171453" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003558536"> <coordinates coord_system="LRG_738" start="171775" end="171873" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00003555590"> <coordinates coord_system="LRG_738" start="172875" end="172982" strand="1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001847588"> <coordinates coord_system="LRG_738" start="173276" end="173536" strand="1" mapped_from="GRCh38" /> </exon> </transcript> </gene> <gene source="Ensembl" accession="ENSG00000228073.1"> <symbol name="AC133106.1" source="Clone_based_ensembl_gene" /> <coordinates coord_system="LRG_738" start="134144" end="135239" strand="-1" mapped_from="GRCh38" /> <long_name>novel transcript (lncRNA)</long_name> <db_xref source="Ensembl" accession="ENSG00000228073" /> <transcript source="Ensembl" accession="ENST00000419029.1"> <coordinates coord_system="LRG_738" start="134144" end="135239" strand="-1" mapped_from="GRCh38" /> <long_name>AC133106.1-201 (lncRNA)</long_name> <exon source="Ensembl" accession="ENSE00001741228"> <coordinates coord_system="LRG_738" start="135166" end="135239" strand="-1" mapped_from="GRCh38" /> </exon> <exon source="Ensembl" accession="ENSE00001649808"> <coordinates coord_system="LRG_738" start="134144" end="134466" strand="-1" mapped_from="GRCh38" /> </exon> </transcript> </gene> </features> </annotation_set> <annotation_set type="lsdb"> <source> <name>List of locus specific databases for COL5A2</name> <url>http://grenada.lumc.nl/LSDB_list/lsdbs/COL5A2</url> </source> <modification_date>2021-03-31</modification_date> </annotation_set> </updatable_annotation> </lrg>
233.638367
200,412
0.897501
6e72fb0a9469b89311eba240a138dee945403acc
144
xml
XML
viral2019/PMC7315839/sections/0_front/1_article-meta/4_aff.xml
petermr/openvirusdev
a3b04ad67a262c85bb7fe1f5c7eec9b8532673a9
[ "Apache-2.0" ]
null
null
null
viral2019/PMC7315839/sections/0_front/1_article-meta/4_aff.xml
petermr/openvirusdev
a3b04ad67a262c85bb7fe1f5c7eec9b8532673a9
[ "Apache-2.0" ]
1
2020-11-14T03:41:20.000Z
2021-03-22T10:04:35.000Z
viral2019/PMC7315839/sections/0_front/1_article-meta/4_aff.xml
petermr/openvirusdev
a3b04ad67a262c85bb7fe1f5c7eec9b8532673a9
[ "Apache-2.0" ]
1
2020-11-22T16:24:37.000Z
2020-11-22T16:24:37.000Z
<?xml version="1.0" encoding="UTF-8"?> <aff id="aff1">From the <label>∗</label>Institut de Cancérologie Strasbourg, Europe (ICANS) </aff>
28.8
69
0.666667
d70561eafbcc865195d60b492c36966d89097c03
1,082
xml
XML
android/library/src/main/res/drawable/ic_fluent_form_20_regular.xml
bennetfabian/fluentui-system-icons
647bd7e811c61a9930239e992c154daec405ee05
[ "MIT" ]
null
null
null
android/library/src/main/res/drawable/ic_fluent_form_20_regular.xml
bennetfabian/fluentui-system-icons
647bd7e811c61a9930239e992c154daec405ee05
[ "MIT" ]
null
null
null
android/library/src/main/res/drawable/ic_fluent_form_20_regular.xml
bennetfabian/fluentui-system-icons
647bd7e811c61a9930239e992c154daec405ee05
[ "MIT" ]
null
null
null
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20"> <path android:pathData="M5.5 3C4.12 3 3 4.12 3 5.5v9C3 15.88 4.12 17 5.5 17h9c1.38 0 2.5-1.12 2.5-2.5v-9C17 4.12 15.88 3 14.5 3h-9zM4 5.5C4 4.672 4.672 4 5.5 4h9C15.328 4 16 4.672 16 5.5v9c0 0.828-0.672 1.5-1.5 1.5h-9C4.672 16 4 15.328 4 14.5v-9zm2 4C6 9.224 6.224 9 6.5 9S7 9.224 7 9.5 6.776 10 6.5 10 6 9.776 6 9.5zM6.5 8C5.672 8 5 8.672 5 9.5S5.672 11 6.5 11 8 10.328 8 9.5 7.328 8 6.5 8zM9 9.5C9 9.224 9.224 9 9.5 9h5C14.776 9 15 9.224 15 9.5S14.776 10 14.5 10h-5C9.224 10 9 9.776 9 9.5zm-3 4C6 13.224 6.224 13 6.5 13S7 13.224 7 13.5 6.776 14 6.5 14 6 13.776 6 13.5zM6.5 12C5.672 12 5 12.672 5 13.5S5.672 15 6.5 15 8 14.328 8 13.5 7.328 12 6.5 12zM5 5.5C5 5.224 5.224 5 5.5 5h9C14.776 5 15 5.224 15 5.5S14.776 6 14.5 6h-9C5.224 6 5 5.776 5 5.5zM9.5 13C9.224 13 9 13.224 9 13.5S9.224 14 9.5 14h5c0.276 0 0.5-0.224 0.5-0.5S14.776 13 14.5 13h-5z" android:fillColor="@color/fluent_default_icon_tint"/> </vector>
270.5
905
0.687616
3925e889e69bb91d529699296cb266974f31cd76
2,810
csproj
XML
tests/graphql.generator.integration.tests/graphql.generator.integration.tests.csproj
digvand/tanka-graphql
4087096f1809652a760a72fb82bde6dc29f566bc
[ "MIT" ]
67
2019-01-11T13:58:43.000Z
2021-09-12T22:24:47.000Z
tests/graphql.generator.integration.tests/graphql.generator.integration.tests.csproj
pekkah/tanka-graphql
7a29e752cd34571ddd80e83b1c34ea10d8e0f35c
[ "MIT" ]
599
2019-01-11T11:16:37.000Z
2022-03-31T18:00:43.000Z
tests/graphql.generator.integration.tests/graphql.generator.integration.tests.csproj
digvand/tanka-graphql
4087096f1809652a760a72fb82bde6dc29f566bc
[ "MIT" ]
6
2019-04-15T01:57:47.000Z
2022-01-04T05:37:22.000Z
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net5.0</TargetFrameworks> <IsPackable>false</IsPackable> <RootNamespace>Tanka.GraphQL.Generator.Integration.Tests</RootNamespace> <AssemblyName>Tanka.GraphQL.Generator.Integration.Tests</AssemblyName> <Nullable>enable</Nullable> </PropertyGroup> <PropertyGroup> <TempTaskFolder>$([System.IO.Path]::GetTempPath())$([System.IO.Path]::GetRandomFileName())</TempTaskFolder> <TankaGeneratorForce>true</TankaGeneratorForce> <TankaSchemaTaskAssembly>$(TempTaskFolder)/tanka.graphql.generator.dll</TankaSchemaTaskAssembly> <TankaGeneratorToolCommand>dotnet</TankaGeneratorToolCommand> <TankaGeneratorToolCommandArgs>run --no-build -c $(Configuration) -p $(MSBuildThisFileDirectory)../../src/graphql.generator.tool/ -- gen-model</TankaGeneratorToolCommandArgs> </PropertyGroup> <Import Project="$(MSBuildThisFileDirectory)/../../src/graphql.generator/build/tanka.graphql.generator.targets" /> <ItemGroup> <None Remove="Extensions\Analysis\Schema.graphql" /> </ItemGroup> <ItemGroup> <GraphQL Include="Extensions\Analysis\Schema.graphql" Generate="Complete" /> <GraphQL Include="Types\InputObjectType\Schema.graphql" Generate="Complete" /> <GraphQL Include="Types\UnionType\Schema.graphql" Generate="Complete" /> <GraphQL Include="Types\InterfaceType\Schema.graphql" Generate="Complete" /> <GraphQL Include="Types\ObjectType\Schema.graphql" Generate="Complete" /> <GraphQL Include="Model\Schema.graphql" Generate="Complete" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" /> <PackageReference Include="NSubstitute" Version="4.2.2" /> <PackageReference Include="xunit" Version="2.4.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="coverlet.collector" Version="3.1.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\src\graphql.server\graphql.server.csproj" /> <ProjectReference Include="..\..\src\graphql\graphql.csproj" /> </ItemGroup> <Target Name="BeforeGenerateGraphQL"> <ItemGroup> <_TaskFiles Include="$(MSBuildProjectDirectory)/../../src/graphql.generator/bin/$(Configuration)/netstandard2.0/**/*.*" /> </ItemGroup> <Copy SourceFiles="@(_TaskFiles)" DestinationFolder="$(TempTaskFolder)" /> </Target> <Target Name="AfterBuild"> </Target> </Project>
53.018868
178
0.734164
2cead78547859cc100c39ab4a68deed81731ec01
14,636
xml
XML
.idea/workspace.xml
Quazirafi1/image_man
91bc58cc62ec65fbef680c5e6792de0dd19b1bda
[ "MIT" ]
null
null
null
.idea/workspace.xml
Quazirafi1/image_man
91bc58cc62ec65fbef680c5e6792de0dd19b1bda
[ "MIT" ]
4
2021-03-10T01:50:47.000Z
2022-02-26T21:13:50.000Z
.idea/workspace.xml
Quazirafi1/image_man
91bc58cc62ec65fbef680c5e6792de0dd19b1bda
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="e74783a1-6030-4360-884f-3edbd91a7d84" name="Default Changelist" comment=""> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/app/Http/Controllers/ImageController.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/Http/Controllers/ImageController.php" afterDir="false" /> <change beforePath="$PROJECT_DIR$/public/images/215076.jpg" beforeDir="false" afterPath="$PROJECT_DIR$/public/images/215076.jpg" afterDir="false" /> <change beforePath="$PROJECT_DIR$/public/images/357286.jpg" beforeDir="false" afterPath="$PROJECT_DIR$/public/images/357286.jpg" afterDir="false" /> <change beforePath="$PROJECT_DIR$/public/images/447120.jpg" beforeDir="false" afterPath="$PROJECT_DIR$/public/images/447120.jpg" afterDir="false" /> <change beforePath="$PROJECT_DIR$/public/images/572702.jpg" beforeDir="false" afterPath="$PROJECT_DIR$/public/images/572702.jpg" afterDir="false" /> <change beforePath="$PROJECT_DIR$/public/images/589275.jpg" beforeDir="false" afterPath="$PROJECT_DIR$/public/images/589275.jpg" afterDir="false" /> <change beforePath="$PROJECT_DIR$/resources/views/image/crop.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/resources/views/image/crop.blade.php" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="ComposerSettings" doNotAsk="true" synchronizationState="SYNCHRONIZE"> <pharConfigPath>$PROJECT_DIR$/composer.json</pharConfigPath> <execution> <executable /> </execution> </component> <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> </component> <component name="PhpWorkspaceProjectConfiguration"> <include_path> <path value="$PROJECT_DIR$/vendor/psr/container" /> <path value="$PROJECT_DIR$/vendor/sebastian/diff" /> <path value="$PROJECT_DIR$/vendor/psr/log" /> <path value="$PROJECT_DIR$/vendor/sebastian/exporter" /> <path value="$PROJECT_DIR$/vendor/sebastian/object-enumerator" /> <path value="$PROJECT_DIR$/vendor/sebastian/environment" /> <path value="$PROJECT_DIR$/vendor/sebastian/comparator" /> <path value="$PROJECT_DIR$/vendor/sebastian/object-reflector" /> <path value="$PROJECT_DIR$/vendor/sebastian/version" /> <path value="$PROJECT_DIR$/vendor/sebastian/code-unit-reverse-lookup" /> <path value="$PROJECT_DIR$/vendor/phar-io/version" /> <path value="$PROJECT_DIR$/vendor/phar-io/manifest" /> <path value="$PROJECT_DIR$/vendor/tijsverkoyen/css-to-inline-styles" /> <path value="$PROJECT_DIR$/vendor/symfony/error-handler" /> <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php73" /> <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php72" /> <path value="$PROJECT_DIR$/vendor/symfony/polyfill-mbstring" /> <path value="$PROJECT_DIR$/vendor/nikic/php-parser" /> <path value="$PROJECT_DIR$/vendor/symfony/http-foundation" /> <path value="$PROJECT_DIR$/vendor/symfony/polyfill-ctype" /> <path value="$PROJECT_DIR$/vendor/erusev/parsedown" /> <path value="$PROJECT_DIR$/vendor/symfony/http-kernel" /> <path value="$PROJECT_DIR$/vendor/symfony/var-dumper" /> <path value="$PROJECT_DIR$/vendor/symfony/finder" /> <path value="$PROJECT_DIR$/vendor/symfony/console" /> <path value="$PROJECT_DIR$/vendor/symfony/translation" /> <path value="$PROJECT_DIR$/vendor/league/flysystem" /> <path value="$PROJECT_DIR$/vendor/symfony/translation-contracts" /> <path value="$PROJECT_DIR$/vendor/webmozart/assert" /> <path value="$PROJECT_DIR$/vendor/symfony/service-contracts" /> <path value="$PROJECT_DIR$/vendor/dragonmantank/cron-expression" /> <path value="$PROJECT_DIR$/vendor/symfony/debug" /> <path value="$PROJECT_DIR$/vendor/symfony/process" /> <path value="$PROJECT_DIR$/vendor/symfony/mime" /> <path value="$PROJECT_DIR$/vendor/phpunit/php-token-stream" /> <path value="$PROJECT_DIR$/vendor/symfony/routing" /> <path value="$PROJECT_DIR$/vendor/phpunit/php-text-template" /> <path value="$PROJECT_DIR$/vendor/symfony/css-selector" /> <path value="$PROJECT_DIR$/vendor/dnoegel/php-xdg-base-dir" /> <path value="$PROJECT_DIR$/vendor/phpunit/php-timer" /> <path value="$PROJECT_DIR$/vendor/symfony/polyfill-iconv" /> <path value="$PROJECT_DIR$/vendor/phpunit/php-file-iterator" /> <path value="$PROJECT_DIR$/vendor/symfony/event-dispatcher-contracts" /> <path value="$PROJECT_DIR$/vendor/phpunit/php-code-coverage" /> <path value="$PROJECT_DIR$/vendor/symfony/polyfill-intl-idn" /> <path value="$PROJECT_DIR$/vendor/phpunit/phpunit" /> <path value="$PROJECT_DIR$/vendor/symfony/event-dispatcher" /> <path value="$PROJECT_DIR$/vendor/beyondcode/laravel-dump-server" /> <path value="$PROJECT_DIR$/vendor/hamcrest/hamcrest-php" /> <path value="$PROJECT_DIR$/vendor/psy/psysh" /> <path value="$PROJECT_DIR$/vendor/egulias/email-validator" /> <path value="$PROJECT_DIR$/vendor/phpspec/prophecy" /> <path value="$PROJECT_DIR$/vendor/fzaninotto/faker" /> <path value="$PROJECT_DIR$/vendor/jakub-onderka/php-console-highlighter" /> <path value="$PROJECT_DIR$/vendor/jakub-onderka/php-console-color" /> <path value="$PROJECT_DIR$/vendor/theseer/tokenizer" /> <path value="$PROJECT_DIR$/vendor/ramsey/uuid" /> <path value="$PROJECT_DIR$/vendor/filp/whoops" /> <path value="$PROJECT_DIR$/vendor/nesbot/carbon" /> <path value="$PROJECT_DIR$/vendor/phpdocumentor/type-resolver" /> <path value="$PROJECT_DIR$/vendor/phpdocumentor/reflection-docblock" /> <path value="$PROJECT_DIR$/vendor/fideloper/proxy" /> <path value="$PROJECT_DIR$/vendor/phpdocumentor/reflection-common" /> <path value="$PROJECT_DIR$/vendor/nunomaduro/collision" /> <path value="$PROJECT_DIR$/vendor/paragonie/random_compat" /> <path value="$PROJECT_DIR$/vendor/myclabs/deep-copy" /> <path value="$PROJECT_DIR$/vendor/composer" /> <path value="$PROJECT_DIR$/vendor/doctrine/inflector" /> <path value="$PROJECT_DIR$/vendor/doctrine/instantiator" /> <path value="$PROJECT_DIR$/vendor/doctrine/lexer" /> <path value="$PROJECT_DIR$/vendor/phpoption/phpoption" /> <path value="$PROJECT_DIR$/vendor/mockery/mockery" /> <path value="$PROJECT_DIR$/vendor/monolog/monolog" /> <path value="$PROJECT_DIR$/vendor/swiftmailer/swiftmailer" /> <path value="$PROJECT_DIR$/vendor/laravel/framework" /> <path value="$PROJECT_DIR$/vendor/laravel/tinker" /> <path value="$PROJECT_DIR$/vendor/opis/closure" /> <path value="$PROJECT_DIR$/vendor/vlucas/phpdotenv" /> <path value="$PROJECT_DIR$/vendor/sebastian/resource-operations" /> <path value="$PROJECT_DIR$/vendor/sebastian/recursion-context" /> <path value="$PROJECT_DIR$/vendor/psr/simple-cache" /> <path value="$PROJECT_DIR$/vendor/sebastian/global-state" /> <path value="$PROJECT_DIR$/vendor/guzzlehttp/psr7" /> <path value="$PROJECT_DIR$/vendor/intervention/image" /> <path value="$PROJECT_DIR$/vendor/ralouphie/getallheaders" /> <path value="$PROJECT_DIR$/vendor/psr/http-message" /> </include_path> </component> <component name="ProjectId" id="1U4W7bA6Rvk2XgYoxO68C1JuLQI" /> <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> <component name="ProjectViewState"> <option name="hideEmptyMiddlePackages" value="true" /> <option name="showExcludedFiles" value="true" /> <option name="showLibraryContents" value="true" /> </component> <component name="PropertiesComponent"> <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> <property name="WebServerToolWindowFactoryState" value="false" /> <property name="last_opened_file_path" value="$PROJECT_DIR$/resources/views/common" /> <property name="nodejs_package_manager_path" value="npm" /> </component> <component name="RecentsManager"> <key name="CopyFile.RECENT_KEYS"> <recent name="C:\xampp\htdocs\imageman\resources\views\common" /> <recent name="C:\xampp\htdocs\imageman\public\images" /> <recent name="C:\xampp\htdocs\imageman\public" /> <recent name="C:\xampp\htdocs\imageman\public\js" /> <recent name="C:\xampp\htdocs\imageman\public\css" /> </key> </component> <component name="RunManager"> <configuration name="phpunit.xml" type="PHPUnitRunConfigurationType" factoryName="PHPUnit"> <TestRunner scope="XML" /> <method v="2" /> </configuration> </component> <component name="ServiceViewManager"> <option name="viewStates"> <list> <serviceView> <treeState> <expand /> <select /> </treeState> </serviceView> </list> </option> </component> <component name="SvnConfiguration"> <configuration /> </component> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="e74783a1-6030-4360-884f-3edbd91a7d84" name="Default Changelist" comment="" /> <created>1574616181978</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1574616181978</updated> <workItem from="1574616183272" duration="1743000" /> <workItem from="1574617964225" duration="1341000" /> <workItem from="1574654070748" duration="1567000" /> <workItem from="1574660336688" duration="210000" /> <workItem from="1574778088587" duration="1775000" /> <workItem from="1574781128527" duration="1957000" /> <workItem from="1574783434001" duration="1505000" /> <workItem from="1574785845528" duration="2281000" /> <workItem from="1574789441275" duration="2142000" /> <workItem from="1574793960225" duration="1218000" /> <workItem from="1574831368405" duration="574000" /> <workItem from="1574835112502" duration="1790000" /> <workItem from="1574836924430" duration="725000" /> <workItem from="1574838166424" duration="223000" /> <workItem from="1575299391781" duration="16447000" /> <workItem from="1575379135488" duration="10567000" /> <workItem from="1575435507682" duration="315000" /> <workItem from="1575435900765" duration="1512000" /> <workItem from="1575439951636" duration="114000" /> <workItem from="1575538939883" duration="23807000" /> <workItem from="1575605282065" duration="9034000" /> <workItem from="1575743304971" duration="127000" /> <workItem from="1575790172872" duration="449000" /> <workItem from="1575865095525" duration="205000" /> <workItem from="1576006108900" duration="3146000" /> <workItem from="1576043826356" duration="1431000" /> </task> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="version" value="1" /> </component> <component name="WindowStateProjectService"> <state x="461" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog" timestamp="1575302695976"> <screen x="0" y="0" width="1536" height="824" /> </state> <state x="461" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog/0.0.1536.824@0.0.1536.824" timestamp="1575302695976" /> <state x="499" y="167" key="#com.jetbrains.php.actions.copyPaste.importReferences.PhpImportReferencesDialog" timestamp="1575388570136"> <screen x="0" y="0" width="1536" height="824" /> </state> <state x="499" y="167" key="#com.jetbrains.php.actions.copyPaste.importReferences.PhpImportReferencesDialog/0.0.1536.824@0.0.1536.824" timestamp="1575388570136" /> <state x="549" y="167" key="FileChooserDialogImpl" timestamp="1575440011053"> <screen x="0" y="0" width="1536" height="824" /> </state> <state x="549" y="167" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1575440011053" /> <state width="1342" height="195" key="GridCell.Tab.0.bottom" timestamp="1575379365311"> <screen x="0" y="0" width="1536" height="824" /> </state> <state width="1342" height="195" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1575379365311" /> <state width="1342" height="195" key="GridCell.Tab.0.center" timestamp="1575379365311"> <screen x="0" y="0" width="1536" height="824" /> </state> <state width="1342" height="195" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1575379365311" /> <state width="1342" height="195" key="GridCell.Tab.0.left" timestamp="1575379365310"> <screen x="0" y="0" width="1536" height="824" /> </state> <state width="1342" height="195" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1575379365310" /> <state width="1342" height="195" key="GridCell.Tab.0.right" timestamp="1575379365311"> <screen x="0" y="0" width="1536" height="824" /> </state> <state width="1342" height="195" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1575379365311" /> <state x="465" y="236" key="com.intellij.ide.util.TipDialog" timestamp="1576043827746"> <screen x="0" y="0" width="1536" height="824" /> </state> <state x="465" y="236" key="com.intellij.ide.util.TipDialog/0.0.1536.824@0.0.1536.824" timestamp="1576043827746" /> <state x="431" y="145" width="672" height="678" key="search.everywhere.popup" timestamp="1576006748983"> <screen x="0" y="0" width="1536" height="824" /> </state> <state x="431" y="145" width="672" height="678" key="search.everywhere.popup/0.0.1536.824@0.0.1536.824" timestamp="1576006748983" /> </component> <component name="XDebuggerManager"> <breakpoint-manager> <breakpoints> <line-breakpoint enabled="true" type="php"> <url>file://$PROJECT_DIR$/app/Http/Controllers/ImageController.php</url> <line>46</line> <option name="timeStamp" value="6" /> </line-breakpoint> </breakpoints> </breakpoint-manager> </component> </project>
58.779116
186
0.681949
f2c9f3f8ed70ef3e56710f1dd28f1481badb9771
607
xml
XML
app/src/main/res/drawable/ic_restore.xml
GuJin/timetable
a7f83937bb0efdc2c47df49f092f604a0dbf7445
[ "Apache-2.0" ]
25
2018-01-08T09:25:36.000Z
2021-06-08T11:19:37.000Z
app/src/main/res/drawable/ic_restore.xml
GuJin/timetable
a7f83937bb0efdc2c47df49f092f604a0dbf7445
[ "Apache-2.0" ]
7
2019-07-24T03:17:14.000Z
2019-10-30T06:28:44.000Z
app/src/main/res/drawable/ic_restore.xml
SubhamTyagi/TimeTable
2aa08f37965ef6531e59f32af2fa580af07c2e4f
[ "Apache-2.0" ]
10
2018-03-06T16:41:59.000Z
2020-10-09T02:46:30.000Z
<?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportHeight="24" android:viewportWidth="24"> <path android:fillColor="#FFFFFF" android:pathData="M13 3C8.03 3 4 7.03 4 12L1 12 4.89 15.89 4.96 16.03 9 12 6 12c0 -3.87 3.13 -7 7 -7 3.87 0 7 3.13 7 7 0 3.87 -3.13 7 -7 7 -1.93 0 -3.68 -0.79 -4.94 -2.06L6.64 18.36C8.27 19.99 10.51 21 13 21c4.97 0 9 -4.03 9 -9 0 -4.97 -4.03 -9 -9 -9zm-1 5l0 5 4.28 2.54L17 14.33 13.5 12.25 13.5 8 12 8Z"/> </vector>
60.7
314
0.609555
0b6a04f874001b1720c0ab76b575b598d356e765
790
xml
XML
app/src/main/res/drawable/ic_voice.xml
pengxianhong/xAndroidDemo
730ffe9280b75dd31135daf283c93abe320175d9
[ "Apache-2.0" ]
1
2022-01-20T01:24:01.000Z
2022-01-20T01:24:01.000Z
app/src/main/res/drawable/ic_voice.xml
pengxianhong/xAndroidDemo
730ffe9280b75dd31135daf283c93abe320175d9
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_voice.xml
pengxianhong/xAndroidDemo
730ffe9280b75dd31135daf283c93abe320175d9
[ "Apache-2.0" ]
null
null
null
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="96px" android:height="96px" android:viewportWidth="1024" android:viewportHeight="1024"> <path android:fillColor="@color/mainColor" android:pathData="M512,704c105.6,0 192,-86.4 192,-192V256c0,-105.6 -86.4,-192 -192,-192s-192,86.4 -192,192v256c0,105.6 86.4,192 192,192z" /> <path android:fillColor="@color/mainColor" android:pathData="M832,512c0,-19.2 -12.8,-32 -32,-32s-32,12.8 -32,32c0,140.8 -115.2,256 -256,256s-256,-115.2 -256,-256c0,-19.2 -12.8,-32 -32,-32s-32,12.8 -32,32c0,166.4 128,300.8 288,316.8V896h-160c-19.2,0 -32,12.8 -32,32s12.8,32 32,32h384c19.2,0 32,-12.8 32,-32s-12.8,-32 -32,-32h-160v-67.2c160,-16 288,-150.4 288,-316.8z" /> </vector>
60.769231
334
0.655696
3b86138b3d27e7af6dac44292a147870509dd68f
5,143
xml
XML
app/src/main/res/drawable/ic_launcher_new_foreground.xml
masterries/Notes_App
61cd18cf009a787b09992026f46edc5840f12a94
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_launcher_new_foreground.xml
masterries/Notes_App
61cd18cf009a787b09992026f46edc5840f12a94
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_launcher_new_foreground.xml
masterries/Notes_App
61cd18cf009a787b09992026f46edc5840f12a94
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="108dp" android:height="108dp" android:viewportWidth="108" android:viewportHeight="108"> <group android:scaleX="0.07392857" android:scaleY="0.07392857" android:translateX="29.16" android:translateY="47.879234"> <group android:translateY="130.35938"> <path android:pathData="M12,-0L12,-103L26.859375,-103L78,-24.546875L78,-103L92,-103L92,-0L77.140625,-0L26,-78.453125L26,-0L12,-0Z" android:fillColor="#FFFFFF"/> <path android:pathData="M110,-37.5Q110,-57.96875,121.203125,-67.8125Q130.57812,-76,144.03125,-76Q159,-76,168.5,-66.046875Q178,-56.09375,178,-38.546875Q178,-24.3125,173.79688,-16.15625Q169.59375,-8.015625,161.5625,-3.5Q153.53125,1,144.03125,1Q128.79688,1,119.390625,-8.921875Q110,-18.84375,110,-37.5ZM123,-37.53125Q123,-24.234375,128.98438,-17.609375Q134.96875,-11,144.03125,-11Q153.03125,-11,159.01562,-17.640625Q165,-24.296875,165,-37.921875Q165,-50.765625,158.98438,-57.375Q152.96875,-64,144.03125,-64Q134.96875,-64,128.98438,-57.40625Q123,-50.828125,123,-37.53125Z" android:fillColor="#FFFFFF"/> <path android:pathData="M221,-11.328125L223,-0.140625Q217.6875,1,213.48438,1Q206.625,1,202.84375,-1.109375Q199.07812,-3.234375,197.53125,-6.6875Q196,-10.140625,196,-21.21875L196,-63L187,-63L187,-75L196,-75L196,-93.5L209,-101.09375L209,-75L221,-75L221,-63L209,-63L209,-20.953125Q209,-15.734375,209.625,-14.25Q210.26562,-12.765625,211.6875,-11.875Q213.10938,-11,215.76562,-11Q217.75,-11,221,-11.328125Z" android:fillColor="#FFFFFF"/> <path android:pathData="M284.85938,-24L297.59375,-22Q294.48438,-11.0625,286.09375,-5.03125Q277.71875,1,264.67188,1Q248.25,1,238.625,-8.953125Q229,-18.90625,229,-36.875Q229,-55.46875,238.71875,-65.734375Q248.45312,-76,263.95312,-76Q278.96875,-76,288.48438,-65.859375Q298,-55.734375,298,-37.359375Q298,-36.234375,297.9375,-34L242,-34Q242.71875,-22.84375,249.0625,-16.921875Q255.40625,-11,264.89062,-11Q271.95312,-11,276.9375,-14.09375Q281.9375,-17.203125,284.85938,-24ZM242,-46L285,-46Q284.125,-53.90625,280.0625,-57.859375Q273.82812,-64,263.90625,-64Q254.90625,-64,248.78125,-59.09375Q242.65625,-54.203125,242,-46Z" android:fillColor="#FFFFFF"/> <path android:pathData="M309,-23L322,-25Q323.01562,-18.21875,327.625,-14.609375Q332.25,-11,340.54688,-11Q348.90625,-11,352.95312,-14.09375Q357,-17.203125,357,-21.390625Q357,-25.125,352.46875,-27.28125Q349.29688,-28.75,340.0625,-31.03125Q327.64062,-34.5625,322.15625,-37.140625Q316.67188,-39.734375,313.82812,-44.28125Q311,-48.84375,311,-54.359375Q311,-59.390625,313.20312,-63.65625Q315.40625,-67.9375,319.20312,-70.765625Q322.04688,-72.953125,326.95312,-74.46875Q331.85938,-76,337.48438,-76Q345.95312,-76,352.34375,-73.34375Q358.75,-70.6875,361.79688,-66.140625Q364.84375,-61.609375,366,-54L353,-52Q352.25,-57.65625,348.64062,-60.828125Q345.03125,-64,338.4375,-64Q330.65625,-64,327.32812,-61.5Q324,-59.015625,324,-55.671875Q324,-53.546875,325.375,-51.84375Q326.76562,-50.09375,329.71875,-48.9375Q331.40625,-48.328125,339.6875,-46.140625Q351.6875,-42.546875,357.51562,-40.25Q363.35938,-37.953125,366.67188,-33.578125Q370,-29.203125,370,-22.71875Q370,-16.359375,366.35938,-10.75Q362.73438,-5.140625,355.89062,-2.0625Q349.04688,1,340.40625,1Q326.07812,1,318.57812,-5.046875Q311.07812,-11.109375,309,-23Z" android:fillColor="#FFFFFF"/> <path android:pathData="M414.15625,0L455.26562,-103L469.73438,-103L510.84375,0L496,0L484.21875,-32L440.78125,-32L429,0L414.15625,0ZM445.20312,-44L479.8125,-44L469.875,-70.9375Q465.07812,-84,462.5,-91Q460.375,-82.359375,456.78125,-72.59375L445.20312,-44Z" android:fillColor="#FFFFFF"/> <path android:pathData="M521,29L521,-75L534,-75L534,-62.640625Q537.9844,-69.3125,542.9844,-72.65625Q548,-76,555.125,-76Q564.4531,-76,571.59375,-71.140625Q578.7344,-66.28125,582.3594,-57.4375Q586,-48.59375,586,-38.0625Q586,-26.75,581.8906,-17.6875Q577.7969,-8.640625,569.9844,-3.8125Q562.1719,1,553.5469,1Q547.25,1,542.2344,-2.078125Q537.21875,-5.15625,534,-9.859375L534,29L521,29ZM534,-36.890625Q534,-23.65625,539.625,-17.328125Q545.2656,-11,553.2656,-11Q561.40625,-11,567.2031,-17.546875Q573,-24.109375,573,-37.859375Q573,-50.953125,567.3281,-57.46875Q561.6719,-64,553.8125,-64Q546,-64,540,-57.0625Q534,-50.125,534,-36.890625Z" android:fillColor="#FFFFFF"/> <path android:pathData="M601,29L601,-75L614,-75L614,-62.640625Q617.9844,-69.3125,622.9844,-72.65625Q628,-76,635.125,-76Q644.4531,-76,651.59375,-71.140625Q658.7344,-66.28125,662.3594,-57.4375Q666,-48.59375,666,-38.0625Q666,-26.75,661.8906,-17.6875Q657.7969,-8.640625,649.9844,-3.8125Q642.1719,1,633.5469,1Q627.25,1,622.2344,-2.078125Q617.21875,-5.15625,614,-9.859375L614,29L601,29ZM614,-36.890625Q614,-23.65625,619.625,-17.328125Q625.2656,-11,633.2656,-11Q641.40625,-11,647.2031,-17.546875Q653,-24.109375,653,-37.859375Q653,-50.953125,647.3281,-57.46875Q641.6719,-64,633.8125,-64Q626,-64,620,-57.0625Q614,-50.125,614,-36.890625Z" android:fillColor="#FFFFFF"/> </group> </group> </vector>
171.433333
1,107
0.732452
74cbe9a19c2fc407398dcd3f074b1e3b281af5e3
41,995
xml
XML
A81508.xml
textcreationpartnership/A81508
6d49463606ecdb5cd8d87540fa8384929202aa3a
[ "CC0-1.0" ]
null
null
null
A81508.xml
textcreationpartnership/A81508
6d49463606ecdb5cd8d87540fa8384929202aa3a
[ "CC0-1.0" ]
null
null
null
A81508.xml
textcreationpartnership/A81508
6d49463606ecdb5cd8d87540fa8384929202aa3a
[ "CC0-1.0" ]
null
null
null
<TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>A discourse betvveene a resolved, and a doubtfull Englishman.</title> </titleStmt> <editionStmt> <edition> <date>1642</date> </edition> </editionStmt> <extent>Approx. 30 KB of XML-encoded text transcribed from 6 1-bit group-IV TIFF page images.</extent> <publicationStmt> <publisher>Text Creation Partnership,</publisher> <pubPlace>Ann Arbor, MI ; Oxford (UK) :</pubPlace> <date when="2011-04">2011-04 (EEBO-TCP Phase 2).</date> <idno type="DLPS">A81508</idno> <idno type="STC">Wing D1572</idno> <idno type="STC">Thomason E128_41</idno> <idno type="STC">ESTC R212775</idno> <idno type="EEBO-CITATION">99871346</idno> <idno type="PROQUEST">99871346</idno> <idno type="VID">156264</idno> <availability> <p>To the extent possible under law, the Text Creation Partnership has waived all copyright and related or neighboring rights to this keyboarded and encoded edition of the work described above, according to the terms of the CC0 1.0 Public Domain Dedication (http://creativecommons.org/publicdomain/zero/1.0/). This waiver does not extend to any page images or other supplementary files associated with this work, which may be protected by copyright or other license restrictions. Please go to https://www.textcreationpartnership.org/ for more information about the project.</p> </availability> </publicationStmt> <seriesStmt> <title>Early English books online.</title> </seriesStmt> <notesStmt> <note>(EEBO-TCP ; phase 2, no. A81508)</note> <note>Transcribed from: (Early English Books Online ; image set 156264)</note> <note>Images scanned from microfilm: (Thomason Tracts ; 23:E128[41])</note> </notesStmt> <sourceDesc> <biblFull> <titleStmt> <title>A discourse betvveene a resolved, and a doubtfull Englishman.</title> </titleStmt> <extent>[8] p. </extent> <publicationStmt> <publisher>s.n.,</publisher> <pubPlace>[London :</pubPlace> <date>1642]</date> </publicationStmt> <notesStmt> <note>Caption title.</note> <note>Imprint from Wing.</note> <note>Signatures: A⁴.</note> <note>Reproduction of the original in the British Library.</note> </notesStmt> </biblFull> </sourceDesc> </fileDesc> <encodingDesc> <projectDesc> <p>Created by converting TCP files to TEI P5 using tcp2tei.xsl, TEI @ Oxford. </p> </projectDesc> <editorialDecl> <p>EEBO-TCP is a partnership between the Universities of Michigan and Oxford and the publisher ProQuest to create accurately transcribed and encoded texts based on the image sets published by ProQuest via their Early English Books Online (EEBO) database (http://eebo.chadwyck.com). The general aim of EEBO-TCP is to encode one copy (usually the first edition) of every monographic English-language title published between 1473 and 1700 available in EEBO.</p> <p>EEBO-TCP aimed to produce large quantities of textual data within the usual project restraints of time and funding, and therefore chose to create diplomatic transcriptions (as opposed to critical editions) with light-touch, mainly structural encoding based on the Text Encoding Initiative (http://www.tei-c.org).</p> <p>The EEBO-TCP project was divided into two phases. The 25,368 texts created during Phase 1 of the project (2000-2009), initially available only to institutions that contributed to their creation, were released into the public domain on 1 January 2015. The approximately 40,000 texts produced during Phase 2 (2009- ), of which 34,963 had been released as of 2020, originally similarly restricted, were similarly freed from all restrictions on 1 August 2020. As of that date anyone is free to take and use these texts for any purpose (modify them, annotate them, distribute them, etc.). But we do respectfully request that due credit and attribution be given to their original source.</p> <p>Users should be aware of the process of creating the TCP texts, and therefore of any assumptions that can be made about the data.</p> <p>Text selection was based on the New Cambridge Bibliography of English Literature (NCBEL). If an author (or for an anonymous work, the title) appears in NCBEL, then their works are eligible for inclusion. Selection was intended to range over a wide variety of subject areas, to reflect the true nature of the print record of the period. In general, first editions of a works in English were prioritized, although there are a number of works in other languages, notably Latin and Welsh, included and sometimes a second or later edition of a work was chosen if there was a compelling reason to do so.</p> <p>Image sets were sent to external keying companies for transcription and basic encoding. Quality assurance was then carried out by editorial teams in Oxford and Michigan. 5% (or 5 pages, whichever is the greater) of each text was proofread for accuracy and those which did not meet QA standards were returned to the keyers to be redone. After proofreading, the encoding was enhanced and/or corrected and characters marked as illegible were corrected where possible up to a limit of 100 instances per text. Any remaining illegibles were encoded as &lt;gap&gt;s. Understanding these processes should make clear that, while the overall quality of TCP data is very good, some errors will remain and some readable characters will be marked as illegible. Users should bear in mind that in all likelihood such instances will never have been looked at by a TCP editor.</p> <p>The texts were encoded and linked to page images in accordance with level 4 of the TEI in Libraries guidelines.</p> <p>Copies of the texts have been issued variously as SGML (TCP schema; ASCII text with mnemonic sdata character entities); displayable XML (TCP schema; characters represented either as UTF-8 Unicode or text strings within braces); or lossless XML (TEI P5, characters represented either as UTF-8 Unicode or TEI g elements).</p> <p>Keying and markup guidelines are available at the <ref target="http://www.textcreationpartnership.org/docs/.">Text Creation Partnership web site</ref>.</p> </editorialDecl> <listPrefixDef> <prefixDef ident="tcp" matchPattern="([0-9\-]+):([0-9IVX]+)" replacementPattern="http://eebo.chadwyck.com/downloadtiff?vid=$1&amp;page=$2"/> <prefixDef ident="char" matchPattern="(.+)" replacementPattern="https://raw.githubusercontent.com/textcreationpartnership/Texts/master/tcpchars.xml#$1"/> </listPrefixDef> </encodingDesc> <profileDesc> <langUsage> <language ident="eng">eng</language> </langUsage> <textClass> <keywords scheme="http://authorities.loc.gov/"> <term>Great Britain -- History -- Civil War, 1642-1649 -- Early works to 1800.</term> <term>Great Britain -- Politics and government -- 1642-1649 -- Early works to 1800.</term> </keywords> </textClass> </profileDesc> <revisionDesc> <change> <date>2009-06</date> <label>TCP</label>Assigned for keying and markup</change> <change> <date>2009-07</date> <label>SPi Global</label>Keyed and coded from ProQuest page images</change> <change> <date>2009-08</date> <label>Lauren Proux</label>Sampled and proofread</change> <change> <date>2009-08</date> <label>Lauren Proux</label>Text and markup reviewed and edited</change> <change> <date>2009-09</date> <label>pfs</label>Batch review (QC) and XML conversion</change> </revisionDesc> </teiHeader> <text xml:lang="eng"> <body> <div type="dialogue"> <pb facs="tcp:156264:1" rendition="simple:additions"/> <head>A DISCOURSE BETVVEENE A <hi>Reſolved,</hi> and a <hi>Doubtfull</hi> Engliſhman.</head> <sp> <speaker>Reſolved.</speaker> <p>HOw now neighbour, how are you now minded? have you brought in your plate and mony for aſſiſtance of the Parliament, againſt the oppo<g ref="char:EOLhyphen"/>ſers of their and our priviledges?</p> </sp> <sp> <speaker>Doubtfuil.</speaker> <p>I am not yet reſolved, yet I am ſure I beare as good affection to my Coun<g ref="char:EOLhyphen"/>try, and to the Parliament, and am as much an enemy to their oppoſers as you are, were I ſatisfied of ſome ſcruples begotten in me, not by my own fancy, but by expreſſions of the Parliament it ſelfe, which if you did obſerve as I doe, I beleeve it would ſomewhat ſtagger your reſolution.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>What may thoſe ſcruples be? I ſee no cauſe at all.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>The Parliament have declared the King to be the head of his great Coun<g ref="char:EOLhyphen"/>cell the Parliament, which to my underſtanding argues him to be a very conſiderable part thereof, and you and I, and all men ſee that no act of Parliament is ever made but by the Kings aſſent, and if he aſſent not, it is no act, nor paſſes as a Law to binde the people; which proves to me, that he hath in all things a negative voice, which alſo the King claimes by the fundamentall Lawes of the Kingdome.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>By which rule, If the Common-wealth be prejudiced by any new invented miſchiefe, and upon debate thereof in Parliament, the Lords and Commons (both Houſes) agree upon a remedy, yet if it ſutes not with the Kings minde, the remedy ſhall not take place, nor no Law paſſe for removall of the miſchiefe: Nay by this rule, if for<g ref="char:EOLhyphen"/>mer Kings, in former Parliaments have obtained Lawes for advance of Prerogative, and to the prejudice of the peoples liberty, the people are likely to lie long enough un<g ref="char:EOLhyphen"/>der the burthen, for Kings are not likely to remit any part of their Prerogatives, nor to paſſe any Law againſt themſelves, though both Houſes ſhould conceive the ſame never <gap reason="illegible" resp="#UOM" extent="1 letter"> <desc>•</desc> </gap>o juſt and reaſonable, and ſo the Kingdome ſhall for ever remaine under prejudices, and intollerable grievances, without hope of remedy.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>I pray what remedy have you?</p> </sp> <sp> <speaker>Reſol.</speaker> <p>Suppoſe the King ſhould himſelf lay a foundation for arbitrary Government, and for that end ſtrengthen himſelfe by making a party throughout the Kingdome; ſuppoſe he ſhould raiſe forces within, and hire forces from abroad, and thinking his force ſufficient, ſhould call a Parliament, as hoping to overawe them, to make Lawes ſutable to his ends, but yet upon debate betwixt both Houſes they ſhould conclude up<g ref="char:EOLhyphen"/>on Lawes quite contrary, and deſtructive to his ends, when doe you thinke the King would aſſent to thoſe Lawes?</p> </sp> <sp> <speaker>Doubt.</speaker> <p>Never.</p> </sp> <pb facs="tcp:156264:2" rendition="simple:additions"/> <gap reason="duplicate" extent="1 page"> <desc>〈1 page duplicate〉</desc> </gap> <pb facs="tcp:156264:3"/> <sp> <speaker>Reſol.</speaker> <p>And ſo the Parliament ſhall have no meanes to preſerve themſelves and the whole Kingdome.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>The Parliament hath, but the King is the Head thereof, and till his under<g ref="char:EOLhyphen"/>ſtanding and conſcience be ſatisfied, what can they doe? The King claimes not a pow<g ref="char:EOLhyphen"/>er of making Lawes without them, but denies them any power without him, which be<g ref="char:EOLhyphen"/>ing granted (as neceſſarily you muſt grant it) he being Head of the Parliament, me thinkes you ſhould anſwer your ſelfe, and abate of your reſolution.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>You, nor all the world ſhall ere perſwade me that there is any preſcribing for prejudices in Government, and ſuch by which the whole Kingdome ſhall be in danger to be deſtroyed (as of neceſſity it muſt be, when one man hath a legall power to binde their hands) which I cannot yet beleeve, our forefathers were wiſer then ſo, they have not ſpent their blood ſo freely in oppoſition of ambitious Princes, to preſerve unto us the name only of freemen, leaving us without a juſt meanes to preſerve our ſelves in all cauſes where the King would not aſſent, and though they had, it had been only the er<g ref="char:EOLhyphen"/>ror of their iudgements, and cannot conclude as by any their conſtitutions which tend to our ruine or enſlaving: The people of England are a free people, and ſo acknow<g ref="char:EOLhyphen"/>ledged to be by all the world, and where they finde any thing in their government, any way tending of it ſelfe, or interpreted and made uſe of by polititians to their preiudice in any kinde whatſoever; thoſe things the Parliament hath full power to alter or re<g ref="char:EOLhyphen"/>move, and to breake through all oppoſition, wherein the people are to give them all aide and aſſiſtance: for though evill and preiudiciall lawes and cuſtomes had confirmed for thouſands of yeares, there is no pleading for their continuance againſt the minde of the Parliament, the minde of the Parliament being the minde of the whole Kingdome, and is ſo to be taken and eſteemed, and is never otherwiſe to be knowne, but by the Parliament only: and now it comes to my minde, I pray tell me what place the King hath in Parliament? Sure I am, that untill very lately, the Kings claime of being a part of the Parliament hath not been heard amongſt us: indeed ſince he hath abſented him<g ref="char:EOLhyphen"/>ſelfe from White Hall (for there was his reſidence whilſt the Parliament ſate) the Par<g ref="char:EOLhyphen"/>liament being the Parliament compleate, and the King the King, and that he endeavou<g ref="char:EOLhyphen"/>red to make voide all their proceedings, and to fruſtrate all their endeavours to pre<g ref="char:EOLhyphen"/>ſerve the Kingdome from the like ruine which is brought upon Ireland, and to beget a doubting in the people of the power of Parliaments, leſt they ſhould yeeld occdience to the Ordinance of the <hi>Militia</hi> (the only meanes to give check to his deſignes) I ſay till very lately it was never heard that the King was a part of the Parliament, nor never had been I beleeve, but that it was the only way to ſtagger the mindes of men, and I ſee it is the only cauſe that you (and many others well affected to their Countrey) doe not contribute that aſſiſtance which the iuſtneſſe of the cauſe, and neceſſity of the time doe require. The King is the higheſt Magiſtrate, A Magiſtrate and Officer of the King<g ref="char:EOLhyphen"/>dome he is, but that any Magiſtrate hath any place in Parliament by vertue of his Ma<g ref="char:EOLhyphen"/>giſtracy, I doe not conceive: The Kings Office is chiefly to overſee that Officers, or Magiſtrates, or Judges doe performe their duties according to Law: The buſineſſe of <pb facs="tcp:156264:3"/>the Parliament is to overſee all Magiſtrates, and to take an accompt of them all without exception, as they ſhall ſee cauſe, and to place and diſplace, as concernes the welfare of the people.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>The King hath of right belonging unto his Prerogative the power of calling of Parliaments, without his Writ they meet not, and therefore I conceive he hath a negative voice, for did hee doubt their compliance with him, or had hee not liberty of aſſent, or diſſent, hee would certainly never call Parliaments, being not to bee called but only by him, and are likewiſe diſſolvable at his pleaſure, all which the KING claimes and affirmes to bee his undoubted right, and I doe do not heare or ſee any expreſſion directly from the Parliament that doth contradict the ſame, or to my underſtanding prove it to be otherwiſe, or that they doe challenge ſo great power over all Magiſtrates (whereof the King you ſay is one) or that they doe deny him to be a p<gap reason="illegible" resp="#UOM" extent="1 letter"> <desc>•</desc> </gap>rt of the Parliament: ſure I am in all their addreſſes unto him they proſtrate themſelves in the humbleſt tearmes as your Maieſties moſt humble and loyall ſubiects, the Lords and Commons in this preſent Parliament aſſembled; they ſtile themſelves his Parliament, and his great Counſell, all which prove to my under<g ref="char:EOLhyphen"/>ſtanding, that in him alone remaines the ſupreame power, which you would ſeeme to place in them alone without him; and infer that they have power to call him to an account for the defects of his goverment, which they have never affirmed: nay, they are ſo farre from affirming any ſuch thing, that they decline, that it is a maxime in our Law, that the King can doe no wrong, and all the defects of Government they lay up<g ref="char:EOLhyphen"/>on evill Miniſters that have abuſed his truſt. So that the ſupreame power being in the King when the Commands of both Houſes and His are oppoſite, that I yeeld my obedience unto him, is full ſatisfaction to my conſcience.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>Doe you not allow that the ſafety of the people is the ſupreame Law, and the foundation of all Governments.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>I doe.</p> </sp> <sp> <speaker>Reſ.</speaker> <p>Doe you conceive the ſafety of the people to be ſufficiently provided for, when it depends on the iudgement and will of one man?</p> </sp> <sp> <speaker>Doubt.</speaker> <p>I confeſſe freely, I doe conceive it is not ſafe that it ſhould be ſo, and I have oftentimes conſidered it, and doe uudoubtedly beleeve that they can never be better provided of their ſafety, then to be at the ſole diſpoſing of the two Houſes of Parlia<g ref="char:EOLhyphen"/>ment, though the King ſhould be no part thereof; for be he the wiſeſt man in the world he is but one man, and that great Counſell could not be much bettered by any one mans iudgement: I conceive alſo the preiudice to be very great, that the King ſhould have a negative voyce, or have the ſole power of calling and diſſolving of Parliaments, all this and more I ſee and iudge as clearely as you: and have won<g ref="char:EOLhyphen"/>dred that Kings ſhould be accomptable onely to God, and not to the power of Parliament: but what is all this to mee or to you (if you would rightly <pb facs="tcp:156264:4"/>conſider) who are ſubjects, and muſt, and ought to ſubmit to the conſtitutions of our Government (and how prejudiciall ſoever theſe conſtitutions are) we are not to inter<g ref="char:EOLhyphen"/>poſe our particular judgements, but to ſubmit with all obedience, and that the conſti<g ref="char:EOLhyphen"/>tutions of our Government have placed ſo great and abſolute a power in the King, I am induced to beleeve from the two Houſes owne expreſſions, and the Kings claime uncontradicted, or not ſo plainly, as that I underſtand it.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>To my minde now, I ſee ſome reaſons inducing the Parliament to uſe ſuch low expreſſions, and humble tearmes, which occaſion in you (though not juſtly) a diſ<g ref="char:EOLhyphen"/>eſteeme of their power, for you will finde when you have conſidered all you can, the King is only the ſupreame Magiſtrate, but the Parliament is the ſupreame power, from which there is no appeale, And by Parliament I underſtand the two Houſes of Lords and Commons, and their force and power to be iuſtly in the Maior part, &amp; their Votes to be the reaſon of the Kingdome; One reaſon may be the long diſuſe of the Parlia<g ref="char:EOLhyphen"/>mentary power, occaſioned by a ſtrong hand borne over them by the KING, and moſt of his Predeceſſours, who have all endeavoured to abate their power, and thereby to advance the power of the KINGS above the power of Par<g ref="char:EOLhyphen"/>liaments, which taking effect by degrees, and getting ground by long diſuſe, and a<g ref="char:EOLhyphen"/>buſe of Parliaments, abridging their priviledges, and oppreſſing many of their Mem<g ref="char:EOLhyphen"/>bers, ſo that now in our preſent age, men eſteeme of the Parliamentary power, iuſt as Kings would have them, and according to their polititians interpretation, and cannot ſo much as gueſſe what their power is in deed and in truth; and when any man ſpeakes of an unlimited power in them, that they are neither bound to obſerve formes, nor limited by preſidents, nor Lawes, but may lawfully proceed to doe whatſoever the ſafety of the people (whoſe guardians they are) ſhall invite them unto, when they are told that their power is above the power of Kings, and that Kings are accomptable unto them; That the King is bound by Law to call a Parliament once every yeare, and oftner if need, be even by that Law which ſo provides, <hi>An.</hi> 4. <hi>Edw.</hi> 3. <hi>&amp;</hi> 36. That his aſſent is required, is but to binde him to ſee that the inferiour Magiſtrates put that Law in due execution out of times of Parliament, and is only matter of forme and complement of every act, inſtituted at firſt by thoſe our forefathers, who expected that our Kings would be ever the beſt affected unto Parliaments of any men in the Kingdome, or that our care would be ſuch, that they ſhould not long continue the worſt affected; which alſo was the cauſe that they were entruſted with the calling and diſſolving of Parliaments, not once ima<g ref="char:EOLhyphen"/>gining that theſe things ſhould ever have been turned to our ruine, which was intended for our preſervation: Though no man can deny theſe things to be iuſt and reaſonable, yet when they are ſpoken to the people, they grow angry, and are offended, and thinke it to be no leſſe then treaſon: and therefore I conceive the Parliament in their addreſſes unto the King have uſed ſuch language as you have recited, leſt the people ſhould have thought they had uſurped an authority above what was their due, and being thereby ex<g ref="char:EOLhyphen"/>aſperated, might (though to their owne ruine) have quarrelled at all their proceedings, which I am induced to beleeve, becauſe I have obſerved the Parliament have revealed <pb facs="tcp:156264:4"/>their power but by degrees, and only upon neceſſity, that neceſſity might make the peo<g ref="char:EOLhyphen"/>ple know that that power was iuſt and reaſonable, as fearing the peoples weakneſſe could not digeſt thoſe ſtrong and ſinowy truthes, whereunto their ſtomackes had not of long time been accuſtomed, though indeed it be the only food that makes us firme, and reſolute, and true Engliſhmen.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>Theſe things which you alleadge carry ſome colour in them, but ſurely did the Parliament judge of things as you doe, they could not in my judgement have done themſelves more good, nor the Kingdome more right, than to have uſed (in all their addreſſes to the King) ſuch language as had moſt properly expreſſed their full power, and his Office, for how elſe ſhall the Kingdome ever rightly underſtand that Relation which the Parliament hath unto the Common wealth, and that relation which the King hath unto the Common wealth: for admit I ſhould approve all that you ſay or have ſaid to be reaſonable; whether is more ſafe for me to be guided by your opinions, or the expreſſions of Parliament, which incline me quite contrary to your opinions: in this caſe you, nor no reaſonable man in the world can blame me if I ſtand ſuſpen<g ref="char:EOLhyphen"/>ded till the judgement of Parliaments by cleare expreſſions give weight to your opini<g ref="char:EOLhyphen"/>ons; for by their judgements, clearely expreſſing their power what it is, I ſtand ready to be concluded; for I allow their Votes to be the Reaſon of the Kingdome; but untill then, as my judgement, ſo is my practice alſo ſuſpended, and will not afford that aſſi<g ref="char:EOLhyphen"/>ſtance which you expreſſe, and is the caſe of many more beſides my ſelfe, and in my poore opinion we are not to be blamed.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>You may yet receive further ſatisfaction by conſidering the generall indul<g ref="char:EOLhyphen"/>gence of Parliaments towards their Kings, uſing them as indulgent Parents doe a ſonne whom they love, endeavouring by all meanes to preſerve their honour and great eſteeme with the people, paſſing over yeeres of iarrings, and uſing all indeavors to winne upon them with tenderneſſe of love and honour, hiding their owne iuſt power under humble and low expreſſions, leſt the people knowing their great intereſt therein, ſhould too haſtily call for juſtice, and grow implacable for iniuries received, and ſo prevent them in their more milde intentions of keeping open a paſſage for an erring Prince to returne with honour. This me thinks I ſee in their expreſſions, and how ill ſoever they have thrived thereby, it merits abundance of love, but they have hatred paied them plentifully for their good will, and I wiſh that mercy be not their un<g ref="char:EOLhyphen"/>doing.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>I cannot thinke you judge rightly herein; for you indeavour to excuſe them by an indulgence, which ſeemes to me an infirmity, for the power of the Parliament is indeede the power of the people, and the people entruſt the Parliament with all their power, how great ſoever; and being ſo great as you have declared, according to the ſame, the Parliament (in my judgement) ſhould have proceeded, I cannot ſee how they can diſpence with the ſame ſo, much as in a mercifull or favourable expreſſion; can they ſhew any favour or indulgence but at the peoples charges, if in termes they give more, they give more to the King then is his due; are not the people thereby leſſened <pb facs="tcp:156264:5"/>in their power, and the Kings Prerogative advanced to their prejudice, they are ſurely more contentious then you would make them; you are too reſolute upon your owne judgement.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>And you too doubtfull upon yours, that where your owne reaſon and judge<g ref="char:EOLhyphen"/>ments concludes you may juſtly; yet dare not aide your Country in a caſe of ſo great neceſſitie: but we are ſtartled at tearmes which your ſelfe ſee through.</p> </sp> <sp> <speaker>Doub.</speaker> <p>The Reaſons I have given you muſt ſatisfie me, and will doe thouſands more till we have further ſatisfaction thereon, you or any (but the Parliament) can give, how ſlight ſoever you make it.</p> </sp> <sp> <speaker>Reſo.</speaker> <p>Truely I am ſorry for it: and doe wiſh you had full ſatisfaction in all the par<g ref="char:EOLhyphen"/>ticulars; but it is a ſad caſe that you would hold yo<gap reason="illegible" resp="#UOM" extent="2 letters"> <desc>••</desc> </gap> <gap reason="illegible" resp="#UOM" extent="2 letters"> <desc>••</desc> </gap>nds in your boſome, while e<g ref="char:EOLhyphen"/>very mans hand is required to the worke, and all <gap reason="illegible" resp="#UOM" extent="1 word"> <desc>〈◊〉</desc> </gap> <gap reason="illegible" resp="#UOM" extent="1 letter"> <desc>•</desc> </gap>ough, and I heartily wiſh that all <hi>England</hi> doe not repent this niceneſſe.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>If all <hi>England</hi> ſhould have cauſe to repent this which you call niceneſſe in us, and that the want of our contributions ſhould be the loſſe of all our liberties, and the ruine of the Kingdome, who ſhall be blamed juſtly therefore?</p> </sp> <sp> <speaker>Reſol.</speaker> <p>Who ſay you?</p> </sp> <sp> <speaker>Doubt.</speaker> <p>Neither I, nor none of my minde, who ſtand ready to be concluded by the Vote of Parliament, declaring that high Aſſembly to be the ſupreame power, and the Kings Office to be, as you have expreſſed, but untill that be done. I pray doe you tell me who is to be blamed if the Kingdome be loſt for want of our aſſiſtance.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>There is not any of the particulars whereof you ſee me as yet not to be ſatiſ<g ref="char:EOLhyphen"/>fied: but if you would diligently obſerve the ſeverall Declarations ſet forth this Parlia<g ref="char:EOLhyphen"/>ment, you ſhall finde every one of them cleared ſufficiently, to ſatisfie any ingenious man, and to leave you without excuſe.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>I have read them all moſt diligently, and heare and there in them I doe diſcerne ſome expreſſions inclining to your underſtanding of their Power, &amp; the Kings Office, but withall I finde the ſame that I alſo have mentioned, and if thoſe proceed from indulgence in them, as you ſuppoſe, that is yet but your ſuppoſition, nor are their affirmations briefely recited, and but toucht upon occaſion of diſpute betwixt them and the King, ſufficient to ſettle my underſtanding, their other indulgent expreſſions (as you call them) ſtanding unrecalled.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>What would you have?</p> </sp> <sp> <speaker>Doubt.</speaker> <p>I will tell you, when I ſhall ſee the expreſſions I have mentioned, by the Parliament acknowledged to be but indulgent expreſſions onely, hoping hereby to winne by love upon the King, and to preſerve his honour.</p> <p>When they ſhall by ſound Reaſons prove themſelves to be the ſupreame power, that they are bound onely to obſerve the ſupreame Law, the ſafety of the people; that the King is accomptable unto them for performance of his office, and the like buſineſſes appertaining to a ſupreame power, and Vote the ſame to be received as agreeable to the conſtitution of the government of <hi>England,</hi> and not to be argued againſt by any con<g ref="char:EOLhyphen"/>dition <pb facs="tcp:156264:5"/>of men whatſoever, upon the higheſt puniſhment. Then ſhall you ſee that I, and ſuch as I am, will as really comply with their commands, as you, or any the moſt Reli<g ref="char:EOLhyphen"/>gious man in the Kingdome.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>You ſee the Parliament takes the more gentle way of borrowing, and doth not command you ſo much as to lend, and yet they prevaile nothing with you.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>If they are the ſupreame power, I had much rather my money ſhould be compelled from me by way of Subſidyes, equally to be rated upon all men alike which is the old and good way of the Kingdome, and can never faile to yeeld ſufficient ſup<g ref="char:EOLhyphen"/>plies for preſervation thereof, whereas you would finde that the voluntary affecti<g ref="char:EOLhyphen"/>ons of the people will never hold out to furniſh for perfecting the preſent workes which they have in hand; if they are the ſupreame power then I conceive the preſent warre to be juſt, and being juſt, I ſhall as willingly adventure my life and eſtate in pro<g ref="char:EOLhyphen"/>ſecution thereof as any man whatſoever is, and this being really my minde, I doe not ſee how you can blame me.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>You ſhould doe well to petition the Parliament for to publiſh to the whole Kingdome, their iudgements in the particulars wherein you remaine doubtfull.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>I pray you pardon me for that, you are in good eſteeme, by reaſon you have teſtified your continuall aſſiſtance, which my conſcience would not permit me to doe; and therefore if it doe appeare to you and others of your iudgement to be a work tending to the good of the whole Kingdome (as to me it ſeemes it doth) and the onely meanes to rectifie the iudgements of all men, and to unite their affections. I then con<g ref="char:EOLhyphen"/>ceive it would be an acceptable ſervice for you to preſent a petition to that end.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>For our part we are fully ſattisfied that what the Parliament hath done is moſt iuſt, for that we are aſſured they will doe nothing not agreeable unto equity and iuſtice, and you ſee they have done, and dayly doe proceede to doe the works of the ſupreame power, which were it not their right they would not doe, and therefore for us to trouble them in your behalfe, which perhaps when we have prevailed with them to declare their power, you would have one pretence or other to hold your monies, which I feare is too deere to you to part withall, though the Kingdome ſhould periſh for want thereof, and am no whit doubtfull but the Kingdome will in ſhort time be fully ſetled without your aide, to the perpetuall ſhame of you, and ſuch as you are.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>I beleeve you will finde your ſelves deceived, I confeſſe you are moſt of you truely honeſt, and ſincere lovers of your Country, but indeede if you well conſider, you ſhall finde you are not principled to deale with thoſe polliticke adverſaries you have, you are too apt to ſlight their power, their friends, and meanes to doe you miſ<g ref="char:EOLhyphen"/>chiefe; and you are too too confident of your owne; you doe not ſee far enough into the affaires of State and warre; you looke onely at the preſent, and ſeeing no want, you thinke there never will be any, you thinke to diſpatch your worke in ſhort time, and ſo apply your ſelves to your trades and getting of moneyes; whereas your Adverſaries reſolve it ſhould be a buſineſſe of yeares, for ſo they gaine their ends, though it be ſeaven yeares hence, it ſhould ſerve their turne. <pb facs="tcp:156264:6"/>They know you muſt be waſted, and poore, and friendleſſe, before they ſhall effect their deſignes of making you ſlaves, and therefore it behooves you to free your ſelves from this too much conceit of your owne force and meanes, and not ſo ſlightly to reject that uſe you may yet make of men of my condition, but as willingly incline to give us ſatisfaction, as we (being by your procurement ſatisfied) ſhall be ready to joyne heart and hand with you, in any thing that you ſhall make appeare to be juſt; and howſoever you are confident that the Parliament will doe nothing but what is juſt, yet it will be much more profitable for the Kingdome, that the Parliament be pleaſed to argue the reaſon of their juſt power before they uſe it: and for your ſelves, in acting the power which they oftentimes put you in truſt withall upon ſundry occaſions, it will be much more pleaſing to your ſelves, and any that are to be commanded by you, when you ſhall be furniſhed with ſufficient arguments to prove the things you doe or command to be juſt, rather then violently to compell men upon their power, not yet ma<g ref="char:EOLhyphen"/>nifeſted fully.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>If we ſhould petition the Parliament, would you joyne with us therein?</p> </sp> <sp> <speaker>Doubt.</speaker> <p>Truly for my part I will, and I beleeve many more that as yet have done no ſervice for the Parliament, for I conceive ſo much good will come thereof, that either a good peace will ſoon follow thereupon, or a more reſolute proſecution of the War, for if men were once ſetled in their judge<g ref="char:EOLhyphen"/>ments concerning thoſe uſefull points in Government; then would every man ſee who it is that is the cauſe of all, and be able to diſcourſe of all the differences, and ſee plainly wherein they were in<g ref="char:EOLhyphen"/>jured, and be enraged with juſt anger againſt the Authors and maintainers thereof: Whereas whileſt they continue divided in their underſtandings and affections, and unſatisfied in the true ſtate of the cauſe of this War, it will be proſecuted ſo coldly, as you will be continually waſted, and vexed to ſee the unavoidable miſeries that will fall upon you, and all your poſterity.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>Give me your hand, I ſee my error, but doe you conceive there are many in the Kingdome ſo ingenuous malignants as you are, that would gladly be ſatisfied?</p> </sp> <sp> <speaker>Doubt.</speaker> <p>I verily beleeve the greateſt number that you call Malignants are ſuch, and that you will ſoon perceive, if you can prevaile with the Parliament for ſatisfaction concerning their power, and to pu<g ref="char:EOLhyphen"/>niſh all oppoſers.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>Well, Ile about it inſtantly, for I ſee apparently it is the only meanes to unite all ſorts of men into one reſolved aſſociation, againſt all tyranny and oppreſſion, and that without union the polititi<g ref="char:EOLhyphen"/>ans will deſtroy us, all our money, and plate, and horſe, and ſhips, and ſtrong holds, and all our am<g ref="char:EOLhyphen"/>munition will not doe us ſo much good as unity amongſt our ſelves, all our petty differences in Reli<g ref="char:EOLhyphen"/>gion fomented by our Machivilian adverſaries of purpoſe to divide us muſt be laid aſide, and we muſt be united as one man, againſt whomſoever ſhall oppoſe the juſt and ſupreame power of Parliament: I ſee we have not been uſed to deale with ſuch policies, we muſt advance our ſpirits and hundred fold yet, before we ſhall be able to reach their deſignes, and we muſt give our heads no reſt, till we be able to meet them at every turne, and not only ſo, but to prevent them with ſtratagems, and to circumvent them with policies.</p> </sp> <sp> <speaker>Doubt.</speaker> <p>You make me glad to heare you thus reſolved, and if you and your friends make progreſſe therein, all the world will not be able to wrong you; and one maine thing you muſt ever have in minde, and that is, you muſt be extreamly miſtruſtfull, for in a civill War, as this is, there will bee ſuch jugling, ſuch treachery, and continuall betrayings, that you will be perpetually abuſed, except you be extreamly jealous, I might perhaps better ſay watchfull; and where in any man, without ex<g ref="char:EOLhyphen"/>ception, great or ſmall, you finde the leaſt abuſe, never ceaſe till you have gotten him our of all im<g ref="char:EOLhyphen"/>ployment, let no excuſe, nor no pretence ſerve the turne to re-admit him, but puniſh him to the full; if you doe not this to extremity, you ſhall be perpetually baſſled and ſlighted, and ſhall never maſter thoſe whom you imploy, nor have any uſe of them, but waſte of time, and money, and they in the end will maſter you; therefore looke to it in time, and call him no more Malignant that hath given you this Councell.</p> </sp> <sp> <speaker>Reſol.</speaker> <p>I will not: but my friend, my brother, We had need I ſee of ſuch heads amongſt us, and I ſhall endeavour to procure your ſatisfaction to the full, that our cauſe and us may deſerve your continu<g ref="char:EOLhyphen"/>all counſell and aſſiſtance, of which I make no doubt: And ſo for this time fare ye well.</p> </sp> <trailer>FINIS.</trailer> </div> </body> </text> </TEI>
131.645768
3,172
0.699107
808dda4b30a3907c763c1750ebe7bc28d7122b53
4,616
xaml
XML
src/ServiceSentry.Extensibility/Themes/Styles/ServiceGroupMenuStyles.xaml
auturge/servicesentry
c3642877fa85205a82ed4e3b47ae957887202a2a
[ "MIT" ]
null
null
null
src/ServiceSentry.Extensibility/Themes/Styles/ServiceGroupMenuStyles.xaml
auturge/servicesentry
c3642877fa85205a82ed4e3b47ae957887202a2a
[ "MIT" ]
null
null
null
src/ServiceSentry.Extensibility/Themes/Styles/ServiceGroupMenuStyles.xaml
auturge/servicesentry
c3642877fa85205a82ed4e3b47ae957887202a2a
[ "MIT" ]
null
null
null
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="MenuItemStyles.xaml" /> </ResourceDictionary.MergedDictionaries> <Style x:Key="LEDBorder" TargetType="{x:Type Border}"> <Setter Property="Grid.Column" Value="3" /> <Setter Property="BorderThickness" Value="3" /> <Setter Property="Margin" Value="3" /> <Setter Property="Height" Value="10" /> <Setter Property="Width" Value="10" /> <Setter Property="CornerRadius" Value="5" /> <Setter Property="Background"> <Setter.Value> <RadialGradientBrush > <GradientStop Color="White"/> <GradientStop Color="Red" Offset="0.835"/> </RadialGradientBrush> </Setter.Value> </Setter> <Setter Property="BorderBrush"> <Setter.Value> <RadialGradientBrush> <GradientStop Color="Red" Offset="0.383"/> <GradientStop Color="#FFE4E4E4" Offset="1"/> </RadialGradientBrush> </Setter.Value> </Setter> <Style.Triggers> <DataTrigger Binding="{Binding Status}" Value="Running"> <Setter Property="Border.Background"> <Setter.Value> <RadialGradientBrush > <GradientStop Color="White"/> <GradientStop Color="Green" Offset="0.835"/> </RadialGradientBrush> </Setter.Value> </Setter> <Setter Property="BorderBrush"> <Setter.Value> <RadialGradientBrush> <GradientStop Color="Green" Offset="0.383"/> <GradientStop Color="#FFE4E4E4" Offset="1"/> </RadialGradientBrush> </Setter.Value> </Setter> </DataTrigger> </Style.Triggers> </Style> <!-- Needs to be a separate style, or it won't work --> <Border x:Key="ImageCTX" x:Shared="false" Style="{StaticResource LEDBorder}" /> <Style x:Key="IndividualServiceStyleKey" TargetType="{x:Type MenuItem}" BasedOn="{StaticResource ContextMenuItemStyle}"> <Setter Property="Icon" Value="{StaticResource ImageCTX}" /> </Style> <Style x:Key="ServiceGroupTogglingMenuItemStyleKey" TargetType="{x:Type MenuItem}" BasedOn="{StaticResource ContextMenuItemStyle}"> <Setter Property="IsEnabled" Value="{Binding EnableServiceButtons}" /> </Style> <Style x:Key="ServiceTogglingMenuItemStyleKey" TargetType="{x:Type MenuItem}" BasedOn="{StaticResource ContextMenuItemStyle}"> <Setter Property="Visibility" Value="Collapsed" /> <Style.Triggers> <MultiDataTrigger> <MultiDataTrigger.Conditions> <Condition Binding="{Binding RelativeSource={RelativeSource Self}, Path=Header}" Value="Start Service" /> <Condition Binding="{Binding Status}" Value="Stopped" /> <Condition Binding="{Binding CanToggle}" Value="True" /> </MultiDataTrigger.Conditions> <Setter Property="Visibility" Value="Visible" /> </MultiDataTrigger> <MultiDataTrigger> <MultiDataTrigger.Conditions> <Condition Binding="{Binding RelativeSource={RelativeSource Self}, Path=Header}" Value="Restart Service" /> <Condition Binding="{Binding Status}" Value="Running" /> <Condition Binding="{Binding CanToggle}" Value="True" /> </MultiDataTrigger.Conditions> <Setter Property="Visibility" Value="Visible" /> </MultiDataTrigger> <MultiDataTrigger> <MultiDataTrigger.Conditions> <Condition Binding="{Binding RelativeSource={RelativeSource Self}, Path=Header}" Value="Stop Service" /> <Condition Binding="{Binding Status}" Value="Running" /> <Condition Binding="{Binding CanToggle}" Value="True" /> </MultiDataTrigger.Conditions> <Setter Property="Visibility" Value="Visible" /> </MultiDataTrigger> </Style.Triggers> </Style> </ResourceDictionary>
47.102041
135
0.559142
9dfcfb39492ad97978e5d4915e90aa9670ba09af
7,711
xml
XML
mobile/src/main/res/layout/weather.xml
jiangdb/ziipoo-welcome-board
49d65bb83aa9f0e06983869ba1209fdc38c707e1
[ "Apache-2.0" ]
null
null
null
mobile/src/main/res/layout/weather.xml
jiangdb/ziipoo-welcome-board
49d65bb83aa9f0e06983869ba1209fdc38c707e1
[ "Apache-2.0" ]
null
null
null
mobile/src/main/res/layout/weather.xml
jiangdb/ziipoo-welcome-board
49d65bb83aa9f0e06983869ba1209fdc38c707e1
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" android:background="@mipmap/bg" android:orientation="vertical" > <LinearLayout android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" android:orientation="vertical" android:gravity="center_vertical"> <RelativeLayout android:layout_marginLeft="@dimen/padding_one" android:layout_width="wrap_content" android:layout_height="wrap_content"> <TextView android:id="@+id/tv_day" android:text="13" android:paddingBottom="@dimen/padding_one" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/white" android:textSize="@dimen/text_size_date_big"/> <TextView android:id="@+id/tv_month" android:text="OCT." android:paddingLeft="@dimen/padding_top" android:paddingBottom="@dimen/padding_bottom" android:layout_alignBottom="@id/tv_day" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/white" android:textSize="@dimen/text_size_date_small"/> <TextView android:id="@+id/tv_year" android:text="2017" android:paddingLeft="@dimen/padding_top" android:layout_alignBottom="@id/tv_month" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/white" android:textSize="@dimen/text_size_date_normal"/> </RelativeLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="2" android:orientation="vertical"> <ImageView android:id="@+id/iv_type" android:layout_marginLeft="@dimen/padding_left" android:layout_marginBottom="@dimen/padding_top" android:src="@mipmap/weather" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="left|center" android:orientation="horizontal"> <RelativeLayout android:layout_width="@dimen/temp_size" android:layout_marginLeft="@dimen/padding_one" android:layout_height="wrap_content"> <TextView android:id="@+id/tv_temp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="21" android:textColor="@color/white" android:textSize="@dimen/text_size_big"> </TextView> <TextView android:layout_alignParentRight="true" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/temp_symbol" android:textColor="@color/white" android:textSize="@dimen/text_size_big"> </TextView> <TextView android:id="@+id/tv_city" android:layout_alignBottom="@id/tv_temp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="上海" android:textColor="@color/white" android:textSize="@dimen/text_size" /> </RelativeLayout> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> <LinearLayout android:layout_width="wrap_content" android:layout_height="0dp" android:layout_weight="1" android:gravity="top" android:orientation="horizontal"> <ImageView android:src="@mipmap/menu_up" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="vertical"> <TextView android:id="@+id/tv_temp_up" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="24°" android:textColor="@color/white" android:textSize="@dimen/text_size_normal" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/maximum" android:textColor="@color/white" android:textSize="@dimen/text_size_small" /> </LinearLayout> </LinearLayout> <LinearLayout android:layout_marginTop="@dimen/padding_layout" android:layout_width="wrap_content" android:layout_height="0dp" android:layout_weight="1" android:gravity="bottom" android:orientation="horizontal"> <ImageView android:src="@mipmap/menu_down" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> <TextView android:id="@+id/tv_temp_down" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="24°" android:textColor="@color/white" android:textSize="@dimen/text_size_normal" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/minimum" android:textColor="@color/white" android:textSize="@dimen/text_size_small" /> </LinearLayout> </LinearLayout> </LinearLayout> </LinearLayout> </LinearLayout> </LinearLayout>
44.831395
72
0.508883
01199bcb22009ea244a4e141b997d3ee64097fb5
1,576
xml
XML
app/src/main/res/menu/menu_main.xml
KatyaLint/Droid
58e06aea25d750ba8d16801427d5ddf16e4c120d
[ "MIT" ]
null
null
null
app/src/main/res/menu/menu_main.xml
KatyaLint/Droid
58e06aea25d750ba8d16801427d5ddf16e4c120d
[ "MIT" ]
null
null
null
app/src/main/res/menu/menu_main.xml
KatyaLint/Droid
58e06aea25d750ba8d16801427d5ddf16e4c120d
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" > <group android:checkableBehavior="single"> <!-- <item android:id="@+id/search" android:checked="true" android:icon="@drawable/selected_item" android:title="Search" />--> <item android:id="@+id/current_itenerary" android:checked="false" android:icon="@drawable/selected_item" android:title="Current itenerary" /> <item android:id="@+id/my_trip" android:checked="false" android:icon="@drawable/selected_item" android:title="My Trip" /> <item android:id="@+id/travel_companion" android:checked="false" android:icon="@drawable/selected_item" android:title="Travel Companion" /> <item android:id="@+id/setting" android:checked="false" android:icon="@drawable/selected_item" android:title="Prefrence and Settings" /> <item android:id="@+id/help" android:checked="false" android:icon="@drawable/selected_item" android:title="Help and Feedback" /> </group> <item android:id="@+id/action_search" android:title="@string/settings_search_hunt" app:actionViewClass="android.support.v7.widget.SearchView" app:showAsAction="always"/> </menu>
29.185185
66
0.568528
6aadc03042995061f6d4d48f6b748ec60be2e660
5,898
xml
XML
tex/texmf-context/tex/context/interface/mkiv/i-attachment.xml
karandesai/pandoc_resume
e44f912e20f41138ad040cd0f6ca8abae2c7bddf
[ "MIT" ]
null
null
null
tex/texmf-context/tex/context/interface/mkiv/i-attachment.xml
karandesai/pandoc_resume
e44f912e20f41138ad040cd0f6ca8abae2c7bddf
[ "MIT" ]
null
null
null
tex/texmf-context/tex/context/interface/mkiv/i-attachment.xml
karandesai/pandoc_resume
e44f912e20f41138ad040cd0f6ca8abae2c7bddf
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <?context-directive job ctxfile x-setups.ctx ?> <cd:interface xmlns:cd="http://www.pragma-ade.com/commands"> <cd:command name="defineattachment" file="scrn-wid.mkvi"> <cd:arguments> <cd:resolve name="keyword-name"/> <cd:resolve name="keyword-name-optional"/> <cd:assignments list="yes" optional="yes"> <cd:inherit name="setupattachment"/> </cd:assignments> </cd:arguments> </cd:command> <cd:command name="setupattachment" file="scrn-wid.mkvi"> <cd:arguments> <cd:resolve name="keyword-name-list-optional"/> <cd:assignments list="yes"> <cd:parameter name="title"> <cd:constant type="cd:text"/> </cd:parameter> <cd:parameter name="subtitle"> <cd:constant type="cd:text"/> </cd:parameter> <cd:parameter name="author"> <cd:constant type="cd:text"/> </cd:parameter> <cd:parameter name="file"> <cd:constant type="cd:file"/> </cd:parameter> <cd:parameter name="name"> <cd:constant type="cd:name"/> </cd:parameter> <cd:parameter name="buffer"> <cd:constant type="cd:buffer"/> </cd:parameter> <cd:parameter name="state"> <cd:constant type="start" default="yes"/> <cd:constant type="stop"/> </cd:parameter> <cd:parameter name="method"> <cd:constant type="normal" default="yes"/> <cd:constant type="hidden"/> </cd:parameter> <cd:parameter name="symbol"> <cd:constant type="Graph"/> <cd:constant type="Paperclip"/> <cd:constant type="Pushpin"/> <cd:constant type="Default"/> </cd:parameter> <cd:parameter name="width"> <cd:constant type="fit"/> <cd:constant type="cd:dimension"/> </cd:parameter> <cd:parameter name="height"> <cd:constant type="fit"/> <cd:constant type="cd:dimension"/> </cd:parameter> <cd:parameter name="depth"> <cd:constant type="fit"/> <cd:constant type="cd:dimension"/> </cd:parameter> <cd:parameter name="color"> <cd:constant type="cd:color"/> </cd:parameter> <cd:parameter name="textlayer"> <cd:constant type="cd:name"/> </cd:parameter> <cd:parameter name="location"> <cd:constant type="leftedge"/> <cd:constant type="rightedge"/> <cd:constant type="inmargin"/> <cd:constant type="leftmargin"/> <cd:constant type="rightmargin"/> <cd:constant type="text" default="yes"/> <cd:constant type="high"/> <cd:constant type="none"/> </cd:parameter> <cd:parameter name="distance"> <cd:constant type="cd:dimension"/> </cd:parameter> </cd:assignments> </cd:arguments> </cd:command> <!-- <cd:command name="setupattachments" file="scrn-wid.mkvi"> <cd:arguments> <cd:resolve name="keyword-name-list-optional"/> <cd:assignments list="yes"> <cd:inherit name="setupattachment"/> </cd:assignments> </cd:arguments> </cd:command> --> <cd:command name="registerattachment" file="scrn-wid.mkvi"> <cd:arguments> <cd:resolve name="keyword-name"/> <cd:assignments list="yes"> <cd:inherit name="setupattachment"/> </cd:assignments> </cd:arguments> </cd:command> <cd:command name="attachment" generated="yes" variant="generated" file="scrn-wid.mkvi"> <cd:sequence> <cd:variable value="attachment"/> </cd:sequence> <cd:arguments> <cd:resolve name="keyword-name-optional"/> <cd:assignments list="yes" optional="yes"> <cd:inherit name="setupattachment"/> </cd:assignments> </cd:arguments> </cd:command> <cd:command name="attachment" type="environment" generated="yes" variant="generated" file="scrn-wid.mkvi"> <cd:sequence> <cd:variable value="attachment"/> </cd:sequence> <cd:arguments> <cd:resolve name="keyword-name-optional"/> <cd:assignments list="yes" optional="yes"> <cd:inherit name="setupattachment"/> </cd:assignments> </cd:arguments> </cd:command> <cd:command name="placeattachments" file="scrn-wid.mkvi"/> <cd:command name="attachment" file="scrn-wid.mkvi"> <cd:arguments> <cd:resolve name="keyword-name-optional"/> <cd:assignments list="yes" optional="yes"> <cd:inherit name="setupattachment"/> </cd:assignments> </cd:arguments> </cd:command> <cd:command name="attachment" type="environment" file="scrn-wid.mkvi"> <cd:arguments> <cd:resolve name="keyword-name-optional"/> <cd:assignments list="yes" optional="yes"> <cd:inherit name="setupattachment"/> </cd:assignments> </cd:arguments> </cd:command> </cd:interface>
38.051613
110
0.490844
ba2ed43ebe387b9258e367f20bfcc52c73105919
1,635
xml
XML
page/index.xml
BWoodfork/bwoodfork.github.io
8b9aa3d6ce0c8547e255730e83a31335a7c2f0fb
[ "MIT" ]
null
null
null
page/index.xml
BWoodfork/bwoodfork.github.io
8b9aa3d6ce0c8547e255730e83a31335a7c2f0fb
[ "MIT" ]
null
null
null
page/index.xml
BWoodfork/bwoodfork.github.io
8b9aa3d6ce0c8547e255730e83a31335a7c2f0fb
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>Pages on </title> <link>https://bwoodfork.github.io/page/</link> <description>Recent content in Pages on </description> <generator>Hugo -- gohugo.io</generator> <language>en-us</language> <copyright>Byron Woodfork</copyright> <lastBuildDate>Fri, 03 Apr 2015 02:13:50 +0000</lastBuildDate> <atom:link href="https://bwoodfork.github.io/page/index.xml" rel="self" type="application/rss+xml" /> <item> <title>About</title> <link>https://bwoodfork.github.io/page/about/</link> <pubDate>Fri, 03 Apr 2015 02:13:50 +0000</pubDate> <guid>https://bwoodfork.github.io/page/about/</guid> <description>-- Byron is a lead software engineer who&amp;rsquo;s passionate about forming awesome teams, writing quality code, public speaking and mentoring. Byron has always held a strong passion for tinkering with technology and that led him down his chosen career path. As a team lead, Byron enjoys helping mentor developers of all levels, working towards improving code quality, team processes and company culture.</description> </item> <item> <title>Contact</title> <link>https://bwoodfork.github.io/page/contact/</link> <pubDate>Fri, 03 Apr 2015 02:13:50 +0000</pubDate> <guid>https://bwoodfork.github.io/page/contact/</guid> <description>Contact Me For professional means or just to chat Submit Designed by Colorlib </description> </item> </channel> </rss>
46.714286
440
0.681346
0fed3a52f0373e1e6bafde2da24406b96e54d800
3,514
xml
XML
src/chrome/content/rules/Rother.gov.uk.xml
alexmuller/https-everywhere
f55291dba0bf0dde3362b05ce9cc973fd35c5955
[ "MIT" ]
13
2016-05-06T21:50:22.000Z
2019-08-09T03:11:53.000Z
src/chrome/content/rules/Rother.gov.uk.xml
alexmuller/https-everywhere
f55291dba0bf0dde3362b05ce9cc973fd35c5955
[ "MIT" ]
null
null
null
src/chrome/content/rules/Rother.gov.uk.xml
alexmuller/https-everywhere
f55291dba0bf0dde3362b05ce9cc973fd35c5955
[ "MIT" ]
10
2016-04-30T10:23:10.000Z
2019-08-07T06:36:40.000Z
<!-- Rother District Council For rules causing false/broken MCB, see Rother.gov.uk-falsemixed.xml. For other UK government coverage, see GOV.UK.xml. Nonfunctional hosts in *rother.gov.uk: - planweb01 ᵈ ᵈ Dropped Problematic hosts in *rother.gov.uk: - icm ᵉ ᵐ - hub ˣ ᵉ Expired ᵐ Mismatched ˣ Mixed css Insecure cookies are set for these hosts: - rother.gov.uk - hub.rother.gov.uk - www.rother.gov.uk Mixed content: - css on hub from www.rother.gov.uk ˢ - Images on hub from www.rother.gov.uk ˢ - Bug on hub from d1.logo-net.co.uk ʳ ʳ Refused ˢ Secured by us --> <ruleset name="Rother.gov.uk (partial)"> <target host="rother.gov.uk" /> <target host="directdebit.rother.gov.uk" /> <!--target host="hub.rother.gov.uk" /--> <target host="www.rother.gov.uk" /> <!-- Redirects to http: --> <!--exclusion pattern="^http://(?:www\.)?rother\.gov\.uk/(?:News$|Procurement$|article/10062/Search$|business$|counciltax$|faq$|jobs$|listen$|residents$)" /--> <!-- Exceptions: --> <exclusion pattern="^http://(?:www\.)?rother\.gov\.uk/+(?!\w+/(?:css/|images/|scripts/.+\.css|template/)|CHttpHandler\.ashx|(?:MyAlerts|MyAlertsEvents|article/10061/Login|contactus|unsubscribe)(?:$|[?/])|css/|images/|media/)" /> <!-- +ve: --> <test url="http://www.rother.gov.uk/News" /> <test url="http://www.rother.gov.uk/Procurement" /> <test url="http://www.rother.gov.uk/article/10062/Search" /> <test url="http://www.rother.gov.uk/buildingcontrol" /> <test url="http://www.rother.gov.uk/business" /> <test url="http://www.rother.gov.uk/counciltax" /> <test url="http://www.rother.gov.uk/counciltax" /> <test url="http://www.rother.gov.uk/eventsbooking" /> <test url="http://www.rother.gov.uk/faq" /> <test url="http://www.rother.gov.uk/jobs" /> <test url="http://www.rother.gov.uk/listen" /> <test url="http://www.rother.gov.uk/localplan" /> <test url="http://www.rother.gov.uk/maps" /> <test url="http://www.rother.gov.uk/residents" /> <test url="http://www.rother.gov.uk/reuse" /> <test url="http://www.rother.gov.uk/servicestandards/" /> <test url="http://www.rother.gov.uk/sportsbookings" /> <test url="http://www.rother.gov.uk/stats" /> <!-- -ve: --> <test url="http://www.rother.gov.uk/CHttpHandler.ashx?id=22060&amp;p=0" /> <test url="http://www.rother.gov.uk/MyAlerts" /> <test url="http://www.rother.gov.uk/MyAlertsEvents" /> <test url="http://www.rother.gov.uk/article/10061/Login" /> <test url="http://www.rother.gov.uk/contactus" /> <test url="http://www.rother.gov.uk/media/icon_link/b/r/rss-chicklet.png" /> <test url="http://www.rother.gov.uk/rotherdcnet/css/cookiecuttr.css" /> <test url="http://www.rother.gov.uk/rotherdcnet/template/home/images/border.png" /> <test url="http://www.rother.gov.uk/unsubscribe" /> <test url="http://www.rother.gov.uk/utilities/scripts/ext/resources/css/ext-all.css" /> <test url="http://www.rother.gov.uk/css/layout0/rotherdc/template/default.css" /> <!-- Mixed css: --> <test url="http://hub.rother.gov.uk/RotherPortal/ServiceForms/BrownBinForGardenWasteFrm.aspx" /> <!-- Not secured by server: --> <!--securecookie host="^(?:www\.)?rother\.gov\.uk$" name="^(?:TextOnlyX|clientvars)$" /--> <!--securecookie host="^hub\.rother\.gov\.uk$" name="^ASP\.NET_SessionId$" /--> <securecookie host="^(?!(?:www\.)?rother\.gov\.uk$)\w" name="." /> <rule from="^http:" to="https:" /> </ruleset>
31.945455
230
0.640865
0a74973c738cdefe3919c18cd7534cd24ddb8ca2
16,781
xml
XML
Eng_FalVMingLing/D0050092.xml
kong0107/mojLawSplitXML
e00636f299788b48b1faab5a35ec3a65c891c80e
[ "CC0-1.0" ]
null
null
null
Eng_FalVMingLing/D0050092.xml
kong0107/mojLawSplitXML
e00636f299788b48b1faab5a35ec3a65c891c80e
[ "CC0-1.0" ]
null
null
null
Eng_FalVMingLing/D0050092.xml
kong0107/mojLawSplitXML
e00636f299788b48b1faab5a35ec3a65c891c80e
[ "CC0-1.0" ]
null
null
null
<法規> <法規性質>命令</法規性質> <英文法規名稱>Implementation Regulations for Supervising Civil Organizations at All Levels</英文法規名稱> <中文法規名稱>督導各級人民團體實施辦法</中文法規名稱> <法規網址>https://law.moj.gov.tw/Eng/LawClass/LawAll.aspx?pcode=D0050092</法規網址> <最新英文異動日期>20150122</最新英文異動日期> <廢止註記> </廢止註記> <附件 /> <沿革內容><![CDATA[1.Ji Ji Zi No. 0031 phone promulgation by Ministry of the Interior on May 30, 1952 2.Revised Article 1 pursuant to the Order of Executive Yuan on July 24, 1952 3.Revised Article 5 and 6 pursuant to Tai (47) Nei Zi No. 5243 Order of Executive Yuan on October 16, 1958 4.Revised promulgated name and all 24 articles pursuant to (70) Tai Nei She Zi No. 59762 Order of Ministry of the Interior on December 19, 1981 5.Revised promulgated name and all 24 articles pursuant to (80) Tai Nei She Zi No. 921080 Order of Ministry of the Interior on May 27, 1991 6.Revised all 24 articles pursuant to (88) Tai Nei She Zi No. 8881247 Order of Ministry of the Interior on June 23, 1999 7.Revised and promulgated Article 20 and 21 pursuant to Tai Nei She Zi No. 0950099676 Order of Ministry of the Interior on June 23, 1999 8.Revised and promulgated Article 20, 1 of Article 20, and 3 of Article 20 pursuant to Tai Nei Tuan Zi No. 1041400642 Order on January 22, 2015]]></沿革內容> <前言><![CDATA[]]></前言> <法規內容> <條文> <條號>Article 1</條號> <條文內容><![CDATA[This Regulations is formulated in order to supervise civil organizations at all levels to perfect organization and exert function.]]></條文內容> </條文> <條文> <條號>Article 2</條號> <條文內容><![CDATA[For the purpose of this Regulations, the civil organization means the professional group and social group established pursuant to law.]]></條文內容> </條文> <條文> <條號>Article 3</條號> <條文內容><![CDATA[The number of director and supervisor in civil organization shall be of quota in odd number.]]></條文內容> </條文> <條文> <條號>Article 4</條號> <條文內容><![CDATA[The civil organization shall establish member (member representative) membership information and carry out change registration at any time, and Board of Directors shall examine and approve member (member representative) qualification fifteen days before convening member (member representative) meeting, and prepare a list to report to the competent authority for future reference.]]></條文內容> </條文> <條文> <條號>Article 5</條號> <條文內容><![CDATA[Fifteen days before convening member (member representative) meeting, or seven days before convening meeting of Board of Directors, meeting of Board of Supervisors or joint meeting of Board of Directors and Board of Supervisors, civil organization shall inform the present members on the type, time, location and agenda of the meeting and report to the competent authority and industry competent authority for future reference. Except for convening interim meeting due to emergency incident, notice shall be served to present members one day before the meeting. Meeting minutes of member (member representative) meeting shall specify the number of person presented, absent and asked for leave, and report to the competent authority and industry competent authority for future reference within thirty days after the meeting. Where the resolution of member (member representative) meeting, meeting of Board of Directors, meeting of Board of Supervisors or joint meeting of Board of Directors and Board of Supervisors shall be reported to the competent authority or industry competent authority for approval, the meeting minutes thereof shall be attached for special handling respectively, and the handling situation shall be put forward in the next meeting. When civil organization is convening member (member representative) meeting, meeting of Board of Directors, meeting of Board of Supervisors or joint meeting of Board of Directors and Board of Supervisors, competent authority and industry competent authority may assign personnel to attend such meeting.]]></條文內容> </條文> <條文> <條號>Article 6</條號> <條文內容><![CDATA[If the director or supervisor of civil organization thinks it is necessary and with joint signature of more than half of the directors or supervisors, director or supervisor may ask Director General or convenor (Managing Supervisor) of Board of Supervisors to convene interim meeting of Board of Directors or meeting of Board of Supervisors through sending letter. If Director General or convenor (Managing Supervisor) of Board of Supervisors fails to convene the meeting for no reason, the cosigner may ask the competent authority to designate one director or supervisor to convene the meeting.]]></條文內容> </條文> <條文> <條號>Article 7</條號> <條文內容><![CDATA[Meeting of Board of Directors and meeting of Board of Supervisors of civil organization shall be convened respectively, when necessary, joint meeting of Board of Directors and Board of Supervisors may be convened. The joint meeting mentioned above shall be attended by more than half of the directors and supervisors respectively before convening the meeting. The resolution thereof shall be approved by more than half or majority of the attending directors and supervisors.]]></條文內容> </條文> <條文> <條號>Article 8</條號> <條文內容><![CDATA[The calculation of number of persons attending all kinds of meetings of civil organization shall be subject to the number of persons signed in or reported. However, when the attendee proposes to check the number of presenting persons, the number of presenting persons shall be checked, and the checking result thereof shall prevail. The preceding proposal does not require supporting proposal. But the original proposer may withdraw the proposal before the announcement of checking result.]]></條文內容> </條文> <條文> <條號>Article 9</條號> <條文內容><![CDATA[When civil organization is convening meeting of Board of Directors, convenor (Managing Supervisor) of Board of Supervisors shall attend, when convening meeting of Board of Supervisors, Director General shall attend.]]></條文內容> </條文> <條文> <條號>Article 10</條號> <條文內容><![CDATA[The revenue and expenditure and work execution situation of civil organization shall be proposed for deliberation in every meeting of Board of Directors, and Board of Directors shall submit it to Board of Supervisors for supervision, if any inappropriate circumstance is found in supervision, Board of Supervisors shall propose correction opinion and submit it to Board of Directors for handling, if Board of Directors fails to do so, Board of Supervisors may propose it to member (member representative) meeting for deliberation.]]></條文內容> </條文> <條文> <條號>Article 11</條號> <條文內容><![CDATA[Before reelection of director and supervisor for every session, civil organization shall prepare a detailed list of information, in triplicate, including registration certificate, seal, unfinished case, archives, financial affairs and personnel etc., after the selection of new Director General, civil organization shall hand over a copy of such list together with registration certificate and seal to the new Director General and supervisor thereon, and the new Director General shall complete the takeover together with supervisor within fifteen days. If the hand over fails to be completed in due time, apart from handling pursuant to law, civil organization may report to the competent authority to cancel or revoke the seal and registration certificate issued originally for reissue. The preceding supervisor shall be assigned by the new convenor (Managing Supervisor) of Board of Supervisors or the new supervisor.]]></條文內容> </條文> <條文> <條號>Article 12</條號> <條文內容><![CDATA[When establishing branch pursuant to law, civil organization shall prepare articles of association specifying establishment basis, composition, task, source of funds etc. pursuant to provisions of regulation, and propose it to Board of Directors to approval, and such articles of association will be implemented after approved by competent authority.]]></條文內容> </條文> <條文> <條號>Article 13</條號> <條文內容><![CDATA[In order to understand the situation of handling business or activity of civil organization, competent authority and industry competent authority may inform such organization to propose the implementation plan, execution situation and financial statement of such business or activity.]]></條文內容> </條文> <條文> <條號>Article 14</條號> <條文內容><![CDATA[Where the business or activity handled by civil organization involves in charging or open enrollment, teaching, ticketing, donation, charity sale or other similar circumstances, civil organization shall propose it to the concerned industry competent authority for registration or approval pursuant to relevant laws and decrees before handling. The financial revenue and expenditure thereof shall be disclosed for credit report.]]></條文內容> </條文> <條文> <條號>Article 15</條號> <條文內容><![CDATA[If the number of members of civil organization within the same administrative region is qualified for establishing hierarchical organization pursuant to law, civil organization may stipulate the establishment of hierarchical organization in the regulation. For the establishment of preceding hierarchical organization, each civil organization shall issue letter of consent.]]></條文內容> </條文> <條文> <條號>Article 16</條號> <條文內容><![CDATA[Where civil organization sets hierarchical organization, the superior organization shall specify the name of hierarchical organization, quota of representative designated by inferior organization, rights and obligations relationship between the superior and inferior organization and other relevant matters in the regulation.]]></條文內容> </條文> <條文> <條號>Article 17</條號> <條文內容><![CDATA[Upon the merger or division of civil organization, regulations shall be agreed on the undertaking or transfer of relevant personnel, property and other rights and obligations matters and approved by member (member representative) meeting, and such regulations shall be implemented after approved by competent authority.]]></條文內容> </條文> <條文> <條號>Article 18</條號> <條文內容><![CDATA[Provided civil organization has any one of the following circumstances, competent authority may inform it for reelection, by-election or change recommendation within a time limit: 1. Expiration of the term of office of director or supervisor but without reelection. 2. The number of persons of director or supervisor is less than two third of the quota stipulated in the regulation, but by-election has not be conducted to meet the quota. 3. After the Director General or convenor (Managing Supervisor) of Board of Supervisors has been relieved from the post by competent authority pursuant to law, reelection or change recommendation has not been conducted otherwise.]]></條文內容> </條文> <條文> <條號>Article 19</條號> <條文內容><![CDATA[Provided civil organization has any one of the following circumstances, competent authority may set time limit for correction: 1. Fails to convene member (member representative) meeting, meeting of Board of Directors, meeting of Board of Supervisors pursuant to the regulation within the year, or such meeting has been convened but fails finally. 2. Fails to complete reelection, by-election or change recommendation in due time after informed by competent authority. 3. The competent authority designates personnel to convene the meeting pursuant to law but still fails finally.]]></條文內容> </條文> <條文> <條號>Article 20</條號> <條文內容><![CDATA[When competent authority has set time limit for correction, civil organization shall immediately form a correction group together with all directors and supervisors, and mutually recommend one person as the convenor to complete correction work within the time limit. When the members of the preceding correction group are less than five persons, the correction group shall select appropriate personnel from the member (member representative) for supplement. Provided the total members of correction group shall not exceed the sum of director and supervisor quota stipulated in the regulation. After having form the correction group pursuant to preceding Paragraph 2, civil organization shall report to competent authority for future reference within thirty days.]]></條文內容> </條文> <條文> <條號>Article 20-1</條號> <條文內容><![CDATA[If correction group really has difficulty in handling correction work, before the expiration of time limit for correction, it may explain the reason and apply to competent authority for extension of time limit for no more than three months, and such extension is limited to one time only.]]></條文內容> </條文> <條文> <條號>Article 20-2</條號> <條文內容><![CDATA[The correction group shall handle correction work through convening a meeting, and the meeting resolution shall be approved by more than two third of the attending members in the meeting attended by more than two third of the members of correction group. The preceding meeting shall be convened by the convenor of correction group. Members of correction group shall personally attend the meeting of correction group and shall not appoint other person as the agent.]]></條文內容> </條文> <條文> <條號>Article 20-3</條號> <條文內容><![CDATA[Member of correction group shall be dismissed provided having any one of the following circumstances, and personnel shall be selected for replacement pursuant to Paragraph 2 of Article 20. 1. Vacancy. 2. Absent for two consecutive times for no reason. 3. Cannot perform duty. The above circumstances shall be reported to competent authority for future reference within thirty days after dismissal or replacement.]]></條文內容> </條文> <條文> <條號>Article 20-4</條號> <條文內容><![CDATA[The member of correction group is a position without remuneration. However, when member of correction group is attending the meeting, civil organization may discretionarily issue attendance fee according to its financial condition and referring to the standards stipulated by government agency, or issue traveling expenses according to the transportation ticket provided.]]></條文內容> </條文> <條文> <條號>Article 21</條號> <條文內容><![CDATA[Tasks of correction group are as follows: 1. Take over registration certificate, seal, personnel, archives and financial books, prepare detailed list and hand over to the next Board of Directors. 2. Check the membership of existing member (member representative). 3. Convene member (member representative) meeting and elect director and supervisor. 4. Handle the following matters: Service matters entrusted by the government. Service matters due to be provided to member (member representative). During the time limit for correction, in order to execute the preceding tasks, the convenor of correction group shall be the representative of civil organization. Within ten days after the new Director General has been elected, the correction group shall be dismissed after the convenor of correction group has completed the hand over and take over. When the correction group cannot take over registration certificate and seal pursuant to the provision of Subparagraph 1, Paragraph 1, the provision of Article 11 shall apply, and civil organization may report to the competent authority to cancel or revoke the seal and registration certificate issued originally for reissue.]]></條文內容> </條文> <條文> <條號>Article 21-1</條號> <條文內容><![CDATA[The session of director and supervisor elected by civil organization through the procedure of setting time limit for correction shall be deemed as the new session.]]></條文內容> </條文> <條文> <條號>Article 22</條號> <條文內容><![CDATA[For the liquidation procedure in dissolution of civil organization, if legal person registration has been conducted, unless otherwise prescribed by law, it shall be handled pursuant to the provision of Civil Act; if legal person registration has not been conducted, it shall be handled pursuant to the regulation of resolution of member (member representative) meeting; if the regulation has not prescribed or the member (member representative) meeting cannot be convened, competent authority may elect and assign liquidator for handling pursuant to liquidation provisions in Civil Act.]]></條文內容> </條文> <條文> <條號>Article 23</條號> <條文內容><![CDATA[The appraisal and assessment of civil organization shall be handled by competent authority; if industry is involved, it shall be handled together with the industry competent authority.]]></條文內容> </條文> <條文> <條號>Article 24</條號> <條文內容><![CDATA[This Regulations shall take effect from the date of promulgation.]]></條文內容> </條文> </法規內容> </法規>
99.886905
809
0.773732
9ac58535390440d1c41f8fd7b21270742632d01a
1,022
xml
XML
libraries/colors/aggregated/basic_english/whom.xml
est/nodebox-gl
f1909a7a4ebc55c8ba254f92e25acb26e8cf1f1d
[ "BSD-3-Clause" ]
1
2015-09-29T14:22:49.000Z
2015-09-29T14:22:49.000Z
libraries/colors/aggregated/basic_english/whom.xml
est/nodebox-gl
f1909a7a4ebc55c8ba254f92e25acb26e8cf1f1d
[ "BSD-3-Clause" ]
1
2015-09-29T14:23:35.000Z
2015-09-30T02:33:13.000Z
libraries/colors/aggregated/basic_english/whom.xml
est/nodebox-gl
f1909a7a4ebc55c8ba254f92e25acb26e8cf1f1d
[ "BSD-3-Clause" ]
null
null
null
<colors query="whom"> <color name="white" weight="0.513763076333"> <shade name="light" weight="0.93642085331" /> <shade name="hard" weight="0.0338973396607" /> <shade name="dark" weight="0.0296807077482" /> </color> <color name="black" weight="0.414513391132"> <shade name="light" weight="0.93642085331" /> <shade name="hard" weight="0.0338973396607" /> <shade name="dark" weight="0.0296807077482" /> </color> <color name="green" weight="0.0274396188496"> <shade name="light" weight="0.93642085331" /> <shade name="hard" weight="0.0338973396607" /> <shade name="dark" weight="0.0296807077482" /> </color> <color name="blue" weight="0.0241410263709"> <shade name="light" weight="0.93642085331" /> <shade name="hard" weight="0.0338973396607" /> <shade name="dark" weight="0.0296807077482" /> </color> <color name="red" weight="0.0201418478789"> <shade name="light" weight="0.93642085331" /> <shade name="hard" weight="0.0338973396607" /> <shade name="dark" weight="0.0296807077482" /> </color> </colors>
30.969697
47
0.68591
5947574ea197840cae557ced3d817ffdea5398fb
6,509
xml
XML
letv-crowdfund-core/src/main/resources/sql/StationMessageModelMapper.xml
CBD-Forum/Genesis-crowd-funding
78e5801ed9524b472203fbddc286cb0a68b359da
[ "Apache-2.0" ]
14
2017-07-29T06:49:06.000Z
2021-11-18T03:37:03.000Z
letv-crowdfund-core/src/main/resources/sql/StationMessageModelMapper.xml
CBD-Forum/Genesis-crowd-funding
78e5801ed9524b472203fbddc286cb0a68b359da
[ "Apache-2.0" ]
null
null
null
letv-crowdfund-core/src/main/resources/sql/StationMessageModelMapper.xml
CBD-Forum/Genesis-crowd-funding
78e5801ed9524b472203fbddc286cb0a68b359da
[ "Apache-2.0" ]
22
2017-05-15T09:23:01.000Z
2020-10-26T02:20:18.000Z
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > <mapper namespace="com.fbd.core.app.message.model.StationMessageModelMapper" > <resultMap id="BaseResultMap" type="com.fbd.core.app.message.model.StationMessageModel" > <id column="id" property="id" jdbcType="VARCHAR" /> <result column="user_id" property="userId" jdbcType="VARCHAR" /> <result column="message_type" property="messageType" jdbcType="VARCHAR" /> <result column="message_child_type" property="messageChildType" jdbcType="VARCHAR" /> <result column="content" property="content" jdbcType="VARCHAR" /> <result column="send_time" property="sendTime" jdbcType="TIMESTAMP" /> <result column="read_time" property="readTime" jdbcType="TIMESTAMP" /> <result column="status" property="status" jdbcType="VARCHAR" /> <result column="message_child_type_name" property="messageChildTypeName" jdbcType="VARCHAR" /> </resultMap> <sql id="Base_Column_List" > id, user_id, message_type, message_child_type, content, send_time, read_time, status </sql> <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" > select <include refid="Base_Column_List" /> from station_message where id = #{id,jdbcType=VARCHAR} </select> <select id="getCount" resultType="java.lang.Long" parameterType="com.fbd.core.app.message.model.StationMessageModel" > select count(1) from station_message <include refid="List_Where"/> </select> <select id="selectPageList" resultMap="BaseResultMap" parameterType="com.fbd.core.app.message.model.StationMessageModel" > select <include refid="Base_Column_List" />, (select display_name from dictionary where code=message_child_type and type_code='station_msg_child_type') as message_child_type_name from station_message <include refid="List_Where"/> <if test="sort=='sendTime'" > order by send_time desc </if> <if test="endPage>0" > LIMIT #{startPage},#{endPage} </if> </select> <sql id="List_Where"> <where> <!-- 查询90天之前的消息 --> send_time >= DATE_SUB(now(),INTERVAL 90 DAY) <if test="messageType != null and messageType != ''" > and message_type = #{messageType,jdbcType=VARCHAR} </if> <if test="userId != null and userId != ''" > and user_id = #{userId,jdbcType=VARCHAR} </if> <if test="status != null and status != ''" > and status = #{status,jdbcType=VARCHAR} </if> <if test="id != null and id != ''" > and id = #{id,jdbcType=VARCHAR} </if> </where> </sql> <delete id="deleteByPrimaryKey" parameterType="java.lang.String" > delete from station_message where id = #{id,jdbcType=VARCHAR} </delete> <insert id="insert" parameterType="com.fbd.core.app.message.model.StationMessageModel" > insert into station_message (id, user_id, message_type, message_child_type, content, send_time, read_time, status) values (#{id,jdbcType=VARCHAR}, #{userId,jdbcType=VARCHAR}, #{messageType,jdbcType=VARCHAR}, #{messageChildType,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR}, #{sendTime,jdbcType=TIMESTAMP}, #{readTime,jdbcType=TIMESTAMP}, #{status,jdbcType=VARCHAR}) </insert> <insert id="insertSelective" parameterType="com.fbd.core.app.message.model.StationMessageModel" > insert into station_message <trim prefix="(" suffix=")" suffixOverrides="," > <if test="id != null" > id, </if> <if test="userId != null" > user_id, </if> <if test="messageType != null" > message_type, </if> <if test="messageChildType != null" > message_child_type, </if> <if test="content != null" > content, </if> <if test="sendTime != null" > send_time, </if> <if test="readTime != null" > read_time, </if> <if test="status != null" > status, </if> </trim> <trim prefix="values (" suffix=")" suffixOverrides="," > <if test="id != null" > #{id,jdbcType=VARCHAR}, </if> <if test="userId != null" > #{userId,jdbcType=VARCHAR}, </if> <if test="messageType != null" > #{messageType,jdbcType=VARCHAR}, </if> <if test="messageChildType != null" > #{messageChildType,jdbcType=VARCHAR}, </if> <if test="content != null" > #{content,jdbcType=VARCHAR}, </if> <if test="sendTime != null" > #{sendTime,jdbcType=TIMESTAMP}, </if> <if test="readTime != null" > #{readTime,jdbcType=TIMESTAMP}, </if> <if test="status != null" > #{status,jdbcType=VARCHAR}, </if> </trim> </insert> <update id="updateByPrimaryKeySelective" parameterType="com.fbd.core.app.message.model.StationMessageModel" > update station_message <set > <if test="userId != null" > user_id = #{userId,jdbcType=VARCHAR}, </if> <if test="messageType != null" > message_type = #{messageType,jdbcType=VARCHAR}, </if> <if test="messageChildType != null" > message_child_type = #{messageChildType,jdbcType=VARCHAR}, </if> <if test="content != null" > content = #{content,jdbcType=VARCHAR}, </if> <if test="sendTime != null" > send_time = #{sendTime,jdbcType=TIMESTAMP}, </if> <if test="readTime != null" > read_time = #{readTime,jdbcType=TIMESTAMP}, </if> <if test="status != null" > status = #{status,jdbcType=VARCHAR}, </if> </set> where id = #{id,jdbcType=VARCHAR} </update> <update id="updateByPrimaryKey" parameterType="com.fbd.core.app.message.model.StationMessageModel" > update station_message set user_id = #{userId,jdbcType=VARCHAR}, message_type = #{messageType,jdbcType=VARCHAR}, message_child_type = #{messageChildType,jdbcType=VARCHAR}, content = #{content,jdbcType=VARCHAR}, send_time = #{sendTime,jdbcType=TIMESTAMP}, read_time = #{readTime,jdbcType=TIMESTAMP}, status = #{status,jdbcType=VARCHAR} where id = #{id,jdbcType=VARCHAR} </update> </mapper>
38.976048
125
0.611615
c1fdf355fc801b241200c8e7ff778311a867c97f
11,066
xml
XML
pom.xml
mehdikwa/Jersey-Spring-JWT
fb0b71b19491dc9b6513aebcbb4d5f32f81c489d
[ "MIT" ]
3
2017-01-30T16:13:19.000Z
2019-08-03T17:31:37.000Z
pom.xml
mohbadar/Jersey-Spring-JWT
fb0b71b19491dc9b6513aebcbb4d5f32f81c489d
[ "MIT" ]
null
null
null
pom.xml
mohbadar/Jersey-Spring-JWT
fb0b71b19491dc9b6513aebcbb4d5f32f81c489d
[ "MIT" ]
3
2018-10-04T16:32:28.000Z
2019-08-06T11:13:17.000Z
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.auth.rest.tools</groupId> <artifactId>AuthenticationAPI</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version> <ojdbc.version>11.2.0</ojdbc.version> <jersey.version>2.23</jersey.version> <jackson.version>2.7.4</jackson.version> <jackson-mapper.version>1.9.13</jackson-mapper.version> <jetty.maven.plugin.version>9.3.8.v20160314</jetty.maven.plugin.version> <!-- Adapt this to a version found on http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-maven-plugin/ --> <spring.version>4.2.5.RELEASE</spring.version> <spring-data-jpa.version>1.10.1.RELEASE</spring-data-jpa.version> <spring.security.version>4.0.4.RELEASE</spring.security.version> <logback.version>1.1.7</logback.version> <slf4j.version>1.7.21</slf4j.version> <jcloverslf4j.version>1.7.6</jcloverslf4j.version> <hibernate.version>4.2.7.Final</hibernate.version> <hibernate-validator.version>5.2.4.Final</hibernate-validator.version> <hibernate-ehcache.version>4.2.7.Final</hibernate-ehcache.version> <ehcache-spring-annotations.version>1.2.0</ehcache-spring-annotations.version> <ehcache.version>2.10.2</ehcache.version> <commons-dbcp2.version>2.1.1</commons-dbcp2.version> <commons-logging.version>1.2</commons-logging.version> <aspectj.version>1.8.9</aspectj.version> <h2.version>1.4.191</h2.version> <junit.version>4.12</junit.version> <dbunit.version>2.5.2</dbunit.version> <swagger.version>1.5.8</swagger.version> <tests.IT>NOTHING</tests.IT> <tests.IHM>NOTHING</tests.IHM> <yDoc.path>C:\KitDev\yworks-uml-doclet-3.0_02-jdk1.5</yDoc.path> </properties> <modules> <module>AuthenticationCore</module> <module>AuthenticationBOM</module> <module>AuthenticationDAL</module> <module>AuthenticationRestAPI</module> </modules> <dependencyManagement> <dependencies> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.9.2</version> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20160212</version> </dependency> <!-- Test frameworks --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <version>${dbunit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>${h2.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <version>1.4</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.9.1</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.10.8</version> </dependency> <!-- Oracle JDBC driver --> <dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc6</artifactId> <version>${ojdbc.version}</version> </dependency> <!-- LOGGING with SLF4J --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>${logback.version}</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>${logback.version}</version> </dependency> <!-- Swagger --> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-jersey2-jaxrs</artifactId> <version>${swagger.version}</version> <exclusions> <exclusion> <artifactId>jersey-container-servlet-core</artifactId> <groupId>org.glassfish.jersey.containers</groupId> </exclusion> </exclusions> </dependency> <!-- Spring --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aspects</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-jpa</artifactId> <version>${spring-data-jpa.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework.mobile</groupId> <artifactId>spring-mobile-device</artifactId> <version>1.1.5.RELEASE</version> </dependency> <!-- Spring security --> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> <version>${spring.security.version}</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <version>${spring.security.version}</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>${spring.security.version}</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-ldap</artifactId> <version>${spring.security.version}</version> </dependency> <!-- JWT --> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> <version>0.6.0</version> </dependency> <!-- HIBERNATE --> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> <version>${hibernate.version}</version> <exclusions> <exclusion> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> <version>${hibernate-validator.version}</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-ehcache</artifactId> <version>${hibernate-ehcache.version}</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>${hibernate.version}</version> </dependency> <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.0-api</artifactId> <version>1.0.1.Final</version> </dependency> <dependency> <groupId>javax.el</groupId> <artifactId>javax.el-api</artifactId> <version>2.2.4</version> </dependency> <dependency> <groupId>org.glassfish.web</groupId> <artifactId>javax.el</artifactId> <version>2.2.4</version> </dependency> <!-- EHCACHE --> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <version>${ehcache.version}</version> </dependency> <!-- APACHE COMMONS --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> <version>${commons-dbcp2.version}</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>${commons-logging.version}</version> </dependency> <!-- jackson dependencies --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>provided</scope> </dependency> </dependencies> </dependencyManagement> <profiles> <profile> <id>javadoc</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.3</version> <configuration> <!-- Doclet --> <doclet>ydoc.doclets.YStandard</doclet> <docletPath>${yDoc.path}/lib/ydoc.jar:${yDoc.path}/lib/ydoc.jar:${yDoc.path}/resources:${yDoc.path}/lib</docletPath> <additionalparam>-link http://java.sun.com/j2se/1.5.0/docs/api/ -umlautogen</additionalparam> <!-- bootclasspath required by Sun's JVM --> <bootclasspath>${sun.boot.class.path}</bootclasspath> <!-- General Javadoc settings --> <doctitle>${project.name} (${project.version})</doctitle> <title>SpringJWTRestApi</title> <show>public</show> <bottom><![CDATA[Copyright notice]]></bottom> <show>private</show> <docfilessubdirs>true</docfilessubdirs> <!-- Apple's JVM sometimes requires more memory --> <additionalJOption>-J-Xmx1024m</additionalJOption> <verbose>true</verbose> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>
30.824513
190
0.681728
1f2615c8f3a48bcc596e08165cee39139f42de09
1,632
fxml
XML
rpihome/rpihome-now/src/main/resources/scenes/test.fxml
ivano85/rpihome
b290c03adffc2e9f224a9ae3a8e955e948cfd9d9
[ "Apache-2.0" ]
1
2018-02-01T00:00:45.000Z
2018-02-01T00:00:45.000Z
rpihome/rpihome-now/src/main/resources/scenes/test.fxml
ivano85/rpihome
b290c03adffc2e9f224a9ae3a8e955e948cfd9d9
[ "Apache-2.0" ]
null
null
null
rpihome/rpihome-now/src/main/resources/scenes/test.fxml
ivano85/rpihome
b290c03adffc2e9f224a9ae3a8e955e948cfd9d9
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <?import javafx.geometry.Insets?> <?import javafx.scene.control.Button?> <?import javafx.scene.control.Label?> <?import javafx.scene.control.ProgressIndicator?> <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.Pane?> <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> <Pane style="-fx-background-color: #FFFFFF;" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.github.ivano85.rpihome.now.cards.TestController"> <children> <HBox prefHeight="220.0" prefWidth="397.0"> <children> <ProgressIndicator fx:id="progress" prefHeight="155.0" prefWidth="147.0" progress="0.0"> <HBox.margin> <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" /> </HBox.margin> </ProgressIndicator> <VBox prefHeight="163.0" prefWidth="217.0"> <children> <Label fx:id="title" text="Label" wrapText="true"> <font> <Font size="24.0" /> </font> </Label> <Button mnemonicParsing="false" onAction="#update" text="Aggiorna" /> </children> <HBox.margin> <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" /> </HBox.margin> <padding> <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" /> </padding> </VBox> </children> </HBox> </children> </Pane>
38.857143
189
0.536765
28e9a19abb340b79aed422c20c0f5c47d2bb1bb1
594
xml
XML
od_dogs/anna-dudkova-urs_y9NwFcc-unsplash.xml
hituji1012/od_test
ba12b36cbf2c30a2b05fa14e2efccdd159e4e241
[ "MIT" ]
null
null
null
od_dogs/anna-dudkova-urs_y9NwFcc-unsplash.xml
hituji1012/od_test
ba12b36cbf2c30a2b05fa14e2efccdd159e4e241
[ "MIT" ]
null
null
null
od_dogs/anna-dudkova-urs_y9NwFcc-unsplash.xml
hituji1012/od_test
ba12b36cbf2c30a2b05fa14e2efccdd159e4e241
[ "MIT" ]
null
null
null
<annotation> <folder>od_dogs</folder> <filename>anna-dudkova-urs_y9NwFcc-unsplash.jpg</filename> <path>C:\Users\nakata\Python\myfolder\od_test\od_dogs\anna-dudkova-urs_y9NwFcc-unsplash.jpg</path> <source> <database>Unknown</database> </source> <size> <width>640</width> <height>360</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>dog</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>315</xmin> <ymin>78</ymin> <xmax>514</xmax> <ymax>299</ymax> </bndbox> </object> </annotation>
22
99
0.681818
52a5e2db1ac9c69d807536475d928acdaca0e334
1,115
xml
XML
Reference/GameData/RimWorld-Core/Sites/Cores/PreciousLump.xml
LuizLoyola/TyD
1897b5d3ceb7b50e02c34b774dd97e959d17abb3
[ "MIT" ]
30
2019-06-15T08:30:38.000Z
2022-01-23T20:20:14.000Z
Reference/GameData/RimWorld-Core/Sites/Cores/PreciousLump.xml
LuizLoyola/TyD
1897b5d3ceb7b50e02c34b774dd97e959d17abb3
[ "MIT" ]
4
2019-07-21T15:27:13.000Z
2020-07-13T23:00:25.000Z
Reference/GameData/RimWorld-Core/Sites/Cores/PreciousLump.xml
tyd-lang/TyD
56e654996b53c811e3f1e7178950adb65a4921fe
[ "MIT" ]
6
2019-07-01T21:24:42.000Z
2021-07-21T16:39:48.000Z
<?xml version="1.0" encoding="utf-8" ?> <Defs> <SiteCoreDef> <defName>PreciousLump</defName> <label>lump of precious resources</label> <description>A mineable lump of precious resources.</description> <siteTexture>World/WorldObjects/Sites/GenericSite</siteTexture> <expandingIconTexture>World/WorldObjects/Expanding/Sites/PreciousLump</expandingIconTexture> <forceExitAndRemoveMapCountdownDurationDays>10</forceExitAndRemoveMapCountdownDurationDays> </SiteCoreDef> <GenStepDef> <defName>PreciousLump</defName> <linkWithSite>PreciousLump</linkWithSite> <order>450</order> <genStep Class="GenStep_PreciousLump"> <mineables> <li>MineableGold</li> <li>MineableSilver</li> <li>MineableSteel</li> <li>MineablePlasteel</li> <li>MineableComponentsIndustrial</li> <li>MineableUranium</li> <li>MineableJade</li> </mineables> <totalValueRange><min>3500</min><max>5000</max></totalValueRange> <nearMapCenter>true</nearMapCenter> </genStep> </GenStepDef> </Defs>
33.787879
97
0.682511
ce5d79ad53da53e38928bb72695a8f555b580fc0
2,782
xml
XML
systems/Kepler-274.xml
luisriverag/open_exoplanet_catalogue
13a8193dd93b7ad6142b112cf301880870f37f17
[ "MIT", "Unlicense" ]
852
2015-02-08T19:06:17.000Z
2022-03-31T02:49:18.000Z
systems/Kepler-274.xml
luisriverag/open_exoplanet_catalogue
13a8193dd93b7ad6142b112cf301880870f37f17
[ "MIT", "Unlicense" ]
359
2015-01-01T01:32:35.000Z
2022-03-08T00:32:15.000Z
systems/Kepler-274.xml
luisriverag/open_exoplanet_catalogue
13a8193dd93b7ad6142b112cf301880870f37f17
[ "MIT", "Unlicense" ]
329
2015-01-01T01:13:59.000Z
2022-03-01T05:55:39.000Z
<system> <name>Kepler-274</name> <name>KOI-1196</name> <name>KIC 3348082</name> <rightascension>19 31 41.4652</rightascension> <declination>+38 28 38.1271</declination> <distance>1253.43</distance> <star> <magJ errorminus="0.024" errorplus="0.024">13.773</magJ> <magH errorminus="0.025" errorplus="0.025">13.458</magH> <magK errorminus="0.04" errorplus="0.04">13.46</magK> <name>Kepler-274</name> <name>KOI-1196</name> <name>KIC 3348082</name> <name>2MASS J19314146+3828382</name> <name>Gaia DR2 2052307864222921088</name> <temperature errorminus="200" errorplus="200">6023</temperature> <radius errorminus=".541" errorplus="0.541">1.007</radius> <planet> <name>Kepler-274 b</name> <name>KOI-1196 b</name> <name>KOI-1196.02</name> <name>KIC 3348082 b</name> <name>KIC 3348082.02</name> <name>Gaia DR2 2052307864222921088 b</name> <radius errorminus="0.07655" errorplus="0.07655">0.14034</radius> <period errorminus=".000134" errorplus="0.000134">11.634788</period> <transittime errorminus="0.0072000" errorplus="0.0072000">2454973.4969600</transittime> <list>Confirmed planets</list> <description>Kepler-274 b has been discovered by the Kepler spacecraft and was originally classified as a planet candidate. A new statistical analysis led by a team at NASA Ames Research Center has validated the planet with more than 99 percent confidence. Although many parameters of Kepler-274 b are still unknown, the object is highly unlikely to be a false positive.</description> <discoveryyear>2014</discoveryyear> <lastupdate>14/02/26</lastupdate> <discoverymethod>transit</discoverymethod> <istransiting>1</istransiting> </planet> <planet> <name>Kepler-274 c</name> <name>KOI-1196 c</name> <name>KOI-1196.03</name> <name>KIC 3348082 c</name> <name>KIC 3348082.03</name> <name>Gaia DR2 2052307864222921088 c</name> <radius errorminus="0.09113" errorplus="0.09113">0.16768</radius> <period errorminus=".000894" errorplus="0.000894">33.197861</period> <transittime errorminus="0.0176900" errorplus="0.0176900">2454975.1004400</transittime> <list>Confirmed planets</list> <description>Kepler-274 c has been discovered by the Kepler spacecraft and was originally classified as a planet candidate. A new statistical analysis led by a team at NASA Ames Research Center has validated the planet with more than 99 percent confidence. Although many parameters of Kepler-274 c are still unknown, the object is highly unlikely to be a false positive.</description> <discoveryyear>2014</discoveryyear> <lastupdate>14/02/26</lastupdate> <discoverymethod>transit</discoverymethod> <istransiting>1</istransiting> </planet> </star> <constellation>Cygnus</constellation> </system>
49.678571
387
0.73652
38e22ed4dfb4678ef2b46cfc99b96631241b6969
1,263
csproj
XML
src/Core/Core.csproj
teknologisk-institut/pytocs
69634a056b8835282d424d3ee25468344853a40b
[ "Apache-2.0" ]
null
null
null
src/Core/Core.csproj
teknologisk-institut/pytocs
69634a056b8835282d424d3ee25468344853a40b
[ "Apache-2.0" ]
null
null
null
src/Core/Core.csproj
teknologisk-institut/pytocs
69634a056b8835282d424d3ee25468344853a40b
[ "Apache-2.0" ]
null
null
null
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <AssemblyName>Pytocs.Core</AssemblyName> <RootNamespace>Pytocs.Core</RootNamespace> <Version>1.1.0-alpha1+20190513</Version> <PackageReleaseNotes>https://github.com/teknologisk-institut/pytocs/tree/7199fa6c9846d4f6b30f6d3d30e4abb91a45288f</PackageReleaseNotes> <Description>Pytocs.Core used by PyToCS package</Description> </PropertyGroup> <ItemGroup> <Compile Update="Resources.Designer.cs"> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> </Compile> <Compile Update="Resources2.Designer.cs"> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> <DependentUpon>Resources2.resx</DependentUpon> </Compile> </ItemGroup> <ItemGroup> <EmbeddedResource Update="Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> <EmbeddedResource Update="Resources2.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources2.Designer.cs</LastGenOutput> </EmbeddedResource> </ItemGroup> </Project>
35.083333
139
0.731591
69a8bd8d33d6a64d1149aaffd94d5e37d9e19773
256
xml
XML
docs/api/toc/Methods_T_Eto_Forms_ColorDialog_Callback.xml
picoe/Eto.Support
0d97f54e3761dcdd22465e737604d88ed0596931
[ "MIT" ]
1
2021-02-08T04:40:25.000Z
2021-02-08T04:40:25.000Z
docs/api/toc/Methods_T_Eto_Forms_ColorDialog_Callback.xml
picoe/Eto.Support
0d97f54e3761dcdd22465e737604d88ed0596931
[ "MIT" ]
null
null
null
docs/api/toc/Methods_T_Eto_Forms_ColorDialog_Callback.xml
picoe/Eto.Support
0d97f54e3761dcdd22465e737604d88ed0596931
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?><HelpTOCNode Title="Callback Methods" Url="html/Methods_T_Eto_Forms_ColorDialog_Callback.htm"><HelpTOCNode Title="OnColorChanged Method " Url="html/M_Eto_Forms_ColorDialog_Callback_OnColorChanged.htm" /></HelpTOCNode>
256
256
0.816406
d867821bdc45fceaf9620dc19b56a1aa07e596f9
244
xml
XML
Franck/res/values/piano_attrs.xml
xgouchet/Franck
0803e1d5901ff9f35019ad492dedc843cb323587
[ "MIT" ]
null
null
null
Franck/res/values/piano_attrs.xml
xgouchet/Franck
0803e1d5901ff9f35019ad492dedc843cb323587
[ "MIT" ]
null
null
null
Franck/res/values/piano_attrs.xml
xgouchet/Franck
0803e1d5901ff9f35019ad492dedc843cb323587
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="PianoView"> <attr name="keyWidth" format="dimension" /> <attr name="keyHeight" format="dimension" /> </declare-styleable> </resources>
27.111111
53
0.614754
88a951bb1b0d2780f263cb5282a5ea50f267eb0c
894
xml
XML
xbs/prj_agreement_line_Ve.xml
dspflash/3ucsERP
50b0b65102fed2415ceed620181ac352fa7db478
[ "Apache-2.0" ]
16
2020-12-14T14:49:46.000Z
2022-02-15T07:29:17.000Z
xbs/prj_agreement_line_Ve.xml
terryfromchina/3ucsERP
50b0b65102fed2415ceed620181ac352fa7db478
[ "Apache-2.0" ]
null
null
null
xbs/prj_agreement_line_Ve.xml
terryfromchina/3ucsERP
50b0b65102fed2415ceed620181ac352fa7db478
[ "Apache-2.0" ]
7
2020-07-28T00:26:23.000Z
2022-03-02T22:23:35.000Z
<WndTap Name="prj_agreement_line" Text="prj_agreement_line" Ver="2"> <var name="refreshAfterEdit" expr="0"/> <var name="dataRequired" expr=""/> <var name="dataRequireless" expr=""/> <xi:include href="lan\prj_agreement_line.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <Ctrls> <GroupBox Name="GBprj_agreement_line" id="prj_agreement_line" Text="prj_agreement_line" Size="100,100"><Ctrls> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prj_agreement_line_GBDEDIT.xml"/> <BR AutoHeight="1"/><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prj_agreement_line_GBOPE.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prj_agreement_line_Vh.xml"/></Ctrls></GroupBox></Ctrls> <OnChanged></OnChanged> <OnActivate><SetVisible name="insertprj_agreement_line" Visible="1"/><SetVisible name="modifyprj_agreement_line" Visible="0"/></OnActivate> </WndTap>
63.857143
140
0.751678
a5aa94fc009977c09fc9a9e8a11814a31b9458ce
399
xml
XML
data/test/notification/bankInfoValidation.xml
hipay/hipay-wallet-cashout-mirakl-library
a40ae6535f824a4a789a2fe795b84e3bd2e5755e
[ "Apache-2.0" ]
7
2017-04-27T15:33:49.000Z
2022-02-02T14:32:05.000Z
data/test/notification/bankInfoValidation.xml
hipay/hipay-wallet-cashout-mirakl-library
a40ae6535f824a4a789a2fe795b84e3bd2e5755e
[ "Apache-2.0" ]
3
2016-09-01T13:39:43.000Z
2017-12-14T18:07:41.000Z
data/test/notification/bankInfoValidation.xml
hipay/hipay-wallet-cashout-mirakl-library
a40ae6535f824a4a789a2fe795b84e3bd2e5755e
[ "Apache-2.0" ]
5
2016-03-07T08:51:47.000Z
2019-06-09T18:08:54.000Z
<?xml version="1.0" encoding="UTF-8"?> <notification> <md5content>353ec40c9b926ae67eff6401ec455ddb</md5content> <result> <operation>bank_info_validation</operation> <status>ok</status> <date>2015-07-29</date> <time>15:57:27 UTC+0000</time> <account_id>123456</account_id> <callback_salt>HiPay2017</callback_salt> </result> </notification>
30.692308
61
0.656642
8cec0ae5abd190f84e9e02ca2599a6145462b6a9
3,005
xml
XML
circuit-parent/circuit-core/src/main/resources/com/cas/circuit/config/components/mitsubishi/EXT_bak.xml
Knjlexus/circuit
ec01c35279cdf527819495b86a50c236cbb300c5
[ "BSD-3-Clause" ]
null
null
null
circuit-parent/circuit-core/src/main/resources/com/cas/circuit/config/components/mitsubishi/EXT_bak.xml
Knjlexus/circuit
ec01c35279cdf527819495b86a50c236cbb300c5
[ "BSD-3-Clause" ]
null
null
null
circuit-parent/circuit-core/src/main/resources/com/cas/circuit/config/components/mitsubishi/EXT_bak.xml
Knjlexus/circuit
ec01c35279cdf527819495b86a50c236cbb300c5
[ "BSD-3-Clause" ]
1
2020-04-01T06:12:16.000Z
2020-04-01T06:12:16.000Z
<?xml version="1.0" encoding="UTF-8"?> <roots> <ElecCompDef name="FX2N-8EX" model="FX2N-8EX"> <Terminal id="24+" name="24+" mdlName="24" direction="Z-" /> <Terminal id="X1" name="X1" mdlName="24" direction="Z-" /> <Terminal id="X3" name="X3" mdlName="24" direction="Z-" /> <!-- <Terminal id="" name="" mdlName="24" direction="Z-" /> --> <Terminal id="X5" name="X5" mdlName="24" direction="Z-" /> <Terminal id="X7" name="X7" mdlName="24" direction="Z-" /> <!-- <Terminal id="" name="" mdlName="24" direction="Z-" /> --> <Terminal id="X0" name="X0" mdlName="24" direction="Z-" /> <Terminal id="X2" name="X2" mdlName="24" direction="Z-" /> <!-- <Terminal id="" name="" mdlName="24" direction="Z-" /> --> <Terminal id="X4" name="X4" mdlName="24" direction="Z-" /> <Terminal id="X6" name="X6" mdlName="24" direction="Z-" /> <!-- <ResisState isDef="1"> --> <!-- <ResisRelation term1Id="S/S" term2Id="X0" value="4300" /> --> <!-- </ResisState> --> <!-- <Jack id="RS-485" mdlName="FX3U-32M85" name="RS-485" direction="X" core="5"> --> <!-- <Terminal id="SG" name="SG" index="05" mark="SG" /> --> <!-- </Jack> --> </ElecCompDef> <ElecCompDef name="FX2N-2DA" model="FX2N-2DA"> <Terminal id="VOUT1" name="VOUT1" mdlName="24" direction="Z-" /> <Terminal id="IOUT1" name="IOUT1" mdlName="24" direction="Z-" /> <Terminal id="COM1" name="COM1" mdlName="24" direction="Z-" /> <Terminal id="VOUT2" name="VOUT2" mdlName="24" direction="Z-" /> <Terminal id="IOUT2" name="IOUT2" mdlName="24" direction="Z-" /> <Terminal id="COM2" name="COM2" mdlName="24" direction="Z-" /> <Terminal id="CH1-GAIN" name="CH1-GAIN" mdlName="24" direction="Z-" /> <Terminal id="CH2-OFFSET" name="CH2-OFFSET" mdlName="24" direction="Z-" /> <Terminal id="CH2-GAIN" name="CH2-GAIN" mdlName="24" direction="Z-" /> <ResisState isDef="1"> <ResisRelation term1Id="S/S" term2Id="X0" value="4300" /> </ResisState> <Jack id="RS-485" mdlName="FX3U-32M85" name="RS-485" direction="X" core="5"> <Terminal id="SG" name="SG" index="05" mark="SG" /> </Jack> </ElecCompDef> <ElecCompDef name="FX3U-ENET-L" model="FX3U-ENET-L"> <Terminal id="24V" name="24V" mdlName="24" direction="Z-" /> <Terminal id="0V" name="0V" mdlName="24" direction="Z-" /> <Terminal id="GND" name="GND" mdlName="24" direction="Z-" /> <!-- <ResisState isDef="1"> --> <!-- <ResisRelation term1Id="S/S" term2Id="X0" value="4300" /> --> <!-- </ResisState> --> <Jack id="ENET" mdlName="" name="ENET" direction="X" core="5"> <Terminal id="SG1" name="SG1" index="1" mark="" /> <Terminal id="POW1" name="POW1" index="2" mark="" /> <Terminal id="RDA" name="RDA" index="3" mark="" /> <Terminal id="SDB" name="SDB" index="4" mark="" /> <Terminal id="SDA" name="SDA" index="5" mark="" /> <Terminal id="RDB" name="RDB" index="6" mark="" /> <Terminal id="SG2" name="SG2" index="7" mark="" /> <Terminal id="POW2" name="POW2" index="8" mark="" /> </Jack> </ElecCompDef> </roots>
42.928571
87
0.591348
3378cad7dd62cd588ec1531fed386b5670d36c9f
1,020
ditamap
XML
DITA/data_sets/cds_v6-2/cds_v6-2_type_100_-_elective_admission_list_-_event_during_period__old_service_agreement__cds.ditamap
KunChengNHS/DataDictionaryPublication
650a36278849ba0ff29add9feb6b4ba0e48e592f
[ "Apache-2.0" ]
5
2020-04-15T08:50:13.000Z
2021-04-14T15:04:36.000Z
DITA/data_sets/cds_v6-2/cds_v6-2_type_100_-_elective_admission_list_-_event_during_period__old_service_agreement__cds.ditamap
KunChengNHS/DataDictionaryPublication
650a36278849ba0ff29add9feb6b4ba0e48e592f
[ "Apache-2.0" ]
419
2020-04-01T13:12:56.000Z
2022-03-31T06:59:07.000Z
DITA/data_sets/cds_v6-2/cds_v6-2_type_100_-_elective_admission_list_-_event_during_period__old_service_agreement__cds.ditamap
KunChengNHS/DataDictionaryPublication
650a36278849ba0ff29add9feb6b4ba0e48e592f
[ "Apache-2.0" ]
4
2020-10-27T08:21:58.000Z
2021-06-30T12:16:54.000Z
<?xml version='1.0' encoding='UTF-8' standalone='no'?> <!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd"> <map> <topicset navtitle='CDS V6-2 Type 100 - Elective Admission List - Event During Period (Old Service Agreement) CDS' id='data_sets.cds_v6-2.cds_v6-2_type_100_-_elective_admission_list_-_event_during_period__old_service_agreement__cds.group' href='cds_v6-2_type_100_-_elective_admission_list_-_event_during_period__old_service_agreement__cds.dita' toc='yes' linking='normal' chunk='to-content'> <topicref href='cds_v6-2_type_100_-_elective_admission_list_-_event_during_period__old_service_agreement__cds/overview.dita' toc='no' linking='normal' /> <topicref href='cds_v6-2_type_100_-_elective_admission_list_-_event_during_period__old_service_agreement__cds/specification.dita' toc='no' linking='normal' /> <topicref href='cds_v6-2_type_100_-_elective_admission_list_-_event_during_period__old_service_agreement__cds/also_known_as.dita' toc='no' linking='normal' /> </topicset> </map>
113.333333
393
0.811765
da57d6e76cce3022f1bfc0187db14ae6726e229f
1,179
xml
XML
cod/PMC6562771/sections/1_body/1_2__theoretical_models/4_2_3__3d_surface_topograph/4_p.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
cod/PMC6562771/sections/1_body/1_2__theoretical_models/4_2_3__3d_surface_topograph/4_p.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
cod/PMC6562771/sections/1_body/1_2__theoretical_models/4_2_3__3d_surface_topograph/4_p.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <p>In addition to the grain boundary, other kinds of defects can also be observed in the matrix of alloy materials and composites materials. For instance, Ge et al. studied the surface quality when diamond turning of SiC <sub>p</sub>/Al composites, and observed many defects such as pits, voids, micro-cracks, grooves and matrix tearing on the machined surface [ <xref rid="B110-micromachines-10-00288" ref-type="bibr">110</xref>]. Tauhiduzzaman et al. focused on the influence of microstructure of aluminium alloy Al 6061, including grain boundary density and inclusions, and pointed out that using an ultra-fine grain work material can effectively reduce the influence of material microstructure on surface topography [ <xref rid="B111-micromachines-10-00288" ref-type="bibr">111</xref>]. Han et al. experimentally investigated the formation of defects in diamond turning of polycrystalline copper, and pointed out that the dominating defect affecting the formation of surface topography will correspondingly change with the increase of depth of cut [ <xref rid="B112-micromachines-10-00288" ref-type="bibr">112</xref>]. </p>
147.375
360
0.783715
c91fdaf50f7950a29f5085a8616766241510d722
3,140
xml
XML
cod/PMC6868216/sections/1_body/0_introduction/2_p.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
cod/PMC6868216/sections/1_body/0_introduction/2_p.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
cod/PMC6868216/sections/1_body/0_introduction/2_p.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <p id="Par4">Numerous studies on exploring NIR phosphors have been realized by doping transition metal ions (Cr <sup>3+</sup>, Ni <sup>2+</sup>, and Mn <sup>4+</sup>), Bi <sup>3+</sup> or rare earth ions (Pr <sup>3+</sup>, Nd <sup>3+</sup>, Tm <sup>3+</sup>, and Yb <sup>3+</sup>) into inorganic host materials <sup> <xref ref-type="bibr" rid="CR13">13</xref>– <xref ref-type="bibr" rid="CR19">19</xref> </sup>. However, the sharp line emission of rare earth ions with 4 <italic>f</italic>-4 <italic>f</italic> transition is not broad enough for the desired applications, and the absorption region is also very narrow and weak. The Ni <sup>2+</sup> doped materials show broad emission band around NIR region, but the low efficiency and IR laser excitation suspends the application <sup> <xref ref-type="bibr" rid="CR20">20</xref> </sup>. Recently, Cr <sup>3+</sup> ion has been considered as an ideal NIR luminescent center, which can exhibit broad-band emission ~650–1200 nm with <sup>4</sup>T <sub>2</sub> →  <sup>4</sup>A <sub>2</sub> transition <sup> <xref ref-type="bibr" rid="CR21">21</xref>– <xref ref-type="bibr" rid="CR23">23</xref> </sup>. However, mixed valence of Cr <sup>6+</sup> ions simultaneously exist in most Cr <sup>3+</sup> doped phosphors, which seriously quench NIR luminescent efficiency <sup> <xref ref-type="bibr" rid="CR21">21</xref>, <xref ref-type="bibr" rid="CR24">24</xref> </sup>. As one of important rare earth activators with 4 <italic>f</italic>-5 <italic>d</italic> transition, Eu <sup>2+</sup>-activated phosphors normally possess high efficiency and have been applied in the field of commercial white LEDs. More importantly, the tunable emission in the visible range is very popular to discover useful phosphors, and the typical examples include Sr[LiAl <sub>3</sub>N <sub>4</sub>]:Eu <sup>2+</sup> (red), <italic>β</italic>-SiAlON:Eu <sup>2+</sup> (green) and BaMgAl <sub>10</sub>O <sub>17</sub>:Eu <sup>2+</sup> (blue) <sup> <xref ref-type="bibr" rid="CR25">25</xref>– <xref ref-type="bibr" rid="CR27">27</xref> </sup>. If Eu <sup>2+</sup>-doped phosphors can realize NIR emissions, it would launch a new era in NIR light source. However, in addition to the recent report on Ca <sub>3</sub>Sc <sub>2</sub>Si <sub>3</sub>O <sub>12</sub>:Eu <sup>2+</sup>, no other Eu <sup>2+</sup>-doped phosphors can achieve NIR emissions with the peak beyond 700 nm <sup> <xref ref-type="bibr" rid="CR28">28</xref> </sup>. Unfortunately, though Ca <sub>3</sub>Sc <sub>2</sub>Si <sub>3</sub>O <sub>12</sub>:Eu <sup>2+</sup> gives a broad-band emission ranging from 720 to 1100 nm, it cannot be pumped by blue LEDs due to the lack of blue light absorption of the sample <sup> <xref ref-type="bibr" rid="CR28">28</xref> </sup>. Therefore, discovery of Eu <sup>2+</sup> activated NIR phosphors for blue light-pumped LEDs is an essential and difficult task for the emerging photonic, optoelectronic and biological applications. </p>
44.225352
276
0.679618
b63e9531afe3e4bd13800c237acdd12071909e0d
10,006
xml
XML
b.gatexml/doc_160911201897951233.gate.xml_00548___1459513110036___482.xml
mayhewsw/broad_twitter_corpus
350e243e8df899a6b6a3cd53f2bc33148327d3eb
[ "CC-BY-4.0" ]
52
2018-02-01T19:22:52.000Z
2022-03-22T15:32:07.000Z
b.gatexml/doc_160911201897951233.gate.xml_00548___1459513110036___482.xml
mayhewsw/broad_twitter_corpus
350e243e8df899a6b6a3cd53f2bc33148327d3eb
[ "CC-BY-4.0" ]
17
2018-02-01T18:52:48.000Z
2022-01-24T11:46:49.000Z
b.gatexml/doc_160911201897951233.gate.xml_00548___1459513110036___482.xml
mayhewsw/broad_twitter_corpus
350e243e8df899a6b6a3cd53f2bc33148327d3eb
[ "CC-BY-4.0" ]
6
2018-02-05T17:02:11.000Z
2021-06-16T08:02:17.000Z
<?xml version='1.0' encoding='UTF-8'?> <GateDocument version="3"> <!-- The document's features--> <GateDocumentFeatures> <Feature> <Name className="java.lang.String">mimeType</Name> <Value className="java.lang.String">text/x-json-twitter</Value> </Feature> </GateDocumentFeatures> <!-- The document content area with serialized nodes --> <TextWithNodes><Node id="0"/>My<Node id="2"/> <Node id="3"/>followers<Node id="12"/> <Node id="13"/>that<Node id="17"/> <Node id="18"/>can<Node id="21"/> <Node id="22"/>roast<Node id="27"/> <Node id="28"/>need<Node id="32"/> <Node id="33"/>to<Node id="35"/> <Node id="36"/>get<Node id="39"/> <Node id="40"/>in<Node id="42"/> <Node id="43"/>this<Node id="47"/> <Node id="48"/>page<Node id="52"/> <Node id="53"/>@<Node id="54"/> <Node id="55"/>_GETTEM_<Node id="63"/></TextWithNodes> <!-- The default annotation set --> <AnnotationSet> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="consensus"> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="crowdDisputed"> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="crowdResults"> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="merged"> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="maxRecall"> <Annotation Id="1" Type="Token" StartNode="0" EndNode="2"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">My</Value> </Feature> </Annotation> <Annotation Id="2" Type="Token" StartNode="3" EndNode="12"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">9</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">followers</Value> </Feature> </Annotation> <Annotation Id="3" Type="Token" StartNode="13" EndNode="17"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">that</Value> </Feature> </Annotation> <Annotation Id="4" Type="Token" StartNode="18" EndNode="21"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">can</Value> </Feature> </Annotation> <Annotation Id="5" Type="Token" StartNode="22" EndNode="27"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">5</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">roast</Value> </Feature> </Annotation> <Annotation Id="6" Type="Token" StartNode="28" EndNode="32"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">need</Value> </Feature> </Annotation> <Annotation Id="7" Type="Token" StartNode="33" EndNode="35"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">to</Value> </Feature> </Annotation> <Annotation Id="8" Type="Token" StartNode="36" EndNode="39"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">get</Value> </Feature> </Annotation> <Annotation Id="9" Type="Token" StartNode="40" EndNode="42"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">in</Value> </Feature> </Annotation> <Annotation Id="10" Type="Token" StartNode="43" EndNode="47"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">this</Value> </Feature> </Annotation> <Annotation Id="11" Type="Token" StartNode="48" EndNode="52"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">page</Value> </Feature> </Annotation> <Annotation Id="12" Type="Token" StartNode="53" EndNode="54"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">1</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">@</Value> </Feature> </Annotation> <Annotation Id="13" Type="Token" StartNode="55" EndNode="63"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">8</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">_GETTEM_</Value> </Feature> </Annotation> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="Key"> <Annotation Id="0" Type="Tweet" StartNode="0" EndNode="63"> <Feature> <Name className="java.lang.String">lang</Name> <Value className="java.lang.String">english</Value> </Feature> <Feature> <Name className="java.lang.String">id_str</Name> <Value className="java.lang.String">160911201897951233</Value> </Feature> </Annotation> <Annotation Id="1" Type="Token" StartNode="0" EndNode="2"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">My</Value> </Feature> </Annotation> <Annotation Id="2" Type="Token" StartNode="3" EndNode="12"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">9</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">followers</Value> </Feature> </Annotation> <Annotation Id="3" Type="Token" StartNode="13" EndNode="17"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">that</Value> </Feature> </Annotation> <Annotation Id="4" Type="Token" StartNode="18" EndNode="21"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">can</Value> </Feature> </Annotation> <Annotation Id="5" Type="Token" StartNode="22" EndNode="27"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">5</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">roast</Value> </Feature> </Annotation> <Annotation Id="6" Type="Token" StartNode="28" EndNode="32"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">need</Value> </Feature> </Annotation> <Annotation Id="7" Type="Token" StartNode="33" EndNode="35"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">to</Value> </Feature> </Annotation> <Annotation Id="8" Type="Token" StartNode="36" EndNode="39"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">get</Value> </Feature> </Annotation> <Annotation Id="9" Type="Token" StartNode="40" EndNode="42"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">in</Value> </Feature> </Annotation> <Annotation Id="10" Type="Token" StartNode="43" EndNode="47"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">this</Value> </Feature> </Annotation> <Annotation Id="11" Type="Token" StartNode="48" EndNode="52"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">page</Value> </Feature> </Annotation> <Annotation Id="12" Type="Token" StartNode="53" EndNode="54"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">1</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">@</Value> </Feature> </Annotation> <Annotation Id="13" Type="Token" StartNode="55" EndNode="63"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">8</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">_GETTEM_</Value> </Feature> </Annotation> </AnnotationSet> </GateDocument>
31.26875
481
0.701479
61343e616a2c07b1e1138e43c935fb7f1f5e8ac5
577
xml
XML
.idea/libraries/Gradle__io_springfox_springfox_data_rest_3_0_0.xml
whdgusdl48/CoinPrediction-Contest
2769104b5ff153b6b6db240757f6422fbb95da58
[ "MIT" ]
null
null
null
.idea/libraries/Gradle__io_springfox_springfox_data_rest_3_0_0.xml
whdgusdl48/CoinPrediction-Contest
2769104b5ff153b6b6db240757f6422fbb95da58
[ "MIT" ]
9
2021-07-29T06:07:11.000Z
2021-08-19T07:49:49.000Z
.idea/libraries/Gradle__io_springfox_springfox_data_rest_3_0_0.xml
whdgusdl48/CoinPrediction-Contest
2769104b5ff153b6b6db240757f6422fbb95da58
[ "MIT" ]
null
null
null
<component name="libraryTable"> <library name="Gradle: io.springfox:springfox-data-rest:3.0.0"> <CLASSES> <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.springfox/springfox-data-rest/3.0.0/40f5e834d6696ae1d3212fa5a2d5e1ec406bedc0/springfox-data-rest-3.0.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.springfox/springfox-data-rest/3.0.0/9709bd2f24ad729a55e81c5722251341e65de7ca/springfox-data-rest-3.0.0-sources.jar!/" /> </SOURCES> </library> </component>
52.454545
193
0.712305
26d95835f03fccf45179742ea3abd02b2152cacd
21,127
xml
XML
src/Acehart Naval Forces/Acehart Naval Forces/Surface/Amphibious/XML/UnitLHD888.xml
JavierCanon/Acehart-Civilization-V-MODS
68aef52b7caa7b2d7ec3733d08a9c2b38be755ec
[ "MIT" ]
1
2019-08-01T16:15:06.000Z
2019-08-01T16:15:06.000Z
src/Acehart Naval Forces/Acehart Naval Forces/Surface/Amphibious/XML/UnitLHD888.xml
JavierCanon/Acehart-Civilization-V-MODS
68aef52b7caa7b2d7ec3733d08a9c2b38be755ec
[ "MIT" ]
1
2019-12-24T14:07:00.000Z
2019-12-24T14:07:00.000Z
src/Acehart Naval Forces/Acehart Naval Forces/Surface/Amphibious/XML/UnitLHD888.xml
JavierCanon/Acehart-Civilization-V-MODS
68aef52b7caa7b2d7ec3733d08a9c2b38be755ec
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <GameData> <SpecialUnits> <Row> <Type>SPECIALUNIT_SEAHELICOPTER</Type> <Description>Sea-Based Helicopter</Description> <Valid>true</Valid> <CityLoad>true</CityLoad> </Row> <Row> <Type>SPECIALUNIT_HELIMISSILE</Type> <Description>Helicopters and Missiles for Cruisers and Destroyers</Description> <Valid>true</Valid> <CityLoad>true</CityLoad> </Row> <Row> <Type>SPECIALUNIT_SC888</Type> <Description>Aircraft loads on Submarine Carriers</Description> <Valid>true</Valid> <CityLoad>true</CityLoad> </Row> </SpecialUnits> <SpecialUnit_CarrierUnitAI> <Row> <SpecialUnitType>SPECIALUNIT_SEAHELICOPTER</SpecialUnitType> <UnitAIType>UNITAI_SEAHELICOPTER</UnitAIType> </Row> <Row> <SpecialUnitType>SPECIALUNIT_HELIMISSILE</SpecialUnitType> <UnitAIType>UNITAI_HELIMISSILE</UnitAIType> </Row> <Row> <SpecialUnitType>SPECIALUNIT_SC888</SpecialUnitType> <UnitAIType>UNITAI_SC888</UnitAIType> </Row> </SpecialUnit_CarrierUnitAI> <UnitAIInfos> <Row> <Type>UNITAI_SEAHELICOPTER</Type> <Description>UNITAI_SEAHELICOPTER</Description> </Row> <Row> <Type>UNITAI_HELIMISSILE</Type> <Description>UNITAI_HELIMISSILE</Description> </Row> <Row> <Type>UNITAI_SUBCARRIER</Type> <Description>UNITAI_SC888</Description> </Row> </UnitAIInfos> <UnitClasses> <Row> <Type>UNITCLASS_LHD888</Type> <Description>Amphibious Assault Ship</Description> <DefaultUnit>UNIT_LHD8881</DefaultUnit> </Row> </UnitClasses> <Units> <Row> <Type>UNIT_LHD888</Type> <Description>TXT_KEY_UNIT_LHD888</Description> <CombatClass>UNITCOMBAT_CARRIER</CombatClass> <Domain>DOMAIN_SEA</Domain> <Class>UNITCLASS_LHD888</Class> <Cost>550</Cost> <HurryCostModifier>55</HurryCostModifier> <AdvancedStartCost>80</AdvancedStartCost> <Combat>60</Combat> <IgnoreBuildingDefense>true</IgnoreBuildingDefense> <Moves>7</Moves> <AirInterceptRange>4</AirInterceptRange> <SpecialCargo>SPECIALUNIT_SEAHELICOPTER</SpecialCargo> <Strategy>TXT_KEY_UNIT_LHD888_STRATEGY</Strategy> <Help>TXT_KEY_UNIT_LHD888_HELP</Help> <Civilopedia>TXT_KEY_UNIT_LHD888_PEDIA</Civilopedia> <PrereqTech>TECH_COMPUTERS</PrereqTech> <Pillage>true</Pillage> <MoveRate>BOAT</MoveRate> <Mechanized>true</Mechanized> <UnitArtInfo>ART_DEF_UNIT_LHD888</UnitArtInfo> <IconAtlas>ATLAS_ICON_UNIT_LHD888</IconAtlas> <PortraitIndex>0</PortraitIndex> <UnitFlagAtlas>UNIT_FLAG_ATLAS</UnitFlagAtlas> <UnitFlagIconOffset>70</UnitFlagIconOffset> <RangedCombatLimit>100</RangedCombatLimit> <DomainCargo>DOMAIN_AIR</DomainCargo> <MilitaryProduction>true</MilitaryProduction> <MilitarySupport>true</MilitarySupport> <DefaultUnitAI>UNITAI_CARRIER_SEA</DefaultUnitAI> </Row> </Units> <Unit_AITypes> <Row> <UnitType>UNIT_LHD888</UnitType> <UnitAIType>UNITAI_CARRIER_SEA</UnitAIType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <UnitAIType>UNITAI_EXPLORE</UnitAIType> </Row> </Unit_AITypes> <Unit_Flavors> <Row> <UnitType>UNIT_LHD888</UnitType> <FlavorType>FLAVOR_AIR_CARRIER</FlavorType> <Flavor>40</Flavor> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <FlavorType>FLAVOR_NAVAL</FlavorType> <Flavor>10</Flavor> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <FlavorType>FLAVOR_NAVAL_RECON</FlavorType> <Flavor>17</Flavor> </Row> </Unit_Flavors> <Civilization_UnitClassOverrides> <Row> <CivilizationType>CIVILIZATION_AMERICA</CivilizationType> <UnitClassType>UNITCLASS_LHD888</UnitClassType> <UnitType>UNIT_LHD888</UnitType> </Row> </Civilization_UnitClassOverrides> <Unit_FreePromotions> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_ANTI_SUBMARINE_I</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_ANTI_HELICOPTER</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_CARGO_XX</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_CAN_MOVE_AFTER_ATTACKING</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_EXTRA_SIGHT_I</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_EXTRA_SIGHT_II</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_SPAWN_GENERALS_II</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_INTERCEPTION_I</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_INTERCEPTION_II</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_INTERCEPTION_III</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_MEDIC</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_FAST_ADMIRAL</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_OCEAN_MOVEMENT</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_CITY_PENALTY</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_WITHDRAW_BEFORE_MELEE</PromotionType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <PromotionType>PROMOTION_NO_CAPTURE</PromotionType> </Row> </Unit_FreePromotions> <Unit_ResourceQuantityRequirements> <Row> <UnitType>UNIT_LHD888</UnitType> <ResourceType>RESOURCE_ALUMINUM</ResourceType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <ResourceType>RESOURCE_IRON</ResourceType> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <ResourceType>RESOURCE_OIL</ResourceType> </Row> </Unit_ResourceQuantityRequirements> <ArtDefine_UnitInfos> <Row> <Type>ART_DEF_UNIT_LHD888</Type> <DamageStates>3</DamageStates> </Row> </ArtDefine_UnitInfos> <ArtDefine_UnitInfoMemberInfos> <Row> <UnitInfoType>ART_DEF_UNIT_LHD888</UnitInfoType> <UnitMemberInfoType>ART_DEF_UNIT_MEMBER_LHD888</UnitMemberInfoType> <NumMembers>1</NumMembers> </Row> </ArtDefine_UnitInfoMemberInfos> <ArtDefine_UnitMemberInfos> <Row> <Type>ART_DEF_UNIT_MEMBER_LHD888</Type> <Scale>0.12</Scale> <Domain>Sea</Domain> <Model>SURFACE/AMPHIBIOUS/ART/AAS.fxsxml</Model> <MaterialTypeTag>METAL</MaterialTypeTag> <MaterialTypeSoundOverrideTag>METALLRG</MaterialTypeSoundOverrideTag> </Row> </ArtDefine_UnitMemberInfos> <ArtDefine_UnitMemberCombats> <Row> <UnitMemberType>ART_DEF_UNIT_MEMBER_LHD888</UnitMemberType> <EnableActions>Idle Attack RunCharge AttackCity Bombard Death BombardDefend Run Fortify CombatReady AttackSurfaceToAir</EnableActions> <DisableActions></DisableActions> <HasShortRangedAttack>1</HasShortRangedAttack> <HasLeftRightAttack>1</HasLeftRightAttack> <HasRefaceAfterCombat>0</HasRefaceAfterCombat> <HasIndependentWeaponFacing>1</HasIndependentWeaponFacing> </Row> </ArtDefine_UnitMemberCombats> <ArtDefine_UnitMemberCombatWeapons> <Row> <UnitMemberType>ART_DEF_UNIT_MEMBER_LHD888</UnitMemberType> <Index>0</Index> <SubIndex>0</SubIndex> <VisKillStrengthMin>25</VisKillStrengthMin> <VisKillStrengthMax>50</VisKillStrengthMax> <HitEffect>ART_DEF_VEFFECT_ARTILLERY_IMPACT_$(TERRAIN)</HitEffect> <WeaponTypeTag>EXPLOSIVE</WeaponTypeTag> <WeaponTypeSoundOverrideTag>EXPLOSION1TON</WeaponTypeSoundOverrideTag> </Row> <Row> <UnitMemberType>ART_DEF_UNIT_MEMBER_LHD888</UnitMemberType> <Index>1</Index> <SubIndex>0</SubIndex> <VisKillStrengthMin>25</VisKillStrengthMin> <VisKillStrengthMax>50</VisKillStrengthMax> <HitEffect>ART_DEF_VEFFECT_ARTILLERY_IMPACT_$(TERRAIN)</HitEffect> <WeaponTypeTag>BULLETHC</WeaponTypeTag> <WeaponTypeSoundOverrideTag>BULLETHC</WeaponTypeSoundOverrideTag> </Row> </ArtDefine_UnitMemberCombatWeapons> <UnitGameplay2DScripts> <Row> <UnitType>UNIT_LHD888</UnitType> <SelectionSound>AS2D_SELECT_CARRIER</SelectionSound> <FirstSelectionSound>AS2D_BIRTH_CARRIER</FirstSelectionSound> </Row> </UnitGameplay2DScripts> <IconTextureAtlases> <Row> <Atlas>ATLAS_ICON_UNIT_LHD888</Atlas> <IconSize>256</IconSize> <Filename>ICON_UNIT_LHD888_256.dds</Filename> <IconsPerRow>1</IconsPerRow> <IconsPerColumn>1</IconsPerColumn> </Row> <Row> <Atlas>ATLAS_ICON_UNIT_LHD888</Atlas> <IconSize>128</IconSize> <Filename>ICON_UNIT_LHD888_128.dds</Filename> <IconsPerRow>1</IconsPerRow> <IconsPerColumn>1</IconsPerColumn> </Row> <Row> <Atlas>ATLAS_ICON_UNIT_LHD888</Atlas> <IconSize>80</IconSize> <Filename>ICON_UNIT_LHD888_80.dds</Filename> <IconsPerRow>1</IconsPerRow> <IconsPerColumn>1</IconsPerColumn> </Row> <Row> <Atlas>ATLAS_ICON_UNIT_LHD888</Atlas> <IconSize>64</IconSize> <Filename>ICON_UNIT_LHD888_64.dds</Filename> <IconsPerRow>1</IconsPerRow> <IconsPerColumn>1</IconsPerColumn> </Row> <Row> <Atlas>ATLAS_ICON_UNIT_LHD888</Atlas> <IconSize>45</IconSize> <Filename>ICON_UNIT_LHD888_45.dds</Filename> <IconsPerRow>1</IconsPerRow> <IconsPerColumn>1</IconsPerColumn> </Row> </IconTextureAtlases> <ArtDefine_StrategicView> <Row> <StrategicViewType>ART_DEF_UNIT_LHD888</StrategicViewType> <TileType>Unit</TileType> <Asset>sv_carrier.dds</Asset> </Row> </ArtDefine_StrategicView> <Language_en_US> <Row Tag="TXT_KEY_UNIT_LHD888"> <Text>Wasp Class LHD</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD888_STRATEGY"> <Text>The LHD is designed to carry sea based attack helicopters, and perform in the role of a light/escort carrier.[NEWLINE]It is a naval melee unit, is weak at attacking land targets, but has can carry up to 5 air units such as the SeaCobra, F-35B and SeaHarrier.</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD888_HELP"> <Text>The Wasp Class LHD is a naval melee unit, weak against attacking land and city targets, but carries a compliment of up to 5 amphibious air units like the UH-1 SeaHuey Helicopter, F-35B and SeaHarrier. It cannot carry land units.</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD888_PEDIA"> <Text>The Wasp class LHD is a class of Landing Helicopter Dock (LHD) amphibious assault ships operated by the United States Navy. Based on the Tarawa class, with modifications to operate more advanced aircraft and landing craft, the Wasp class is capable of transporting landing craft or helicopters. All Wasp-class ships were built by Ingalls Shipbuilding, at Pascagoula, Mississippi, with the lead ship, USS Wasp, commissioned on 29 July 1989. Eight Wasp-class ships were built, and as of 2013, all eight are active.</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD888_WASP"> <Text>USS Wasp</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD888_ESSEX"> <Text>USS Essex</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD888_KEARSARGE"> <Text>USS Kearsarge</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD888_BOXER"> <Text>USS Boxer</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD888_BATAAN"> <Text>USS Bataan</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD888_BONHOMME_RICHARD"> <Text>USS Bonhomme Richard</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD888_IWO_JIMA"> <Text>USS Iwo Jima</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD888_MAKIN_ISLAND"> <Text>USS Makin Island</Text> </Row> </Language_en_US> <Unit_UniqueNames> <Row> <UnitType>UNIT_LHD888</UnitType> <UniqueName>TXT_KEY_UNIT_LHD888_WASP</UniqueName> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <UniqueName>TXT_KEY_UNIT_LHD888_ESSEX</UniqueName> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <UniqueName>TXT_KEY_UNIT_LHD888_KEARSARGE</UniqueName> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <UniqueName>TXT_KEY_UNIT_LHD888_BOXER</UniqueName> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <UniqueName>TXT_KEY_UNIT_LHD888_BATAAN</UniqueName> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <UniqueName>TXT_KEY_UNIT_LHD888_BONHOMME_RICHARD</UniqueName> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <UniqueName>TXT_KEY_UNIT_LHD888_IWO_JIMA</UniqueName> </Row> <Row> <UnitType>UNIT_LHD888</UnitType> <UniqueName>TXT_KEY_UNIT_LHD888_MAKIN_ISLAND</UniqueName> </Row> </Unit_UniqueNames> <Units> <Row> <Type>UNIT_LHD8881</Type> <Description>TXT_KEY_UNIT_LHD8881</Description> <CombatClass>UNITCOMBAT_CARRIER</CombatClass> <Domain>DOMAIN_SEA</Domain> <Class>UNITCLASS_LHD888</Class> <Cost>525</Cost> <HurryCostModifier>55</HurryCostModifier> <AdvancedStartCost>80</AdvancedStartCost> <Combat>55</Combat> <IgnoreBuildingDefense>true</IgnoreBuildingDefense> <Moves>6</Moves> <AirInterceptRange>3</AirInterceptRange> <SpecialCargo>SPECIALUNIT_SEAHELICOPTER</SpecialCargo> <Strategy>TXT_KEY_UNIT_LHD8881_STRATEGY</Strategy> <Help>TXT_KEY_UNIT_LHD8881_HELP</Help> <Civilopedia>TXT_KEY_UNIT_LHD8881_PEDIA</Civilopedia> <PrereqTech>TECH_COMPUTERS</PrereqTech> <Pillage>true</Pillage> <MoveRate>BOAT</MoveRate> <Mechanized>true</Mechanized> <UnitArtInfo>ART_DEF_UNIT_LHD8881</UnitArtInfo> <IconAtlas>ATLAS_ICON_UNIT_LHD8881</IconAtlas> <PortraitIndex>0</PortraitIndex> <UnitFlagAtlas>UNIT_FLAG_ATLAS</UnitFlagAtlas> <UnitFlagIconOffset>70</UnitFlagIconOffset> <RangedCombatLimit>100</RangedCombatLimit> <DomainCargo>DOMAIN_AIR</DomainCargo> <MilitaryProduction>true</MilitaryProduction> <MilitarySupport>true</MilitarySupport> <DefaultUnitAI>UNITAI_CARRIER_SEA</DefaultUnitAI> </Row> </Units> <Unit_AITypes> <Row> <UnitType>UNIT_LHD8881</UnitType> <UnitAIType>UNITAI_CARRIER_SEA</UnitAIType> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <UnitAIType>UNITAI_EXPLORE</UnitAIType> </Row> </Unit_AITypes> <Unit_Flavors> <Row> <UnitType>UNIT_LHD8881</UnitType> <FlavorType>FLAVOR_AIR_CARRIER</FlavorType> <Flavor>40</Flavor> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <FlavorType>FLAVOR_NAVAL</FlavorType> <Flavor>10</Flavor> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <FlavorType>FLAVOR_NAVAL_RECON</FlavorType> <Flavor>17</Flavor> </Row> </Unit_Flavors> <Unit_FreePromotions> <Row> <UnitType>UNIT_LHD8881</UnitType> <PromotionType>PROMOTION_ANTI_HELICOPTER</PromotionType> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <PromotionType>PROMOTION_CARGO_XX</PromotionType> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <PromotionType>PROMOTION_EXTRA_SIGHT_I</PromotionType> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <PromotionType>PROMOTION_EXTRA_SIGHT_II</PromotionType> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <PromotionType>PROMOTION_INTERCEPTION_I</PromotionType> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <PromotionType>PROMOTION_INTERCEPTION_II</PromotionType> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <PromotionType>PROMOTION_MEDIC</PromotionType> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <PromotionType>PROMOTION_CITY_PENALTY</PromotionType> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <PromotionType>PROMOTION_WITHDRAW_BEFORE_MELEE</PromotionType> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <PromotionType>PROMOTION_NO_CAPTURE</PromotionType> </Row> </Unit_FreePromotions> <Unit_ResourceQuantityRequirements> <Row> <UnitType>UNIT_LHD8881</UnitType> <ResourceType>RESOURCE_ALUMINUM</ResourceType> </Row> <Row> <UnitType>UNIT_LHD8818</UnitType> <ResourceType>RESOURCE_IRON</ResourceType> </Row> <Row> <UnitType>UNIT_LHD8881</UnitType> <ResourceType>RESOURCE_OIL</ResourceType> </Row> </Unit_ResourceQuantityRequirements> <ArtDefine_UnitInfos> <Row> <Type>ART_DEF_UNIT_LHD8881</Type> <DamageStates>3</DamageStates> </Row> </ArtDefine_UnitInfos> <ArtDefine_UnitInfoMemberInfos> <Row> <UnitInfoType>ART_DEF_UNIT_LHD8881</UnitInfoType> <UnitMemberInfoType>ART_DEF_UNIT_MEMBER_LHD8881</UnitMemberInfoType> <NumMembers>1</NumMembers> </Row> </ArtDefine_UnitInfoMemberInfos> <ArtDefine_UnitMemberInfos> <Row> <Type>ART_DEF_UNIT_MEMBER_LHD8881</Type> <Scale>0.12</Scale> <Domain>Sea</Domain> <Model>SURFACE/AMPHIBIOUS/ART/AAS.fxsxml</Model> <MaterialTypeTag>METAL</MaterialTypeTag> <MaterialTypeSoundOverrideTag>METALLRG</MaterialTypeSoundOverrideTag> </Row> </ArtDefine_UnitMemberInfos> <ArtDefine_UnitMemberCombats> <Row> <UnitMemberType>ART_DEF_UNIT_MEMBER_LHD8881</UnitMemberType> <EnableActions>Idle Attack RunCharge AttackCity Bombard Death BombardDefend Run Fortify CombatReady AttackSurfaceToAir</EnableActions> <DisableActions></DisableActions> <HasShortRangedAttack>1</HasShortRangedAttack> <HasLeftRightAttack>1</HasLeftRightAttack> <HasRefaceAfterCombat>0</HasRefaceAfterCombat> <HasIndependentWeaponFacing>1</HasIndependentWeaponFacing> </Row> </ArtDefine_UnitMemberCombats> <ArtDefine_UnitMemberCombatWeapons> <Row> <UnitMemberType>ART_DEF_UNIT_MEMBER_LHD8881</UnitMemberType> <Index>0</Index> <SubIndex>0</SubIndex> <VisKillStrengthMin>25</VisKillStrengthMin> <VisKillStrengthMax>50</VisKillStrengthMax> <HitEffect>ART_DEF_VEFFECT_ARTILLERY_IMPACT_$(TERRAIN)</HitEffect> <WeaponTypeTag>EXPLOSIVE</WeaponTypeTag> <WeaponTypeSoundOverrideTag>EXPLOSION1TON</WeaponTypeSoundOverrideTag> </Row> <Row> <UnitMemberType>ART_DEF_UNIT_MEMBER_LHD8881</UnitMemberType> <Index>1</Index> <SubIndex>0</SubIndex> <VisKillStrengthMin>25</VisKillStrengthMin> <VisKillStrengthMax>50</VisKillStrengthMax> <HitEffect>ART_DEF_VEFFECT_ARTILLERY_IMPACT_$(TERRAIN)</HitEffect> <WeaponTypeTag>BULLETHC</WeaponTypeTag> <WeaponTypeSoundOverrideTag>BULLETHC</WeaponTypeSoundOverrideTag> </Row> </ArtDefine_UnitMemberCombatWeapons> <UnitGameplay2DScripts> <Row> <UnitType>UNIT_LHD8881</UnitType> <SelectionSound>AS2D_SELECT_CARRIER</SelectionSound> <FirstSelectionSound>AS2D_BIRTH_CARRIER</FirstSelectionSound> </Row> </UnitGameplay2DScripts> <IconTextureAtlases> <Row> <Atlas>ATLAS_ICON_UNIT_LHD8881</Atlas> <IconSize>256</IconSize> <Filename>ICON_UNIT_LHD888_256.dds</Filename> <IconsPerRow>1</IconsPerRow> <IconsPerColumn>1</IconsPerColumn> </Row> <Row> <Atlas>ATLAS_ICON_UNIT_LHD8881</Atlas> <IconSize>128</IconSize> <Filename>ICON_UNIT_LHD888_128.dds</Filename> <IconsPerRow>1</IconsPerRow> <IconsPerColumn>1</IconsPerColumn> </Row> <Row> <Atlas>ATLAS_ICON_UNIT_LHD8881</Atlas> <IconSize>80</IconSize> <Filename>ICON_UNIT_LHD888_80.dds</Filename> <IconsPerRow>1</IconsPerRow> <IconsPerColumn>1</IconsPerColumn> </Row> <Row> <Atlas>ATLAS_ICON_UNIT_LHD8881</Atlas> <IconSize>64</IconSize> <Filename>ICON_UNIT_LHD888_64.dds</Filename> <IconsPerRow>1</IconsPerRow> <IconsPerColumn>1</IconsPerColumn> </Row> <Row> <Atlas>ATLAS_ICON_UNIT_LHD8881</Atlas> <IconSize>45</IconSize> <Filename>ICON_UNIT_LHD888_45.dds</Filename> <IconsPerRow>1</IconsPerRow> <IconsPerColumn>1</IconsPerColumn> </Row> </IconTextureAtlases> <ArtDefine_StrategicView> <Row> <StrategicViewType>ART_DEF_UNIT_LHD8881</StrategicViewType> <TileType>Unit</TileType> <Asset>sv_carrier.dds</Asset> </Row> </ArtDefine_StrategicView> <Language_en_US> <Row Tag="TXT_KEY_UNIT_LHD8881"> <Text>Amphibious Dock Ship(LHD)</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD8881_STRATEGY"> <Text>The LHD is designed to carry sea based attack helicopters, and perform in the role of a light/escort carrier.[NEWLINE]It is a naval melee unit, is weak at attacking land targets, but has can carry up to 5 air units such as the SeaCobra, F-35B and SeaHarrier.</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD8881_HELP"> <Text>The LHD is a naval melee unit, weak against attacking land and city targets, but carries a compliment of up to 5 amphibious air units like the UH-1 SeaHuey Helicopter, F-35B and SeaHarrier. It cannot carry land units.</Text> </Row> <Row Tag="TXT_KEY_UNIT_LHD8881_PEDIA"> <Text>The LHD is a class of Landing Helicopter Dock (LHD) amphibious assault ships. With modifications to operate more advanced aircraft and landing craft, the LHD is capable of transporting landing craft or helicopters.</Text> </Row> </Language_en_US> </GameData>
31.722222
531
0.731386
d4d2a812ec82677240bdf2e0263b9bf584f2a40b
1,445
xml
XML
fish_training/Annotations_fish/214.xml
gariciodaro/Automatic-Measurements-of-Fishes-physical-traits-V2
0886c8de5f43fbd07ee088eb90799d7f6c8242fb
[ "MIT" ]
null
null
null
fish_training/Annotations_fish/214.xml
gariciodaro/Automatic-Measurements-of-Fishes-physical-traits-V2
0886c8de5f43fbd07ee088eb90799d7f6c8242fb
[ "MIT" ]
null
null
null
fish_training/Annotations_fish/214.xml
gariciodaro/Automatic-Measurements-of-Fishes-physical-traits-V2
0886c8de5f43fbd07ee088eb90799d7f6c8242fb
[ "MIT" ]
null
null
null
<annotation> <folder>tomas</folder> <filename>214.jpg</filename> <path>C:\Users\Asus\Desktop\fotos_peces\LM_IMAGES\tomas\S oviceps 9.5 TL.jpg</path> <source> <database>Unknown</database> </source> <size> <width>640</width> <height>350</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>Boca</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>50</xmin> <ymin>187</ymin> <xmax>76</xmax> <ymax>217</ymax> </bndbox> </object> <object> <name>Ojo</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>90</xmin> <ymin>164</ymin> <xmax>125</xmax> <ymax>199</ymax> </bndbox> </object> <object> <name>cola</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>433</xmin> <ymin>118</ymin> <xmax>528</xmax> <ymax>188</ymax> </bndbox> </object> <object> <name>aleta</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>165</xmin> <ymin>207</ymin> <xmax>257</xmax> <ymax>249</ymax> </bndbox> </object> <object> <name>cuerpo</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>50</xmin> <ymin>89</ymin> <xmax>528</xmax> <ymax>257</ymax> </bndbox> </object> </annotation>
19.527027
84
0.627682
a761fea37d38a6ce986fa38069a3d2fca4094c91
43,881
xlf
XML
src/app/Resources/translations/default/AdminShopparametersHelp.xlf
Kisiel02/BE-project
d86a77aca5fe91c161c2e760dcce765f68ae7b42
[ "MIT" ]
null
null
null
src/app/Resources/translations/default/AdminShopparametersHelp.xlf
Kisiel02/BE-project
d86a77aca5fe91c161c2e760dcce765f68ae7b42
[ "MIT" ]
3
2021-11-03T21:09:06.000Z
2022-01-12T17:42:35.000Z
src/app/Resources/translations/default/AdminShopparametersHelp.xlf
Kisiel02/BE-project
d86a77aca5fe91c161c2e760dcce765f68ae7b42
[ "MIT" ]
1
2021-11-01T13:57:04.000Z
2021-11-01T13:57:04.000Z
<?xml version="1.0" encoding="UTF-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> <file original="controllers/admin/AdminContactsController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="9cd9efd3eb168071eb0a199972c54aab"> <source>Contact name (e.g. Customer Support).</source> <target>Contact name (e.g. Customer Support).</target> <note>Context: File: controllers/admin/AdminContactsController.php:74</note> </trans-unit> <trans-unit id="daedf9c5c8f38ac4cf641f3fb3e1bdc4"> <source>Emails will be sent to this address.</source> <target>Emails will be sent to this address.</target> <note>Context: File: controllers/admin/AdminContactsController.php:82</note> </trans-unit> <trans-unit id="0f28459fa87b1b3ce6e8b17932f08c3a"> <source>If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu.</source> <target>If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu.</target> <note>Context: File: controllers/admin/AdminContactsController.php:91</note> </trans-unit> <trans-unit id="a2b086325f59e6c2fbd410511f4fdfb3"> <source>Further information regarding this contact.</source> <target>Further information regarding this contact.</target> <note>Context: File: controllers/admin/AdminContactsController.php:112</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminCustomerPreferencesController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="b9716d3d87447a2275318bf88ced7bf8"> <source>After a customer logs in, you can recall and display the content of his/her last shopping cart.</source> <target>After a customer logs in, you can recall and display the content of his/her last shopping cart.</target> <note>Context: File: controllers/admin/AdminCustomerPreferencesController.php:47</note> </trans-unit> <trans-unit id="751e29d82b27256878d1a38f2be4e118"> <source>Send an email with summary of the account information (email, password) after registration.</source> <target>Send an email with summary of the account information (email, password) after registration.</target> <note>Context: File: controllers/admin/AdminCustomerPreferencesController.php:54</note> </trans-unit> <trans-unit id="59a84d54ad58aa4bea8aeacd11e47ab2"> <source>Minimum time required between two requests for a password reset.</source> <target>Minimum time required between two requests for a password reset.</target> <note>Context: File: controllers/admin/AdminCustomerPreferencesController.php:61</note> </trans-unit> <trans-unit id="e0cf416b39580f321e4641721698560f"> <source>Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available.</source> <target>Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available.</target> <note>Context: File: controllers/admin/AdminCustomerPreferencesController.php:70</note> </trans-unit> <trans-unit id="fd2b883d3f2d2805655c07437e9c38af"> <source>Display or not the birthdate field.</source> <target>Display or not the birthdate field.</target> <note>Context: File: controllers/admin/AdminCustomerPreferencesController.php:77</note> </trans-unit> <trans-unit id="3bc07e4ecf0660962221cf030b935d9d"> <source>Display or not the partner offers tick box, to receive offers from the store's partners.</source> <target>Display or not the partner offers tick box, to receive offers from the store's partners.</target> <note>Context: File: controllers/admin/AdminCustomerPreferencesController.php:84</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminMetaController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="6252c0f2c2ed83b7b06dfca86d4650bb"> <source>Invalid characters:</source> <target>Invalid characters:</target> <note>Context: File: controllers/admin/AdminMetaController.php:343</note> </trans-unit> <trans-unit id="3ff4fabe93bbb10c32a27c54ea13a5e1"> <source>Enable this option only if your server allows URL rewriting (recommended).</source> <target>Enable this option only if your server allows URL rewriting (recommended).</target> <note>Context: File: controllers/admin/AdminMetaController.php:79</note> </trans-unit> <trans-unit id="6a9bb0bb3f61904834f4f436bbcaa1d2"> <source>URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod.</source> <target>URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod.</target> <note>Context: File: controllers/admin/AdminMetaController.php:83</note> </trans-unit> <trans-unit id="1ccf825d454faaa7f8141830469fab8f"> <source>Enable this option if you want to allow accented characters in your friendly URLs.</source> <target>Enable this option if you want to allow accented characters in your friendly URLs.</target> <note>Context: File: controllers/admin/AdminMetaController.php:87</note> </trans-unit> <trans-unit id="37d06ba898faba724d13f931b1642b06"> <source>You should only activate this option if you are using non-latin characters ; for all the latin charsets, your SEO will be better without this option.</source> <target>You should only activate this option if you are using non-latin characters ; for all the latin charsets, your SEO will be better without this option.</target> <note>Context: File: controllers/admin/AdminMetaController.php:87</note> </trans-unit> <trans-unit id="7dcc0875a9e200be4d760155c09c2945"> <source>Enable this option only if you have problems with URL rewriting.</source> <target>Enable this option only if you have problems with URL rewriting.</target> <note>Context: File: controllers/admin/AdminMetaController.php:111</note> </trans-unit> <trans-unit id="9e9ad9fb2adc8da0aaec808b3d4e73e4"> <source>Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off.</source> <target>Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off.</target> <note>Context: File: controllers/admin/AdminMetaController.php:119</note> </trans-unit> <trans-unit id="55ed6eb3effe909461f682de73f89f82"> <source>You can search for a new domain name or add a domain name that you already own. You will be redirected to your PrestaShop account.</source> <target>You can search for a new domain name or add a domain name that you already own. You will be redirected to your PrestaShop account.</target> <note>Context: File: controllers/admin/AdminMetaController.php:204</note> </trans-unit> <trans-unit id="219985722a429b6aaceef7d363e6a565"> <source>Name of the related page.</source> <target>Name of the related page.</target> <note>Context: File: controllers/admin/AdminMetaController.php:333</note> </trans-unit> <trans-unit id="14bc1d17bbcf8fb45debf11fb7c5f80b"> <source>Title of this page.</source> <target>Title of this page.</target> <note>Context: File: controllers/admin/AdminMetaController.php:342</note> </trans-unit> <trans-unit id="79c06fd4269a36582767dc4525699148"> <source>A short description of your shop.</source> <target>A short description of your shop.</target> <note>Context: File: controllers/admin/AdminMetaController.php:352</note> </trans-unit> <trans-unit id="d9f600637f31b203b55f6c91dabd4fde"> <source>List of keywords for search engines.</source> <target>List of keywords for search engines.</target> <note>Context: File: controllers/admin/AdminMetaController.php:362</note> </trans-unit> <trans-unit id="0210e7a00cf2cd3cca0e4d7ed3bdf86f"> <source>To add tags, click in the field, write something, and then press the "Enter" key.</source> <target>To add tags, click in the field, write something, and then press the "Enter" key.</target> <note>Context: File: controllers/admin/AdminMetaController.php:363</note> </trans-unit> <trans-unit id="99de37a1ed381af8c01ccb18f70b1427"> <source>For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php</source> <target>For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php</target> <note>Context: File: controllers/admin/AdminMetaController.php:375</note> </trans-unit> <trans-unit id="7aa534250fe76a40d96078a07b6f44e8"> <source>Only letters and hyphens are allowed.</source> <target>Only letters and hyphens are allowed.</target> <note>Context: File: controllers/admin/AdminMetaController.php:376</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminGendersController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="62c7ceb6de5c4d39e49c9762af6ddb4d"> <source>Image width in pixels. Enter "0" to use the original size.</source> <target>Image width in pixels. Enter "0" to use the original size.</target> <note>Context: File: controllers/admin/AdminGendersController.php:162</note> </trans-unit> <trans-unit id="aec8651b033be4d4056785d43763d7ca"> <source>Image height in pixels. Enter "0" to use the original size.</source> <target>Image height in pixels. Enter "0" to use the original size.</target> <note>Context: File: controllers/admin/AdminGendersController.php:169</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminGroupsController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="0822f76515fa1d9ce38504176cb23bae"> <source>The group defined for your un-identified visitors.</source> <target>The group defined for your un-identified visitors.</target> <note>Context: File: controllers/admin/AdminGroupsController.php:111</note> </trans-unit> <trans-unit id="e3e0c764f81f1a3677d59aa238fddd14"> <source>The group defined for your identified guest customers (used in guest checkout).</source> <target>The group defined for your identified guest customers (used in guest checkout).</target> <note>Context: File: controllers/admin/AdminGroupsController.php:119</note> </trans-unit> <trans-unit id="e820b12959b64dfff397100db68cd951"> <source>The group defined for your identified registered customers.</source> <target>The group defined for your identified registered customers.</target> <note>Context: File: controllers/admin/AdminGroupsController.php:127</note> </trans-unit> <trans-unit id="a5fa9ffd3ddf89fe263675358032e7fb"> <source>Automatically apply this value as a discount on all products for members of this customer group.</source> <target>Automatically apply this value as a discount on all products for members of this customer group.</target> <note>Context: File: controllers/admin/AdminGroupsController.php:288</note> </trans-unit> <trans-unit id="21e445ba767d4fd41332b6eceab2be1a"> <source>How prices are displayed in the order summary for this customer group.</source> <target>How prices are displayed in the order summary for this customer group.</target> <note>Context: File: controllers/admin/AdminGroupsController.php:295</note> </trans-unit> <trans-unit id="eaf74fe1658ada757063c8ddc4381ef9"> <source>Customers in this group can view prices.</source> <target>Customers in this group can view prices.</target> <note>Context: File: controllers/admin/AdminGroupsController.php:330</note> </trans-unit> <trans-unit id="6ccc5538f79c859d773bf81b6f2159f5"> <source>%s - All persons without a customer account or customers that are not logged in.</source> <target>%s - All persons without a customer account or customers that are not logged in.</target> <note>Context: File: controllers/admin/AdminGroupsController.php:572</note> </trans-unit> <trans-unit id="aa64dfd53427b71a08eb44167f4f0fbc"> <source>%s - All persons who placed an order through Guest Checkout.</source> <target>%s - All persons who placed an order through Guest Checkout.</target> <note>Context: File: controllers/admin/AdminGroupsController.php:576</note> </trans-unit> <trans-unit id="6103f2da0d42ee18da16ecc0237e7d71"> <source>%s - All persons who created an account on this site.</source> <target>%s - All persons who created an account on this site.</target> <note>Context: File: controllers/admin/AdminGroupsController.php:580</note> </trans-unit> <trans-unit id="a2ce271cf6d8afe81168fbfc4ccb492c"> <source>PrestaShop has three default customer groups:</source> <target>PrestaShop has three default customer groups:</target> <note>Context: File: controllers/admin/AdminGroupsController.php:584</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminMaintenanceController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="23d2e4d116d9d457eed9dd3a29f7ac51"> <source>Activate or deactivate your shop (It is a good idea to deactivate your shop while you perform maintenance. Please note that the webservice will not be disabled).</source> <target>Activate or deactivate your shop (It is a good idea to deactivate your shop while you perform maintenance. Please note that the webservice will not be disabled).</target> <note>Context: File: controllers/admin/AdminMaintenanceController.php:46</note> </trans-unit> <trans-unit id="c3e680954da4b0bbf8e4d380287f4a76"> <source>IP addresses allowed to access the front office even if the shop is disabled. Please use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96)</source> <target>IP addresses allowed to access the front office even if the shop is disabled. Please use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96)</target> <note>Context: File: controllers/admin/AdminMaintenanceController.php:53</note> </trans-unit> <trans-unit id="c1c418380f12430665f311652395eb11"> <source>Custom text displayed on maintenance page while shop is deactivated.</source> <target>Custom text displayed on maintenance page while shop is deactivated.</target> <note>Context: File: controllers/admin/AdminMaintenanceController.php:60</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminOrderPreferencesController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="406fff3ade73ad2eb4c4fefa8a1c2702"> <source>Display an overview of the addresses, shipping method and cart just before the order button (required in some European countries).</source> <target>Display an overview of the addresses, shipping method and cart just before the order button (required in some European countries).</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:56</note> </trans-unit> <trans-unit id="e7c9a42ec01114dcd98e47bb1cb1ace6"> <source>Allow guest visitors to place an order without registering.</source> <target>Allow guest visitors to place an order without registering.</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:63</note> </trans-unit> <trans-unit id="8690429442758955469bd5eb14c3db72"> <source>Disable the option to allow customers to reorder in one click from the order history page (required in some European countries).</source> <target>Disable the option to allow customers to reorder in one click from the order history page (required in some European countries).</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:70</note> </trans-unit> <trans-unit id="96b2f955774aee5f11e61646b7d5ae43"> <source>Set to 0 to disable this feature.</source> <target>Set to 0 to disable this feature.</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:77</note> </trans-unit> <trans-unit id="5ed533875d7388ffdbb60818e9596bdc"> <source>Automatically updates the shipping costs when you edit an order.</source> <target>Automatically updates the shipping costs when you edit an order.</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:84</note> </trans-unit> <trans-unit id="df2a562b17ec12920cee57e20b02ab67"> <source>Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders.</source> <target>Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders.</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:91</note> </trans-unit> <trans-unit id="86d8ec764d429d4ebe6e39de9ff8c4a4"> <source>Allows you to delay shipping at your customers' request.</source> <target>Allows you to delay shipping at your customers' request.</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:98</note> </trans-unit> <trans-unit id="fff92cdf417b8a468af180474057a575"> <source>Require customers to accept or decline terms of service before processing an order.</source> <target>Require customers to accept or decline terms of service before processing an order.</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:105</note> </trans-unit> <trans-unit id="38cb366ab3534fefcbc7d051a3b122fd"> <source>Choose the page which contains your store's terms and conditions of use.</source> <target>Choose the page which contains your store's terms and conditions of use.</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:116</note> </trans-unit> <trans-unit id="8be74244c8fe462cb6d967a5ebdc57cb"> <source>Suggest gift-wrapping to customers.</source> <target>Suggest gift-wrapping to customers.</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:132</note> </trans-unit> <trans-unit id="f2e28db133063334eb23fad936947493"> <source>Set a price for gift wrapping.</source> <target>Set a price for gift wrapping.</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:139</note> </trans-unit> <trans-unit id="3993942430a9f4e82e50b2c39048d6b6"> <source>Set a tax for gift wrapping.</source> <target>Set a tax for gift wrapping.</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:146</note> </trans-unit> <trans-unit id="f8aacaf7661fefb62d929d691b6bcfbe"> <source>Suggest recycled packaging to customer.</source> <target>Suggest recycled packaging to customer.</target> <note>Context: File: controllers/admin/AdminOrderPreferencesController.php:155</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminPPreferencesController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="ced9dd867a815a1d639fc77a4f7318cb"> <source>When active, all shopping features will be disabled.</source> <target>When active, all shopping features will be disabled.</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:50</note> </trans-unit> <trans-unit id="80af0f0b70143f575fdfd6fa3ca3cb89"> <source>Set the maximum size of the summary of your product description (in characters).</source> <target>Set the maximum size of the summary of your product description (in characters).</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:64</note> </trans-unit> <trans-unit id="2593c7ce3ff937293feb1e61c152e551"> <source>characters</source> <target>characters</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:68</note> </trans-unit> <trans-unit id="fc216bdfbaab3c5e3e87c70720110a08"> <source>How to calculate quantity discounts.</source> <target>How to calculate quantity discounts.</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:72</note> </trans-unit> <trans-unit id="07d295aa9281a95bf9c27348393f688a"> <source>When active, friendly URL will be updated on every save.</source> <target>When active, friendly URL will be updated on every save.</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:85</note> </trans-unit> <trans-unit id="3f141565d26297ff4449250743dba137"> <source>When active, new products will be activated by default during creation.</source> <target>When active, new products will be activated by default during creation.</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:93</note> </trans-unit> <trans-unit id="2724aaa50fa52662bc9b244cab7afcae"> <source>Number of products displayed per page. Default is 10.</source> <target>Number of products displayed per page. Default is 10.</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:107</note> </trans-unit> <trans-unit id="c18179baaeadd4a2fc27fafd3d6f40b1"> <source>The order in which products are displayed in the product list.</source> <target>The order in which products are displayed in the product list.</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:114</note> </trans-unit> <trans-unit id="043781290780f9b67e98fc277d7608ba"> <source>Default order method for product list.</source> <target>Default order method for product list.</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:130</note> </trans-unit> <trans-unit id="9175b705bec9604985209d1f2d88c785"> <source>Set to "0" to disable this feature.</source> <target>Set to "0" to disable this feature.</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:159</note> </trans-unit> <trans-unit id="265b491d10a9a79c9b43655659826614"> <source>Display or hide the "add to cart" button on category pages for products that have attributes forcing customers to see product details.</source> <target>Display or hide the "add to cart" button on category pages for products that have attributes forcing customers to see product details.</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:174</note> </trans-unit> <trans-unit id="f70d03fbb967b69ef8222c4a2b4ab334"> <source>In the volume discounts board, display the new price with the applied discount instead of showing the discount (ie. "-5%").</source> <target>In the volume discounts board, display the new price with the applied discount instead of showing the discount (ie. "-5%").</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:190</note> </trans-unit> <trans-unit id="885af23392ddb34eaabf65d3b86b216c"> <source>By default, the Add to Cart button is hidden when a product is unavailable. You can choose to have it displayed in all cases.</source> <target>By default, the Add to Cart button is hidden when a product is unavailable. You can choose to have it displayed in all cases.</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:204</note> </trans-unit> <trans-unit id="f9a436259aa8fcb0e45a2081a259e90d"> <source>When selling packs of products, how do you want your stock to be calculated?</source> <target>When selling packs of products, how do you want your stock to be calculated?</target> <note>Context: File: controllers/admin/AdminPPreferencesController.php:252</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminPreferencesController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="500294c9fd031bb4f00a82b5d27dc22c"> <source>If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing.</source> <target>If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing.</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:99</note> </trans-unit> <trans-unit id="a3a0f3b2f4c12d1c11b9916c8c10c48c"> <source>If you want to enable SSL on all the pages of your shop, activate the "Enable on all the pages" option below.</source> <target>If you want to enable SSL on all the pages of your shop, activate the "Enable on all the pages" option below.</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:100</note> </trans-unit> <trans-unit id="d86a9baf93dba6b27dbbb04cef8d3aae"> <source>When enabled, all the pages of your shop will be SSL-secured.</source> <target>When enabled, all the pages of your shop will be SSL-secured.</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:110</note> </trans-unit> <trans-unit id="a1202480ddcd8665114515ca380c0e5b"> <source>Enable or disable token in the Front Office to improve PrestaShop's security.</source> <target>Enable or disable token in the Front Office to improve PrestaShop's security.</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:121</note> </trans-unit> <trans-unit id="4f70bd9998bb35643fa3dfc88d6a6373"> <source>Allow iframes on text fields like product description. We recommend that you leave this option disabled.</source> <target>Allow iframes on text fields like product description. We recommend that you leave this option disabled.</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:130</note> </trans-unit> <trans-unit id="7ba34b929c8241268ab5eac35a772ab1"> <source>Clean the HTML content on text fields. We recommend that you leave this option enabled.</source> <target>Clean the HTML content on text fields. We recommend that you leave this option enabled.</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:138</note> </trans-unit> <trans-unit id="71958504714b867b7f6f00f43b9c9bd0"> <source>You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior.</source> <target>You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior.</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:146</note> </trans-unit> <trans-unit id="2b116a3c74c816d853b7d86abf838ebb"> <source>You can choose when to round prices: either on each item, each line or the total (of an invoice, for example).</source> <target>You can choose when to round prices: either on each item, each line or the total (of an invoice, for example).</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:155</note> </trans-unit> <trans-unit id="2d21e9a3fe59f46db5ffdc26448e3ab6"> <source>Choose how many decimals you want to display</source> <target>Choose how many decimals you want to display</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:176</note> </trans-unit> <trans-unit id="b6d90c5c27a4d2d48ead626c17be303c"> <source>Enable brands and suppliers pages on your front office even when their respective modules are disabled.</source> <target>Enable brands and suppliers pages on your front office even when their respective modules are disabled.</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:184</note> </trans-unit> <trans-unit id="0678cf17f202cb7fd14d79054a2e628c"> <source>Enable best sellers page on your front office even when its respective module is disabled.</source> <target>Enable best sellers page on your front office even when its respective module is disabled.</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:191</note> </trans-unit> <trans-unit id="d8942e5679a9104ae58333b9b4778b71"> <source>The multistore feature allows you to manage several e-shops with one Back Office. If this feature is enabled, a "Multistore" page will be available in the "Advanced Parameters" menu.</source> <target>The multistore feature allows you to manage several e-shops with one Back Office. If this feature is enabled, a "Multistore" page will be available in the "Advanced Parameters" menu.</target> <note>Context: File: controllers/admin/AdminPreferencesController.php:198</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminReferrersController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="6ca725316d3577fb24218119380f38fe"> <source>Leave blank if no change.</source> <target>Leave blank if no change.</target> <note>Context: File: controllers/admin/AdminReferrersController.php:229</note> </trans-unit> <trans-unit id="4181de604675ec0fb8d12202ec23964c"> <source>Fee given for each visit.</source> <target>Fee given for each visit.</target> <note>Context: File: controllers/admin/AdminReferrersController.php:266</note> </trans-unit> <trans-unit id="4b11cf76a471c13ba29b799772c90ddf"> <source>Fee given for each order placed.</source> <target>Fee given for each order placed.</target> <note>Context: File: controllers/admin/AdminReferrersController.php:272</note> </trans-unit> <trans-unit id="d3d12bc1b7512d954444ec7c368d7176"> <source>If you know how to use MySQL regular expressions, you can use the [1]expert mode[/1].</source> <target>If you know how to use MySQL regular expressions, you can use the [1]expert mode[/1].</target> <note>Context: File: controllers/admin/AdminReferrersController.php:331</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminSearchConfController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="12399d580627a1a5889cdc44e6e48b5a"> <source>Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set.</source> <target>Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set.</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:106</note> </trans-unit> <trans-unit id="a5cb89e5bcb48c0708ee6837a5944d3e"> <source>By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word).</source> <target>By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word).</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:120</note> </trans-unit> <trans-unit id="d2e38e24e467d35cc5881e083e05b823"> <source>With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word.</source> <target>With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word.</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:121</note> </trans-unit> <trans-unit id="9110055bdc92744713baa237b26f8ac7"> <source>Enable search within a whole word, rather than from its beginning only.</source> <target>Enable search within a whole word, rather than from its beginning only.</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:123</note> </trans-unit> <trans-unit id="0e665a9cf278d49f43c4bb4cb9a7c29f"> <source>It checks if the searched term is contained in the indexed word. This may be resource-consuming.</source> <target>It checks if the searched term is contained in the indexed word. This may be resource-consuming.</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:124</note> </trans-unit> <trans-unit id="1122eba5946331d2709712f64fa1d66b"> <source>By default, if you search "book", you will have "book", "bookcase" and "bookend".</source> <target>By default, if you search "book", you will have "book", "bookcase" and "bookend".</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:132</note> </trans-unit> <trans-unit id="0b1d71ac92f27198d2bd1e6cd49cec1b"> <source>With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching.</source> <target>With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching.</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:133</note> </trans-unit> <trans-unit id="c4474326e7d8129b7c04ada10f34f5b1"> <source>Enable more precise search with the end of the word.</source> <target>Enable more precise search with the end of the word.</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:135</note> </trans-unit> <trans-unit id="efb6bc8d1ee1c5527d494ba15ee3109d"> <source>It checks if the searched term is the exact end of the indexed word.</source> <target>It checks if the searched term is the exact end of the indexed word.</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:136</note> </trans-unit> <trans-unit id="645115aba5ef431a04da95c746477544"> <source>Only words this size or larger will be indexed.</source> <target>Only words this size or larger will be indexed.</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:141</note> </trans-unit> <trans-unit id="2c2666c9eee818342b0aff77dda51990"> <source>Please enter the index words separated by a "|".</source> <target>Please enter the index words separated by a "|".</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:149</note> </trans-unit> <trans-unit id="786471035f60ea5955fd93f6998e8637"> <source>Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp').</source> <target>Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp').</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:287</note> </trans-unit> <trans-unit id="88851f53412ccb796508fd5f48e7a44f"> <source><![CDATA[Forbidden characters: <>;=#{}]]></source> <target><![CDATA[Forbidden characters: <>;=#{}]]></target> <note>Context: File: controllers/admin/AdminSearchConfController.php:288</note> </trans-unit> <trans-unit id="01d2aac5d20787a1e873f2bdc79b514a"> <source>Search this word instead.</source> <target>Search this word instead.</target> <note>Context: File: controllers/admin/AdminSearchConfController.php:296</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminShopController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="5c85aec638229f60a035c7a6ab3623c8"> <source>This field does not refer to the shop name visible in the front office.</source> <target>This field does not refer to the shop name visible in the front office.</target> <note>Context: File: controllers/admin/AdminShopController.php:367</note> </trans-unit> <trans-unit id="4baead1c12fae5b728c7295f91a6f986"> <source>Follow %sthis link%s to edit the shop name used on the front office.</source> <target>Follow %sthis link%s to edit the shop name used on the front office.</target> <note>Context: File: controllers/admin/AdminShopController.php:368</note> </trans-unit> <trans-unit id="92aaf3cf7e8f1434886a8887e102391b"> <source>You can't edit the shop group because the current shop belongs to a group with the "share" option enabled.</source> <target>You can't edit the shop group because the current shop belongs to a group with the "share" option enabled.</target> <note>Context: File: controllers/admin/AdminShopController.php:423</note> </trans-unit> <trans-unit id="2fe77d63ea1059a97b6b7a57bc23d9f8"> <source>This is the root category of the store that you've created. To define a new root category for your store, %splease click here%s.</source> <target>This is the root category of the store that you've created. To define a new root category for your store, %splease click here%s.</target> <note>Context: File: controllers/admin/AdminShopController.php:433</note> </trans-unit> <trans-unit id="f0f7416fad0a9c9fc3163cabe68393c1"> <source>By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop.</source> <target>By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop.</target> <note>Context: File: controllers/admin/AdminShopController.php:485</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminStatusesController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="83b262520a65657b95fd686817c56a09"> <source>Order status (e.g. 'Pending').</source> <target>Order status (e.g. 'Pending').</target> <note>Context: File: controllers/admin/AdminStatusesController.php:281</note> </trans-unit> <trans-unit id="a4bb440d400f4dc30f148b44d08680b4"> <source>Invalid characters: numbers and</source> <target>Invalid characters: numbers and</target> <note>Context: File: controllers/admin/AdminStatusesController.php:484</note> </trans-unit> <trans-unit id="a9c2e14555131d68a4ac37b604ee52a8"> <source>Upload an icon from your computer (File type: .gif, suggested size: 16x16).</source> <target>Upload an icon from your computer (File type: .gif, suggested size: 16x16).</target> <note>Context: File: controllers/admin/AdminStatusesController.php:289</note> </trans-unit> <trans-unit id="00b963b1cb1aad2142ae67ce65329944"> <source>Status will be highlighted in this color. HTML colors only.</source> <target>Status will be highlighted in this color. HTML colors only.</target> <note>Context: File: controllers/admin/AdminStatusesController.php:491</note> </trans-unit> <trans-unit id="f0fe1aebeace842330fb048126151e06"> <source>Only letters, numbers and underscores ("_") are allowed.</source> <target>Only letters, numbers and underscores ("_") are allowed.</target> <note>Context: File: controllers/admin/AdminStatusesController.php:408</note> </trans-unit> <trans-unit id="3d034f43e44ee495a11005507185a0a0"> <source>Email template for both .html and .txt.</source> <target>Email template for both .html and .txt.</target> <note>Context: File: controllers/admin/AdminStatusesController.php:409</note> </trans-unit> <trans-unit id="43f4ac702eaf88267f6946aeb559b251"> <source>Order's return status name.</source> <target>Order's return status name.</target> <note>Context: File: controllers/admin/AdminStatusesController.php:483</note> </trans-unit> </body> </file> <file original="controllers/admin/AdminStoresController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> <trans-unit id="f45ed1483cf46972b5f225656c9c8991"> <source>Whether or not to display this store.</source> <target>Whether or not to display this store.</target> <note>Context: File: controllers/admin/AdminStoresController.php:258</note> </trans-unit> <trans-unit id="b950eb0054205bc67aa88899eadded22"> <source>Storefront picture.</source> <target>Storefront picture.</target> <note>Context: File: controllers/admin/AdminStoresController.php:267</note> </trans-unit> <trans-unit id="d42de30e9e03274c5c83bd6ce5c27a6f"> <source>Displayed in emails sent to customers.</source> <target>Displayed in emails sent to customers.</target> <note>Context: File: controllers/admin/AdminStoresController.php:421</note> </trans-unit> <trans-unit id="49aaf34d99febc7c13881d121288cd8a"> <source>Shop registration information (e.g. SIRET or RCS).</source> <target>Shop registration information (e.g. SIRET or RCS).</target> <note>Context: File: controllers/admin/AdminStoresController.php:428</note> </trans-unit> </body> </file> </xliff>
59.45935
288
0.714478
a2dba85118fa9ba0c94acca2ba1ae867547d3cd2
579
xaml
XML
samples/CM.HelloUniversal/CM.HelloUniversal/CM.HelloUniversal.WindowsPhone/Views/CharacterView.xaml
ckjohn88/CaliburnMicroCopy
5ca3968239ce5aad35371325a798ddccd6a43066
[ "MIT" ]
3
2021-04-13T09:38:00.000Z
2021-04-13T23:39:02.000Z
samples/CM.HelloUniversal/CM.HelloUniversal/CM.HelloUniversal.WindowsPhone/Views/CharacterView.xaml
ckjohn88/CaliburnMicroCopy
5ca3968239ce5aad35371325a798ddccd6a43066
[ "MIT" ]
null
null
null
samples/CM.HelloUniversal/CM.HelloUniversal/CM.HelloUniversal.WindowsPhone/Views/CharacterView.xaml
ckjohn88/CaliburnMicroCopy
5ca3968239ce5aad35371325a798ddccd6a43066
[ "MIT" ]
null
null
null
<UserControl x:Class="CM.HelloUniversal.Views.CharacterView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:CM.HelloUniversal.Views" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> <Grid Margin="0,0,10,10"> <Image x:Name="Image" Width="100" Stretch="Uniform" /> </Grid> </UserControl>
36.1875
74
0.689119
cf8ecb5bacfaff7c0feb4f55d9ec54908a24ace6
2,811
xml
XML
app/src/main/res/layout/activity_shopping_cart.xml
royal10march/foodemy
982e74b10c995171f8316cb1fb2a2ad108475ebc
[ "Apache-2.0" ]
4
2020-05-19T16:58:06.000Z
2021-07-01T19:05:11.000Z
app/src/main/res/layout/activity_shopping_cart.xml
royal10march/foodemy
982e74b10c995171f8316cb1fb2a2ad108475ebc
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/activity_shopping_cart.xml
royal10march/foodemy
982e74b10c995171f8316cb1fb2a2ad108475ebc
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical"> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".shopping_cart.ShoppingCart"> <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical"> <LinearLayout android:layout_marginTop="30dp" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="20dp" android:layout_marginTop="10dp" android:text="Grocery List" android:textSize="20sp" /> <View android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" /> <com.google.android.material.button.MaterialButton android:id="@+id/open_cart_button" style="@style/Widget.MaterialComponents.Button.OutlinedButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right" android:layout_marginEnd="20dp" android:width="150dp" android:minWidth="40dp" android:minHeight="50dp" android:onClick="openShops" android:text="@string/find_nearby_shops" android:textColor="@android:color/black" android:textSize="9sp" app:icon="@drawable/ic_shopping_cart" app:iconGravity="start" app:iconSize="12dp" app:iconTint="@android:color/holo_orange_light" /> </LinearLayout> <androidx.recyclerview.widget.RecyclerView android:id="@+id/rv_shoppingcart" android:layout_width="fill_parent" android:layout_marginLeft="4dp" android:layout_marginTop="10dp" android:layout_height="wrap_content"/> </LinearLayout> </androidx.core.widget.NestedScrollView> </LinearLayout>
45.33871
80
0.594095
b448b137a995473a0fbec0942369510bafc41d95
659
xml
XML
_mac/applicationLibraries.xml
wumouse/phpstorm-setting
47cbfeaa4a91d7bd88a30e17c4610702cfe95929
[ "Apache-2.0" ]
null
null
null
_mac/applicationLibraries.xml
wumouse/phpstorm-setting
47cbfeaa4a91d7bd88a30e17c4610702cfe95929
[ "Apache-2.0" ]
null
null
null
_mac/applicationLibraries.xml
wumouse/phpstorm-setting
47cbfeaa4a91d7bd88a30e17c4610702cfe95929
[ "Apache-2.0" ]
null
null
null
<application> <component name="libraryTable"> <library name="jquery-1.12.0" type="javaScript"> <properties> <option name="frameworkName" value="jQuery" /> <sourceFilesUrls> <item url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_code.jquery.com_jquery-1.12.0.js" /> </sourceFilesUrls> </properties> <CLASSES> <root url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_code.jquery.com_jquery-1.12.0.js" /> </CLASSES> <DOCUMENTATION> <root url="http://api.jquery.com" /> </DOCUMENTATION> <SOURCES /> </library> </component> </application>
34.684211
113
0.628225
b480a3a91b2e811d06f4aca3b814580bd98f32d6
465
xml
XML
library/src/main/res/values/attrs.xml
Nageshks/android_rounded_letter_view
bedec4b46d5791db4c643c0ce08040b696fb09b6
[ "Apache-2.0" ]
null
null
null
library/src/main/res/values/attrs.xml
Nageshks/android_rounded_letter_view
bedec4b46d5791db4c643c0ce08040b696fb09b6
[ "Apache-2.0" ]
null
null
null
library/src/main/res/values/attrs.xml
Nageshks/android_rounded_letter_view
bedec4b46d5791db4c643c0ce08040b696fb09b6
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="RoundedLetterView"> <attr format="string|reference" name="rlv_titleText"/> <attr format="dimension|reference" name="rlv_titleSize"/> <attr format="color|reference" name="rlv_titleColor"/> <attr format="color|reference" name="rlv_backgroundColor"/> <attr format="float|reference|dimension" name="rlv_round"/> </declare-styleable> </resources>
46.5
67
0.68172
06c6a468b7e5d09229f79757c43604379d3a7d56
6,640
xml
XML
manuscript_descriptions/0002/mscoll390_item148_TEI.xml
sims-mss/openn-xml
2cb748a89141ee970cac74cade9c1092ff640610
[ "CC-BY-4.0" ]
1
2016-12-21T09:57:25.000Z
2016-12-21T09:57:25.000Z
manuscript_descriptions/0002/mscoll390_item148_TEI.xml
sims-mss/openn-xml
2cb748a89141ee970cac74cade9c1092ff640610
[ "CC-BY-4.0" ]
null
null
null
manuscript_descriptions/0002/mscoll390_item148_TEI.xml
sims-mss/openn-xml
2cb748a89141ee970cac74cade9c1092ff640610
[ "CC-BY-4.0" ]
null
null
null
<?xml version='1.0' encoding='UTF-8'?> <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>Description of University of Pennsylvania Ms. Coll. 390: Pañcamīpūjāvidhi</title> </titleStmt> <publicationStmt> <publisher>The University of Pennsylvania Libraries</publisher> <availability> <licence target="http://creativecommons.org/licenses/by/4.0/legalcode"> This description is ©2017 University of Pennsylvania Libraries. It is licensed under a Creative Commons Attribution License version 4.0 (CC-BY-4.0 https://creativecommons.org/licenses/by/4.0/legalcode. For a description of the terms of use see the Creative Commons Deed https://creativecommons.org/licenses/by/4.0/. </licence> <licence target="http://creativecommons.org/publicdomain/mark/1.0/"> All referenced images and their content are free of known copyright restrictions and in the public domain. See the Creative Commons Public Domain Mark page for usage details, http://creativecommons.org/publicdomain/mark/1.0/. </licence> </availability> </publicationStmt> <notesStmt> <note>Title from margin abbreviations throughout (f. 14v-20r).</note> <note>Written in 7-10 lines per leaf.</note> <note>7 leaves foliated 14-20, upper left and lower right verso.</note> <note>Dated saṃvat 1903 (1846) (f. 20r).</note> <note>Mistakes blacked out; some corrections and additions in margins; significant syllables, words, or phrases highlighted in red throughout.</note> <note>Non-Latin script record.</note> </notesStmt> <sourceDesc> <msDesc> <msIdentifier> <settlement>Philadelphia</settlement> <institution>University of Pennsylvania</institution> <repository>Rare Book &amp; Manuscript Library</repository> <idno type="call-number">Ms. Coll. 390</idno> <altIdentifier type="bibid"> <idno>5860890</idno> </altIdentifier> <altIdentifier type="resource"> <idno>http://hdl.library.upenn.edu/1017/d/medren/5860890</idno> </altIdentifier> </msIdentifier> <msContents> <summary>Manuscript is a compendium of rites of worship, laid out in detail to be performed for the purposes of purification. Includes procedures for worshiping the Hindu deity with the elephant head, Gaṇeśa, bathing rites, sipping water from the hand, lights, and thread ceremony of initiation, among others. Manuscript is incomplete; it lacks a beginning.</summary> <textLang>In Sanskrit</textLang> <msItem> <title>Pañcamīpūjāvidhi</title> <colophon>Colophon: svasti śrīvikrarmo[?]ka saṃvat 1903 candrādāśvinakṛṣṇadvitīyāyāṃ bhaume likhitam // śrīrāmacaṃdrāyanamaḥ (f. 20r).</colophon> </msItem> </msContents> <physDesc> <objectDesc> <supportDesc material="mixed"> <support> <p>paper</p> </support> <extent>1 11 x 25 cm</extent> </supportDesc> </objectDesc> </physDesc> <history> <origin/> </history> </msDesc> </sourceDesc> </fileDesc> <profileDesc> <textClass> <keywords n="subjects"> <term>Gaṇeśa (Hindu deity)</term> <term>Puja (Hinduism)</term> <term>Hinduism--Prayers and devotions</term> <term>Hindu mantras</term> <term>Bathing customs--India</term> <term>Initiation rites--Religious aspects</term> </keywords> <keywords n="form/genre"> <term>Manuals (instructional materials)</term> <term>Prayers</term> <term>Manuscripts, Sanskrit--19th century</term> <term>Manuscripts--India--19th century</term> </keywords> </textClass> </profileDesc> </teiHeader> <facsimile> <surface n="14r =1r"> <graphic height="2602px" url="master/3577_0000.tif" width="5656px"/> <graphic height="87px" url="thumb/3577_0000_thumb.jpg" width="190px"/> <graphic height="828px" url="web/3577_0000_web.jpg" width="1800px"/> </surface> <surface n="14v =1v-15r =2r"> <graphic height="5223px" url="master/3577_0001.tif" width="5656px"/> <graphic height="175px" url="thumb/3577_0001_thumb.jpg" width="190px"/> <graphic height="1662px" url="web/3577_0001_web.jpg" width="1800px"/> </surface> <surface n="15v =2v-16r =3r"> <graphic height="5223px" url="master/3577_0002.tif" width="5656px"/> <graphic height="175px" url="thumb/3577_0002_thumb.jpg" width="190px"/> <graphic height="1662px" url="web/3577_0002_web.jpg" width="1800px"/> </surface> <surface n="16v =3v-17r =4r"> <graphic height="5223px" url="master/3577_0003.tif" width="5656px"/> <graphic height="175px" url="thumb/3577_0003_thumb.jpg" width="190px"/> <graphic height="1662px" url="web/3577_0003_web.jpg" width="1800px"/> </surface> <surface n="17v =4v-18r =5r"> <graphic height="5223px" url="master/3577_0004.tif" width="5656px"/> <graphic height="175px" url="thumb/3577_0004_thumb.jpg" width="190px"/> <graphic height="1662px" url="web/3577_0004_web.jpg" width="1800px"/> </surface> <surface n="18v =5v-19r =6r"> <graphic height="5223px" url="master/3577_0005.tif" width="5656px"/> <graphic height="175px" url="thumb/3577_0005_thumb.jpg" width="190px"/> <graphic height="1662px" url="web/3577_0005_web.jpg" width="1800px"/> </surface> <surface n="19v =6v-20r =7r"> <graphic height="5223px" url="master/3577_0006.tif" width="5656px"/> <graphic height="175px" url="thumb/3577_0006_thumb.jpg" width="190px"/> <graphic height="1662px" url="web/3577_0006_web.jpg" width="1800px"/> </surface> <surface n="20v =7v"> <graphic height="2602px" url="master/3577_0007.tif" width="5656px"/> <graphic height="87px" url="thumb/3577_0007_thumb.jpg" width="190px"/> <graphic height="828px" url="web/3577_0007_web.jpg" width="1800px"/> </surface> </facsimile> </TEI>
49.924812
381
0.603614
2a7c965fa8dd9b34e2bc15ab0fdd41b5d03e2aa7
2,963
xml
XML
spec/data/proielxml-2.1-skeleton.xml
proiel/proiel
65addac4737fe7cbd412af4cbb6400dfd9a96349
[ "MIT" ]
5
2016-06-07T11:44:34.000Z
2017-09-26T16:59:05.000Z
spec/data/proielxml-2.1-skeleton.xml
proiel/proiel
65addac4737fe7cbd412af4cbb6400dfd9a96349
[ "MIT" ]
null
null
null
spec/data/proielxml-2.1-skeleton.xml
proiel/proiel
65addac4737fe7cbd412af4cbb6400dfd9a96349
[ "MIT" ]
1
2016-06-17T15:23:03.000Z
2016-06-17T15:23:03.000Z
<?xml version="1.0" encoding="UTF-8"?> <proiel export-time="2015-07-19T00:32:45+02:00" schema-version="2.1"> <annotation> <relations> <value tag="pred" summary="predicate" primary="true" secondary="true"/> </relations> <parts-of-speech> <value tag="V-" summary="verb"/> </parts-of-speech> <morphology> <field tag="person"> <value tag="3" summary="third person"/> </field> <field tag="number"> <value tag="s" summary="singular"/> </field> <field tag="tense"> <value tag="p" summary="present"/> </field> <field tag="mood"> <value tag="i" summary="indicative"/> </field> <field tag="voice"> <value tag="a" summary="active"/> </field> <field tag="gender"> <value tag="m" summary="masculine"/> </field> <field tag="case"> <value tag="n" summary="nominative"/> </field> <field tag="degree"> <value tag="p" summary="positive"/> </field> <field tag="strength"> <value tag="w" summary="weak"/> </field> <field tag="inflection"> <value tag="i" summary="inflecting"/> </field> </morphology> <information-statuses> <value tag="new" summary="new"/> </information-statuses> </annotation> <source id="caes-gal" language="lat" alignment-id="cic-att"> <title>Commentarii belli Gallici</title> <author>Caesar</author> <citation-part>Caes. Gal.</citation-part> <principal></principal> <funder></funder> <distributor></distributor> <distributor-address></distributor-address> <date></date> <license>CC BY-NC-SA 3.0</license> <license-url>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</license-url> <reference-system>book, chapter, section</reference-system> <editor></editor> <annotator></annotator> <reviewer></reviewer> <electronic-text-editor></electronic-text-editor> <electronic-text-title></electronic-text-title> <electronic-text-publisher></electronic-text-publisher> <electronic-text-place></electronic-text-place> <electronic-text-original-url></electronic-text-original-url> <electronic-text-license></electronic-text-license> <printed-text-editor></printed-text-editor> <printed-text-title></printed-text-title> <printed-text-publisher></printed-text-publisher> <printed-text-place></printed-text-place> <printed-text-date></printed-text-date> <div> <title>Caes. Gal. 1.1</title> <sentence id="52548" status="reviewed" presentation-after=" " alignment-id="52548" annotated-by="john" reviewed-by="mary" annotated-at="2016-06-04T16:35:30+01:00" reviewed-at="2016-06-04T16:35:30+01:00"> <token id="680721" form="est" citation-part="1.1.1" lemma="sum" part-of-speech="V-" morphology="3spia----i" relation="pred" presentation-after=" "/> </sentence> </div> </source> </proiel>
37.0375
209
0.620655
81daece63eee35419df05537edb675e4e851d8e5
5,825
xml
XML
data/170.xml
Xanir/data-ANN
0a037a7ea17b252e8b6c73fe5015ffd1756a35ba
[ "MIT" ]
1
2016-12-06T10:36:36.000Z
2016-12-06T10:36:36.000Z
data/170.xml
Xanir/data-ANN
0a037a7ea17b252e8b6c73fe5015ffd1756a35ba
[ "MIT" ]
null
null
null
data/170.xml
Xanir/data-ANN
0a037a7ea17b252e8b6c73fe5015ffd1756a35ba
[ "MIT" ]
null
null
null
<ann><anime id="170" gid="1537063271" type="TV" name="Kaitō Kiramekiman" precision="TV" generated-on="2016-03-27T03:54:59Z"> <related-prev rel="spinoff of" id="1472"/> <info gid="437657229" type="Picture" src="http://cdn.animenewsnetwork.com/thumbnails/fit200x200/encyc/A170-6.jpg" width="160" height="200"><img src="http://cdn.animenewsnetwork.com/thumbnails/fit200x200/encyc/A170-6.jpg" width="160" height="200"/><img src="http://cdn.animenewsnetwork.com/thumbnails/max500x600/encyc/A170-6.jpg" width="260" height="325"/></info> <info gid="3786209414" type="Main title" lang="JA">Kaitō Kiramekiman</info> <info gid="2004962193" type="Alternative title" lang="EN">sparkle man</info> <info gid="971461254" type="Alternative title" lang="EN">Thief Glittering Man</info> <info gid="1400112651" type="Alternative title" lang="JA">Time Bokan 2000: Kaitō Kiramekiman</info> <info gid="856125248" type="Alternative title" lang="JA">タイムボカン2000 怪盗きらめきマン</info> <info gid="3718368531" type="Genres">action</info> <info gid="1285185560" type="Genres">comedy</info> <info gid="3913709847" type="Genres">science fiction</info> <info gid="2006278140" type="Running time">half hour</info> <info gid="578407126" type="Number of episodes">26</info> <info gid="1498578153" type="Vintage">2000-04-05 to 2000-10-04</info> <info gid="2739402722" type="Official website" lang="JA" href="http://www.tatsunoko.co.jp/Works/KIRAMEKI/index.html">Kaitō Kiramekiman Tatsunoko Official Site</info> <ratings nb_votes="3" weighted_score="6.0737"/> <episode num="1"> <title gid="2851646733" lang="JA">otakara wa GOURUDOAI</title></episode> <episode num="2"> <title gid="2683179256" lang="JA">okanemochi wa goyoujin</title></episode> <episode num="3"> <title gid="789904332" lang="JA">MANGAka wa oshiawase !?</title></episode> <episode num="4"> <title gid="1200849843" lang="JA">sabaku wa RAKU da !?</title></episode> <episode num="5"> <title gid="2995400226" lang="JA">kieta otakara wa !?</title></episode> <episode num="6"> <title gid="2343948781" lang="JA">JANGURU kurousu</title></episode> <episode num="7"> <title gid="3102211018" lang="JA">SHOU wa sutekki</title></episode> <episode num="8"> <title gid="2074889035" lang="JA">gekitou ! TV teki kaimono (TEREBI SHOPPINGU)</title></episode> <episode num="9"> <title gid="380200598" lang="JA">uranai dai shoubu !</title></episode> <episode num="10"> <title gid="1236991292" lang="JA">kirameki uchuu sensou (SUPEESUWOUZU)</title></episode> <episode num="11"> <title gid="1082416062" lang="JA">kaitou wa chousen sha (CHARENJAA)!?</title></episode> <episode num="12"> <title gid="1609968880" lang="JA">mezase oasobi ou</title></episode> <episode num="13"> <title gid="1128806193" lang="JA">OBAKE daisuki !?</title></episode> <episode num="14"> <title gid="3062745410" lang="JA">shin MEKA wa FUKURO ?</title></episode> <episode num="15"> <title gid="1014699039" lang="JA">mushimushi oosawagi !</title></episode> <episode num="16"> <title gid="1905247705" lang="JA">jikan ryokou (TAIMU TORABERU) de YE-</title></episode> <episode num="17"> <title gid="1032108062" lang="JA">dai san no otoko (HIIROU )?</title></episode> <episode num="18"> <title gid="1707800446" lang="JA">reizouko ACCHICCHI</title></episode> <episode num="19"> <title gid="1648458206" lang="JA">eiga wa hirameki !</title></episode> <episode num="20"> <title gid="1562651342" lang="JA">SUPAROBO tokkun chuu !</title></episode> <episode num="21"> <title gid="2052782142" lang="JA">san keiji (DEKA) aku to naru</title></episode> <episode num="22"> <title gid="3330666558" lang="JA">takarajima de otakara wo sagase</title></episode> <episode num="23"> <title gid="3703829764" lang="JA">meitantei tono taiketsu</title></episode> <episode num="24"> <title gid="1619635659" lang="JA">MUSHIBA mareta mushiba</title></episode> <episode num="25"> <title gid="2015021361" lang="JA">otegara keiji (DEKA) TORIO</title></episode> <episode num="26"> <title gid="2661191179" lang="JA">GOURUDOAI mikke</title></episode> <staff gid="775377291"><task>Series Director</task><person id="6621">Hiroshi Sasagawa</person></staff> <staff gid="998100084"><task>Director</task><person id="1238">Hidehito Ueda</person></staff> <staff gid="1233180176"><task>Script</task><person id="93">Takao Koyama</person></staff> <staff gid="2865655783"><task>Storyboard</task><person id="5380">Takahiro Omori</person></staff> <staff gid="1974418935"><task>Music</task><person id="13408">Masayuki Yamamoto</person></staff> <staff gid="759157904"><task>Character Design</task><person id="73891">Futago Kamikita</person></staff> <staff gid="3839669129"><task>Art Director</task><person id="4383">Mitsuki Nakamura</person></staff> <staff gid="3498705240"><task>Mecha design</task><person id="123">Kunio Okawara</person></staff> <staff gid="1034228425"><task>Sound Director</task><person id="649">Katsunori Shimizu</person></staff> <staff gid="1676912602"><task>Director of Photography</task><person id="11995">Koutaro Yokoyama</person></staff> <cast gid="1806358124" lang="JA"><role>Lip / Kiramekiman #1</role><person id="526">Tomoko Kawakami</person></cast> <cast gid="3351977128" lang="JA"><role>Paf / Kiramekiman #2</role><person id="1043">Kousuke Okano</person></cast> <cast gid="3893168483" lang="JA"><role>Hieru</role><person id="2394">Jouji Yanami</person></cast> <cast gid="2790963379" lang="JA"><role>Rouge</role><person id="3410">Noriko Ohara</person></cast> <cast gid="2301392950" lang="JA"><role>Ondore</role><person id="7247">Kazuya Tatekabe</person></cast> <credit gid="281016665"><task>Production</task><company id="262">TV Tokyo</company></credit> <credit gid="381151105"><task>Production</task><company id="591">Tatsunoko Production</company></credit> <credit gid="3444860195"><task>Production</task><company id="863">Yomiuri Advertising</company></credit></anime></ann>
67.732558
362
0.72309
0985ee3fb12697c6d441b3ae81cf233641399fca
52,598
xml
XML
crops/wheat/corpus/PMC6349447/fulltext.xml
petermr/tigr2ess
9612323fd84d69053c1477e4a224f4b85d4a5f4f
[ "CC-BY-4.0" ]
5
2019-02-12T09:20:44.000Z
2021-06-13T20:39:04.000Z
crops/wheat/corpus/PMC6349447/fulltext.xml
petermr/tigr2ess
9612323fd84d69053c1477e4a224f4b85d4a5f4f
[ "CC-BY-4.0" ]
88
2019-01-18T08:11:02.000Z
2019-08-31T01:51:25.000Z
crops/wheat/corpus/PMC6349447/fulltext.xml
petermr/tigr2ess
9612323fd84d69053c1477e4a224f4b85d4a5f4f
[ "CC-BY-4.0" ]
10
2019-01-17T06:39:44.000Z
2021-09-29T11:32:41.000Z
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.1 20151215//EN" "JATS-archivearticle1.dtd"> <article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" article-type="research-article"><?properties open_access?><?DTDIdentifier.IdentifierValue -//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.1 20151215//EN?><?DTDIdentifier.IdentifierType public?><?SourceDTD.DTDName JATS-journalpublishing1.dtd?><?SourceDTD.Version 1.1?><?ConverterInfo.XSLTName jp2nlmx2.xsl?><?ConverterInfo.Version 1?><front><journal-meta><journal-id journal-id-type="nlm-ta">Oncotarget</journal-id><journal-id journal-id-type="iso-abbrev">Oncotarget</journal-id><journal-id journal-id-type="publisher-id">Oncotarget</journal-id><journal-id journal-id-type="publisher-id">ImpactJ</journal-id><journal-title-group><journal-title>Oncotarget</journal-title></journal-title-group><issn pub-type="epub">1949-2553</issn><publisher><publisher-name>Impact Journals LLC</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="pmcid">6349447</article-id><article-id pub-id-type="publisher-id">26510</article-id><article-id pub-id-type="doi">10.18632/oncotarget.26510</article-id><article-categories><subj-group subj-group-type="heading"><subject>Research Perspective</subject></subj-group></article-categories><title-group><article-title>Gestational tumors as a model to probe reticulate evolution in human neoplasia</article-title></title-group><contrib-group><contrib contrib-type="author"><name><surname>Lazebnik</surname><given-names>Yuri</given-names></name><xref ref-type="aff" rid="A1"><sup>1</sup></xref></contrib><aff id="A1"><sup>1</sup> Lerna Consulting, New Haven, CT, USA</aff></contrib-group><author-notes><corresp id="cor1"><bold><italic>Correspondence to:</italic></bold><italic>Yuri Lazebnik,</italic><email>yuri@lernaconsulting.com</email></corresp></author-notes><pub-date pub-type="collection"><day>08</day><month>1</month><year>2019</year></pub-date><pub-date pub-type="epub"><day>08</day><month>1</month><year>2019</year></pub-date><volume>10</volume><issue>3</issue><fpage>259</fpage><lpage>262</lpage><history><date date-type="received"><day>11</day><month>12</month><year>2018</year></date><date date-type="accepted"><day>12</day><month>12</month><year>2018</year></date></history><permissions><copyright-statement>Copyright: &#x000a9; 2019 Lazebnik.</copyright-statement><copyright-year>2019</copyright-year><license license-type="open-access" xlink:href="http://creativecommons.org/licenses/by/3.0/"><license-p>This is an open-access article distributed under the terms of the <ext-link ext-link-type="uri" xlink:href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution License</ext-link> 3.0 (CC BY 3.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.</license-p></license></permissions><abstract><p>Reticulate evolution, which involves the transfer of genes and other inheritable information between organisms, is of interest to a cancer researcher if only because &#x0201c;pirating&#x0201d; a trait can help a cell and its progeny adapt, survive, or take over much faster than by accumulating random mutations. However, despite being observed repeatedly in experimental models of neoplasia, reticulate evolution is assumed to be negligible in human cancer primarily because detecting gene transfer between the cells of the same genetic background can be difficult or impossible. This commentary suggests that gestational tumors, which are genetically distinct from the women who carry them, provide an opportunity to test whether reticulate evolution affects the development of human neoplasia.</p></abstract><kwd-group><kwd>cancer</kwd><kwd>reticulate evolution</kwd><kwd>gestational tumors</kwd><kwd>cell fusion</kwd><kwd>horizontal gene transfer</kwd></kwd-group></article-meta></front><body><p>The evolutionary model of cancer views neoplastic cells as unicellular asexual organisms that evolve by accumulating genetic and epigenetic alterations [<xref rid="R1" ref-type="bibr">1</xref>-<xref rid="R5" ref-type="bibr">5</xref>]. Accordingly, cancer development is represented as a phylogenetic tree, akin to the tree of life that depicts the evolution of species [<xref rid="R2" ref-type="bibr">2</xref>, <xref rid="R6" ref-type="bibr">6</xref>, <xref rid="R7" ref-type="bibr">7</xref>].</p><p>The tree of life, however, has been increasingly resembling a net, as genome sequencing has revealed that organisms of all kingdoms, and unicellular organisms in particular, can transmit their genes not only vertically, from parents to offspring, but also horizontally, from one organism to another [<xref rid="R8" ref-type="bibr">8</xref>-<xref rid="R12" ref-type="bibr">12</xref>]. Such speciation, which involves not only branching, as depicted by the tree of life, but also gene transfer, hybridization, symbiosis, and other mechanisms of information exchange, is fittingly called reticulate evolution, from a Latin word for &#x0201c;having a net-like pattern&#x0201d; [<xref rid="R13" ref-type="bibr">13</xref>].</p><p>Reticulate evolution is of interest to a cancer researcher because &#x0201c;pirating&#x0201d; a trait by gene transfer or having a trait emerge as a result of hybridization can help an organism and its progeny adapt, survive, or take over much faster than by accumulating random mutations. For example, a gene transfer that happened between two fungi eight decades ago - an instance on the evolutionary timescale - resulted in a virulent wheat pathogen which has since spread worldwide [<xref rid="R14" ref-type="bibr">14</xref>]. Even complex traits can be acquired within a generation, which for unicellular organisms and cells means days, if not hours.</p><p>The possibility of reticulate evolution in neoplasia is especially intriguing because some of its mechanisms, including horizontal gene transfer and hybridization between neoplastic or normal cells, have been documented to affect or even define carcinogenesis and tumor progression in experimental models and proposed to do so in human disease [<xref rid="R15" ref-type="bibr">15</xref>-<xref rid="R21" ref-type="bibr">21</xref>]. This proposal, however, is rarely considered in designing cancer treatment or prevention because the studies of reticulate evolution in human neoplasia are scant and their results inconclusive.</p><p>The primary reason for this fact is that documenting DNA transfer or hybridization is difficult or impossible if the genomes of the donor and recipient cells cannot be distinguished by sequencing, genotyping, or karyotyping. A chromosome acquired from a neighboring cell becomes indistinguishable from a chromosome inherited through an error in mitosis, and a cell hybrid from a cell that duplicated its genome by skipping cytokinesis.</p><p>In the laboratory, this problem is routinely and unambiguously solved by using chimeric animals, engineering reporter genes, or by grafting tumors derived from one species into another.</p><p>In humans, reticulate evolution has been probed by analyzing tumors arising in organ transplant recipients, who have cells of two genomically distinct individuals in their bodies, their own and those of the donor [<xref rid="R22" ref-type="bibr">22</xref>-<xref rid="R24" ref-type="bibr">24</xref>]. However, these patients and their samples have proven to be too rare to provide a critical mass of evidence required to make definitive conclusions or encourage a deeper inquiry.</p><p>A more accessible yet overlooked alternative, which I would like to suggest, is to analyze gestational neoplasia, which are tumors resulting from pregnancy. The remarkable feature of these tumors is that they are genomically foreign to the patient because they arise from her fertilized eggs [<xref rid="R25" ref-type="bibr">25</xref>-<xref rid="R27" ref-type="bibr">27</xref>].</p><p>Normally, a fertilized egg develops into a fetus, which has a copy of both the paternal and maternal genomes. However, at the incidence that varies worldwide between 20 and 1300 per 100,000 pregnancies [<xref rid="R26" ref-type="bibr">26</xref>], a fertilized egg develops into a lesion, the hydatidiform mole. Some of the moles, called partial, have both the maternal and paternal genomes, while others, known as complete, have only the paternal. About 15% of moles, mostly complete, become invasive and about 5% metastasize [<xref rid="R28" ref-type="bibr">28</xref>].</p><p>The most aggressive gestational tumor, however, is choriocarcinoma, whose incidence varies between 2 and 200 cases per 100,000 pregnancies [<xref rid="R26" ref-type="bibr">26</xref>]. Half of these cancers result from a normal pregnancy and have both maternal and paternal genomes, while the other half stem mostly from complete moles and thus carries only the paternal genome [<xref rid="R25" ref-type="bibr">25</xref>], an ideal condition for studying gene exchange or hybridization between the tumor and host cells.</p><p>Gestational tumors have several advantages over tumors arising in transplant patients.</p><p>First, gestational tumors are more accessible. While finding cancer patients who had a prior organ transplant requires some serious investigative work and results only in one to a few cases reported in each of the few published studies [<xref rid="R24" ref-type="bibr">24</xref>], a recent study reported a set of tissue samples and circulating tumor cells obtained from 115 gestational carcinoma patients [<xref rid="R29" ref-type="bibr">29</xref>].</p><p>Second, because gestational tumors are genomically foreign to the patient, they can be used to detect gene exchange with any cell type of the body. In transplant patients, such exchange can be detected only with the cells from the transplanted organ.</p><p>Third, gestational tumors develop in patients with diverse histories and backgrounds, which might help to correlate reticulate evolution, should it be found, with epidemiological factors, including infections, and indicate that the uncovered phenomena are not limited to the unusual and rare group of transplant patients.</p><p>Finally, choriocarcinoma cells retain the ability of the trophoblast, the cell of origin, to fuse [<xref rid="R25" ref-type="bibr">25</xref>], implying that at least one mechanism of reticulate evolution, hybridization, is at work in these cancers.</p><p>What puzzles could gestational tumors help to explain?</p><p>One is that a fraction of circulating tumor cells (CTC) in some cancer patients - and in melanoma patients most of CTC - carry markers of hematopoietic cells [<xref rid="R30" ref-type="bibr">30</xref>, <xref rid="R31" ref-type="bibr">31</xref>]. This observation is consistent with the hypothesis that neoplastic cells become metastatic by hybridizing with hematopoietic cells [<xref rid="R32" ref-type="bibr">32</xref>], a possibility supported by studies in animal models [<xref rid="R17" ref-type="bibr">17</xref>] and consistent with recent studies in transplant patients [<xref rid="R24" ref-type="bibr">24</xref>]. Analyzing individual circulating tumor cells from choriocarcinoma patients [<xref rid="R29" ref-type="bibr">29</xref>] would allow one to determine unambiguously whether such hybrids exist. Although finding hybrids in gestational tumors would not automatically mean that these hybrids exist in other cancers, this finding might attract enough interest and talent to learn how to detect reticulate evolution involving syngeneic cells.</p><p>A related observation, made while analyzing tumors in transplant patients, is that a fraction of phenotypically <italic>neoplastic</italic> cells in some tumors are of bone marrow origin [<xref rid="R22" ref-type="bibr">22</xref>, <xref rid="R33" ref-type="bibr">33</xref>, <xref rid="R34" ref-type="bibr">34</xref>]. How common these cells, which I suggest calling &#x0201c;adopted cells&#x0201d;, are or whether they even exists is uncertain. If they do exist, we would need to reconsider our understanding of cancer development and to review treatment strategies, as adopted cells have a different, origin and evolutionary history from the bulk of the tumor and thus different properties. Gestational tumors are a suitable model to decide whether this review is needed.</p><p>The third observation that gestational tumors can help to explore is the fact that neoplastic and adjacent normal cells sometimes share genomic aberrations, including those that are considered oncogenic [<xref rid="R35" ref-type="bibr">35</xref>, <xref rid="R36" ref-type="bibr">36</xref>]. These aberrations may arise in normal cells independently, but borrowing them from cancer cells through cell fusion was also suggested as a possible mechanism [<xref rid="R36" ref-type="bibr">36</xref>] that has been demonstrated in an animal model [<xref rid="R20" ref-type="bibr">20</xref>].</p><p>Finally, gestational tumors can help to test whether cancer cells borrow DNA from normal cells. Such pirating could explain the puzzling cases of mutation reversion reported in carriers of mutated <italic>BRCA1</italic> or <italic>BRCA2</italic> genes [<xref rid="R37" ref-type="bibr">37</xref>-<xref rid="R40" ref-type="bibr">40</xref>]. Normal cells of these patients carry both the mutant and the normal allele, but cancer cells usually retain only the mutant. The lack of functional BRCA1 or BRCA2 makes cancer cells particularly sensitive to DNA damaging drugs because these proteins participate in DNA repair. However, the majority of the cancers relapse and some of them regain BRCA activity, thus becoming drug resistant.</p><p>Remarkably, in 13 out of 20 reported cases the activity was restored because BRCA proteins reverted to their wild type sequence, while in the remaining cases the restored activity was due to additional, compensatory, mutations [<xref rid="R37" ref-type="bibr">37</xref>, <xref rid="R38" ref-type="bibr">38</xref>]. Because the reversion to wild type has been observed only in patients, but not in cell lines [<xref rid="R38" ref-type="bibr">38</xref>-<xref rid="R41" ref-type="bibr">41</xref>], it is not impossible that the normal allele was borrowed from normal cells and then used either directly, or as a template to repair the mutant allele by gene conversion. Gestational tumors can help to test this hypothesis.</p><p>Overall, gestational tumors provide an opportunity to test several long-standing unorthodox hypotheses, which, should they prove to be correct, could open new venues for cancer understanding, treatment, and prevention.</p></body><back><ack><p>I would like to thank Thomas Ried, George Parris, Marta Gyselova, Daniel Steiner, and Egor Lazebnik for discussions, comments and suggestions.</p></ack><fn-group><fn fn-type="COI-statement"><p><bold>CONFLICTS OF INTEREST</bold></p><p>Author declares no conflict of interest</p></fn></fn-group><ref-list><title>REFERENCES</title><ref id="R1"><label>1</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Cairns</surname><given-names>J</given-names></name></person-group><article-title>Mutation selection and the natural history of cancer</article-title><source>Nature</source><year>1975</year><volume>255</volume><fpage>197</fpage><lpage>200</lpage><pub-id pub-id-type="doi">10.1038/255197a0</pub-id><pub-id pub-id-type="pmid">1143315</pub-id></element-citation></ref><ref id="R2"><label>2</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Nowell</surname><given-names>PC</given-names></name></person-group><article-title>The clonal evolution of tumor cell populations</article-title><source>Science</source><year>1976</year><volume>194</volume><fpage>23</fpage><lpage>28</lpage><pub-id pub-id-type="doi">10.1126/science.959840</pub-id><pub-id pub-id-type="pmid">959840</pub-id></element-citation></ref><ref id="R3"><label>3</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Sidow</surname><given-names>A</given-names></name><name name-style="western"><surname>Spies</surname><given-names>N</given-names></name></person-group><article-title>Concepts in solid tumor evolution</article-title><source>Trends Genet</source><year>2015</year><volume>31</volume><fpage>208</fpage><lpage>14</lpage><pub-id pub-id-type="doi">10.1016/j.tig.2015.02.001</pub-id><pub-id pub-id-type="pmid">25733351</pub-id></element-citation></ref><ref id="R4"><label>4</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Merlo</surname><given-names>LM</given-names></name><name name-style="western"><surname>Pepper</surname><given-names>JW</given-names></name><name name-style="western"><surname>Reid</surname><given-names>BJ</given-names></name><name name-style="western"><surname>Maley</surname><given-names>CC</given-names></name></person-group><article-title>Cancer as an evolutionary and ecological process</article-title><source>Nat Rev Cancer</source><year>2006</year><volume>6</volume><fpage>924</fpage><lpage>35</lpage><pub-id pub-id-type="doi">10.1038/nrc2013</pub-id><pub-id pub-id-type="pmid">17109012</pub-id></element-citation></ref><ref id="R5"><label>5</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Gatenby</surname><given-names>RA</given-names></name></person-group><article-title>Is the Genetic Paradigm of Cancer Complete?</article-title><source>Radiology</source><year>2017</year><volume>284</volume><fpage>1</fpage><lpage>3</lpage><pub-id pub-id-type="doi">10.1148/radiol.2017171004</pub-id><pub-id pub-id-type="pmid">28628406</pub-id></element-citation></ref><ref id="R6"><label>6</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Davis</surname><given-names>A</given-names></name><name name-style="western"><surname>Gao</surname><given-names>R</given-names></name><name name-style="western"><surname>Navin</surname><given-names>N</given-names></name></person-group><article-title>Tumor evolution: Linear, branching, neutral or punctuated?</article-title><source>Biochim Biophys Acta Rev Cancer</source><year>2017</year><volume>1867</volume><fpage>151</fpage><lpage>61</lpage><pub-id pub-id-type="doi">10.1016/j.bbcan.2017.01.003</pub-id><pub-id pub-id-type="pmid">28110020</pub-id></element-citation></ref><ref id="R7"><label>7</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Krzywinski</surname><given-names>M</given-names></name></person-group><article-title>Visualizing Clonal Evolution in Cancer</article-title><source>Mol Cell</source><year>2016</year><volume>62</volume><fpage>652</fpage><lpage>56</lpage><pub-id pub-id-type="doi">10.1016/j.molcel.2016.05.025</pub-id><pub-id pub-id-type="pmid">27259197</pub-id></element-citation></ref><ref id="R8"><label>8</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Puigb&#x000f2;</surname><given-names>P</given-names></name><name name-style="western"><surname>Wolf</surname><given-names>YI</given-names></name><name name-style="western"><surname>Koonin</surname><given-names>EV</given-names></name></person-group><article-title>Search for a &#x02018;Tree of Life&#x02019; in the thicket of the phylogenetic forest</article-title><source>J Biol</source><year>2009</year><volume>8</volume><fpage>59</fpage><pub-id pub-id-type="doi">10.1186/jbiol159</pub-id><pub-id pub-id-type="pmid">19594957</pub-id></element-citation></ref><ref id="R9"><label>9</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Syvanen</surname><given-names>M</given-names></name></person-group><article-title>Evolutionary implications of horizontal gene transfer</article-title><source>Annu Rev Genet</source><year>2012</year><volume>46</volume><fpage>341</fpage><lpage>58</lpage><pub-id pub-id-type="doi">10.1146/annurev-genet-110711-155529</pub-id><pub-id pub-id-type="pmid">22934638</pub-id></element-citation></ref><ref id="R10"><label>10</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Soucy</surname><given-names>SM</given-names></name><name name-style="western"><surname>Huang</surname><given-names>J</given-names></name><name name-style="western"><surname>Gogarten</surname><given-names>JP</given-names></name></person-group><article-title>Horizontal gene transfer: building the web of life</article-title><source>Nat Rev Genet</source><year>2015</year><volume>16</volume><fpage>472</fpage><lpage>82</lpage><pub-id pub-id-type="doi">10.1038/nrg3962</pub-id><pub-id pub-id-type="pmid">26184597</pub-id></element-citation></ref><ref id="R11"><label>11</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Crisp</surname><given-names>A</given-names></name><name name-style="western"><surname>Boschetti</surname><given-names>C</given-names></name><name name-style="western"><surname>Perry</surname><given-names>M</given-names></name><name name-style="western"><surname>Tunnacliffe</surname><given-names>A</given-names></name><name name-style="western"><surname>Micklem</surname><given-names>G</given-names></name></person-group><article-title>Expression of multiple horizontally acquired genes is a hallmark of both vertebrate and invertebrate genomes</article-title><source>Genome Biol</source><year>2015</year><volume>16</volume><fpage>50</fpage><pub-id pub-id-type="doi">10.1186/s13059-015-0607-3</pub-id><pub-id pub-id-type="pmid">25785303</pub-id></element-citation></ref><ref id="R12"><label>12</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Shapiro</surname><given-names>JA</given-names></name></person-group><article-title>Biological action in Read-Write genome evolution</article-title><source>Interface Focus</source><year>2017</year><volume>7</volume><fpage>20160115</fpage><pub-id pub-id-type="doi">10.1098/rsfs.2016.0115</pub-id><pub-id pub-id-type="pmid">28839913</pub-id></element-citation></ref><ref id="R13"><label>13</label><element-citation publication-type="book"><person-group person-group-type="editor"><name name-style="western"><surname>Gontier</surname><given-names>N</given-names></name></person-group><source>Reticulate Evolution: Symbiogenesis, Lateral Gene Transfer, Hybridization and Infectious Heredity (Springer International Publishing)</source><year>2015</year><comment>Available from: <ext-link ext-link-type="uri" xlink:href="https://www.springer.com/us/book/9783319163444">https://www.springer.com/us/book/9783319163444</ext-link></comment></element-citation></ref><ref id="R14"><label>14</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Friesen</surname><given-names>TL</given-names></name><name name-style="western"><surname>Stukenbrock</surname><given-names>EH</given-names></name><name name-style="western"><surname>Liu</surname><given-names>Z</given-names></name><name name-style="western"><surname>Meinhardt</surname><given-names>S</given-names></name><name name-style="western"><surname>Ling</surname><given-names>H</given-names></name><name name-style="western"><surname>Faris</surname><given-names>JD</given-names></name><name name-style="western"><surname>Rasmussen</surname><given-names>JB</given-names></name><name name-style="western"><surname>Solomon</surname><given-names>PS</given-names></name><name name-style="western"><surname>McDonald</surname><given-names>BA</given-names></name><name name-style="western"><surname>Oliver</surname><given-names>RP</given-names></name></person-group><article-title>Emergence of a new disease as a result of interspecific virulence gene transfer</article-title><source>Nat Genet</source><year>2006</year><volume>38</volume><fpage>953</fpage><lpage>56</lpage><pub-id pub-id-type="doi">10.1038/ng1839</pub-id><pub-id pub-id-type="pmid">16832356</pub-id></element-citation></ref><ref id="R15"><label>15</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Goldenberg</surname><given-names>DM</given-names></name><name name-style="western"><surname>Bhan</surname><given-names>RD</given-names></name><name name-style="western"><surname>Pavia</surname><given-names>RA</given-names></name></person-group><article-title>In vivo human-hamster somatic cell fusion indicated by glucose 6-phosphate dehydrogenase and lactate dehydrogenase profiles</article-title><source>Cancer Res</source><year>1971</year><volume>31</volume><fpage>1148</fpage><lpage>52</lpage><pub-id pub-id-type="pmid">5095979</pub-id></element-citation></ref><ref id="R16"><label>16</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Munzarov&#x000e1;</surname><given-names>M</given-names></name><name name-style="western"><surname>Kovar&#x000ed;k</surname><given-names>J</given-names></name></person-group><article-title>Is cancer a macrophage-mediated autoaggressive disease?</article-title><source>Lancet</source><year>1987</year><volume>1</volume><fpage>952</fpage><lpage>54</lpage><pub-id pub-id-type="doi">10.1016/S0140-6736(87)90295-9</pub-id><pub-id pub-id-type="pmid">2882343</pub-id></element-citation></ref><ref id="R17"><label>17</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Pawelek</surname><given-names>JM</given-names></name><name name-style="western"><surname>Chakraborty</surname><given-names>AK</given-names></name></person-group><article-title>Fusion of tumour cells with bone marrow-derived cells: a unifying explanation for metastasis</article-title><source>Nat Rev Cancer</source><year>2008</year><volume>8</volume><fpage>377</fpage><lpage>86</lpage><pub-id pub-id-type="doi">10.1038/nrc2371</pub-id><pub-id pub-id-type="pmid">18385683</pub-id></element-citation></ref><ref id="R18"><label>18</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Duelli</surname><given-names>D</given-names></name><name name-style="western"><surname>Lazebnik</surname><given-names>Y</given-names></name></person-group><article-title>Cell fusion: a hidden enemy?</article-title><source>Cancer Cell</source><year>2003</year><volume>3</volume><fpage>445</fpage><lpage>48</lpage><pub-id pub-id-type="doi">10.1016/S1535-6108(03)00114-4</pub-id><pub-id pub-id-type="pmid">12781362</pub-id></element-citation></ref><ref id="R19"><label>19</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Parris</surname><given-names>GE</given-names></name></person-group><article-title>Historical perspective of cell-cell fusion in cancer initiation and progression</article-title><source>Crit Rev Oncog</source><year>2013</year><volume>18</volume><fpage>1</fpage><lpage>18</lpage><pub-id pub-id-type="doi">10.1615/CritRevOncog.v18.i1-2.20</pub-id><pub-id pub-id-type="pmid">23237550</pub-id></element-citation></ref><ref id="R20"><label>20</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Ehnfors</surname><given-names>J</given-names></name><name name-style="western"><surname>Kost-Alimova</surname><given-names>M</given-names></name><name name-style="western"><surname>Persson</surname><given-names>NL</given-names></name><name name-style="western"><surname>Bergsmedh</surname><given-names>A</given-names></name><name name-style="western"><surname>Castro</surname><given-names>J</given-names></name><name name-style="western"><surname>Levchenko-Tegnebratt</surname><given-names>T</given-names></name><name name-style="western"><surname>Yang</surname><given-names>L</given-names></name><name name-style="western"><surname>Panaretakis</surname><given-names>T</given-names></name><name name-style="western"><surname>Holmgren</surname><given-names>L</given-names></name></person-group><article-title>Horizontal transfer of tumor DNA to endothelial cells in vivo</article-title><source>Cell Death Differ</source><year>2009</year><volume>16</volume><fpage>749</fpage><lpage>57</lpage><pub-id pub-id-type="doi">10.1038/cdd.2009.7</pub-id><pub-id pub-id-type="pmid">19219067</pub-id></element-citation></ref><ref id="R21"><label>21</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Duelli</surname><given-names>D</given-names></name><name name-style="western"><surname>Lazebnik</surname><given-names>Y</given-names></name></person-group><article-title>Cell-to-cell fusion as a link between viruses and cancer</article-title><source>Nat Rev Cancer</source><year>2007</year><volume>7</volume><fpage>968</fpage><lpage>76</lpage><pub-id pub-id-type="doi">10.1038/nrc2272</pub-id><pub-id pub-id-type="pmid">18034186</pub-id></element-citation></ref><ref id="R22"><label>22</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Cogle</surname><given-names>CR</given-names></name><name name-style="western"><surname>Theise</surname><given-names>ND</given-names></name><name name-style="western"><surname>Fu</surname><given-names>D</given-names></name><name name-style="western"><surname>Ucar</surname><given-names>D</given-names></name><name name-style="western"><surname>Lee</surname><given-names>S</given-names></name><name name-style="western"><surname>Guthrie</surname><given-names>SM</given-names></name><name name-style="western"><surname>Lonergan</surname><given-names>J</given-names></name><name name-style="western"><surname>Rybka</surname><given-names>W</given-names></name><name name-style="western"><surname>Krause</surname><given-names>DS</given-names></name><name name-style="western"><surname>Scott</surname><given-names>EW</given-names></name></person-group><article-title>Bone marrow contributes to epithelial cancers in mice and humans as developmental mimicry</article-title><source>Stem Cells</source><year>2007</year><volume>25</volume><fpage>1881</fpage><lpage>87</lpage><pub-id pub-id-type="doi">10.1634/stemcells.2007-0163</pub-id><pub-id pub-id-type="pmid">17478582</pub-id></element-citation></ref><ref id="R23"><label>23</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Lazova</surname><given-names>R</given-names></name><name name-style="western"><surname>Laberge</surname><given-names>GS</given-names></name><name name-style="western"><surname>Duvall</surname><given-names>E</given-names></name><name name-style="western"><surname>Spoelstra</surname><given-names>N</given-names></name><name name-style="western"><surname>Klump</surname><given-names>V</given-names></name><name name-style="western"><surname>Sznol</surname><given-names>M</given-names></name><name name-style="western"><surname>Cooper</surname><given-names>D</given-names></name><name name-style="western"><surname>Spritz</surname><given-names>RA</given-names></name><name name-style="western"><surname>Chang</surname><given-names>JT</given-names></name><name name-style="western"><surname>Pawelek</surname><given-names>JM</given-names></name></person-group><article-title>A Melanoma Brain Metastasis with a Donor-Patient Hybrid Genome following Bone Marrow Transplantation: First Evidence for Fusion in Human Cancer</article-title><source>PLoS One</source><year>2013</year><volume>8</volume><fpage>e66731</fpage><pub-id pub-id-type="doi">10.1371/journal.pone.0066731</pub-id><pub-id pub-id-type="pmid">23840523</pub-id></element-citation></ref><ref id="R24"><label>24</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Gast</surname><given-names>CE</given-names></name><name name-style="western"><surname>Silk</surname><given-names>AD</given-names></name><name name-style="western"><surname>Zarour</surname><given-names>L</given-names></name><name name-style="western"><surname>Riegler</surname><given-names>L</given-names></name><name name-style="western"><surname>Burkhart</surname><given-names>JG</given-names></name><name name-style="western"><surname>Gustafson</surname><given-names>KT</given-names></name><name name-style="western"><surname>Parappilly</surname><given-names>MS</given-names></name><name name-style="western"><surname>Roh-Johnson</surname><given-names>M</given-names></name><name name-style="western"><surname>Goodman</surname><given-names>JR</given-names></name><name name-style="western"><surname>Olson</surname><given-names>B</given-names></name><name name-style="western"><surname>Schmidt</surname><given-names>M</given-names></name><name name-style="western"><surname>Swain</surname><given-names>JR</given-names></name><name name-style="western"><surname>Davies</surname><given-names>PS</given-names></name><etal/></person-group><article-title>Cell fusion potentiates tumor heterogeneity and reveals circulating hybrid cells that correlate with stage and survival</article-title><source>Sci Adv</source><year>2018</year><volume>4</volume><fpage>eaat7828</fpage><pub-id pub-id-type="doi">10.1126/sciadv.aat7828</pub-id><pub-id pub-id-type="pmid">30214939</pub-id></element-citation></ref><ref id="R25"><label>25</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Hoffner</surname><given-names>L</given-names></name><name name-style="western"><surname>Surti</surname><given-names>U</given-names></name></person-group><article-title>The genetics of gestational trophoblastic disease: a rare complication of pregnancy</article-title><source>Cancer Genet</source><year>2012</year><volume>205</volume><fpage>63</fpage><lpage>77</lpage><pub-id pub-id-type="doi">10.1016/j.cancergen.2012.01.004</pub-id><pub-id pub-id-type="pmid">22469506</pub-id></element-citation></ref><ref id="R26"><label>26</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Altieri</surname><given-names>A</given-names></name><name name-style="western"><surname>Franceschi</surname><given-names>S</given-names></name><name name-style="western"><surname>Ferlay</surname><given-names>J</given-names></name><name name-style="western"><surname>Smith</surname><given-names>J</given-names></name><name name-style="western"><surname>La Vecchia</surname><given-names>C</given-names></name></person-group><article-title>Epidemiology and aetiology of gestational trophoblastic diseases</article-title><source>Lancet Oncol</source><year>2003</year><volume>4</volume><fpage>670</fpage><lpage>78</lpage><pub-id pub-id-type="doi">10.1016/S1470-2045(03)01245-2</pub-id><pub-id pub-id-type="pmid">14602247</pub-id></element-citation></ref><ref id="R27"><label>27</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Shih</surname><given-names>IM</given-names></name><name name-style="western"><surname>Kurman</surname><given-names>RJ</given-names></name></person-group><article-title>Molecular basis of gestational trophoblastic diseases</article-title><source>Curr Mol Med</source><year>2002</year><volume>2</volume><fpage>1</fpage><lpage>12</lpage><pub-id pub-id-type="doi">10.2174/1566524023362960</pub-id><pub-id pub-id-type="pmid">11898845</pub-id></element-citation></ref><ref id="R28"><label>28</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Goldstein</surname><given-names>DP</given-names></name><name name-style="western"><surname>Berkowitz</surname><given-names>RS</given-names></name></person-group><article-title>Current management of gestational trophoblastic neoplasia</article-title><source>Hematol Oncol Clin North Am</source><year>2012</year><volume>26</volume><fpage>111</fpage><lpage>31</lpage><pub-id pub-id-type="doi">10.1016/j.hoc.2011.10.007</pub-id><pub-id pub-id-type="pmid">22244665</pub-id></element-citation></ref><ref id="R29"><label>29</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>He</surname><given-names>W</given-names></name><name name-style="western"><surname>Hou</surname><given-names>M</given-names></name><name name-style="western"><surname>Zhang</surname><given-names>H</given-names></name><name name-style="western"><surname>Zeng</surname><given-names>C</given-names></name><name name-style="western"><surname>He</surname><given-names>S</given-names></name><name name-style="western"><surname>Chen</surname><given-names>X</given-names></name><name name-style="western"><surname>Xu</surname><given-names>M</given-names></name><name name-style="western"><surname>Sun</surname><given-names>C</given-names></name><name name-style="western"><surname>Jiang</surname><given-names>W</given-names></name><name name-style="western"><surname>Wang</surname><given-names>H</given-names></name><name name-style="western"><surname>Shen</surname><given-names>H</given-names></name><name name-style="western"><surname>Zhang</surname><given-names>Y</given-names></name><name name-style="western"><surname>Liu</surname><given-names>J</given-names></name><etal/></person-group><article-title>Clinical significance of circulating tumor cells in predicting disease progression and chemotherapy resistance in patients with gestational choriocarcinoma</article-title><source>Int J Cancer</source><year>2018 Aug 2</year><pub-id pub-id-type="doi">10.1002/ijc.31742</pub-id><comment>[Epub ahead of print]</comment></element-citation></ref><ref id="R30"><label>30</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Powell</surname><given-names>AA</given-names></name><name name-style="western"><surname>Talasaz</surname><given-names>AH</given-names></name><name name-style="western"><surname>Zhang</surname><given-names>H</given-names></name><name name-style="western"><surname>Coram</surname><given-names>MA</given-names></name><name name-style="western"><surname>Reddy</surname><given-names>A</given-names></name><name name-style="western"><surname>Deng</surname><given-names>G</given-names></name><name name-style="western"><surname>Telli</surname><given-names>ML</given-names></name><name name-style="western"><surname>Advani</surname><given-names>RH</given-names></name><name name-style="western"><surname>Carlson</surname><given-names>RW</given-names></name><name name-style="western"><surname>Mollick</surname><given-names>JA</given-names></name><name name-style="western"><surname>Sheth</surname><given-names>S</given-names></name><name name-style="western"><surname>Kurian</surname><given-names>AW</given-names></name><name name-style="western"><surname>Ford</surname><given-names>JM</given-names></name><etal/></person-group><article-title>Single cell profiling of circulating tumor cells: transcriptional heterogeneity and diversity from breast cancer cell lines</article-title><source>PLoS One</source><year>2012</year><volume>7</volume><fpage>e33788</fpage><pub-id pub-id-type="doi">10.1371/journal.pone.0033788</pub-id><pub-id pub-id-type="pmid">22586443</pub-id></element-citation></ref><ref id="R31"><label>31</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Clawson</surname><given-names>GA</given-names></name><name name-style="western"><surname>Kimchi</surname><given-names>E</given-names></name><name name-style="western"><surname>Patrick</surname><given-names>SD</given-names></name><name name-style="western"><surname>Xin</surname><given-names>P</given-names></name><name name-style="western"><surname>Harouaka</surname><given-names>R</given-names></name><name name-style="western"><surname>Zheng</surname><given-names>S</given-names></name><name name-style="western"><surname>Berg</surname><given-names>A</given-names></name><name name-style="western"><surname>Schell</surname><given-names>T</given-names></name><name name-style="western"><surname>Staveley-O&#x02019;Carroll</surname><given-names>KF</given-names></name><name name-style="western"><surname>Neves</surname><given-names>RI</given-names></name><name name-style="western"><surname>Mosca</surname><given-names>PJ</given-names></name><name name-style="western"><surname>Thiboutot</surname><given-names>D</given-names></name></person-group><article-title>Circulating tumor cells in melanoma patients</article-title><source>PLoS One</source><year>2012</year><volume>7</volume><fpage>e41052</fpage><pub-id pub-id-type="doi">10.1371/journal.pone.0041052</pub-id><pub-id pub-id-type="pmid">22829910</pub-id></element-citation></ref><ref id="R32"><label>32</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Clawson</surname><given-names>GA</given-names></name></person-group><article-title>Cancer. Fusion for moving</article-title><source>Science</source><year>2013</year><volume>342</volume><fpage>699</fpage><lpage>700</lpage><pub-id pub-id-type="doi">10.1126/science.1244270</pub-id><pub-id pub-id-type="pmid">24202164</pub-id></element-citation></ref><ref id="R33"><label>33</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Aractingi</surname><given-names>S</given-names></name><name name-style="western"><surname>Kanitakis</surname><given-names>J</given-names></name><name name-style="western"><surname>Euvrard</surname><given-names>S</given-names></name><name name-style="western"><surname>Le Danff</surname><given-names>C</given-names></name><name name-style="western"><surname>Peguillet</surname><given-names>I</given-names></name><name name-style="western"><surname>Khosrotehrani</surname><given-names>K</given-names></name><name name-style="western"><surname>Lantz</surname><given-names>O</given-names></name><name name-style="western"><surname>Carosella</surname><given-names>ED</given-names></name></person-group><article-title>Skin carcinoma arising from donor cells in a kidney transplant recipient</article-title><source>Cancer Res</source><year>2005</year><volume>65</volume><fpage>1755</fpage><lpage>60</lpage><pub-id pub-id-type="doi">10.1158/0008-5472.CAN-04-2783</pub-id><pub-id pub-id-type="pmid">15753371</pub-id></element-citation></ref><ref id="R34"><label>34</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Soldini</surname><given-names>D</given-names></name><name name-style="western"><surname>Moreno</surname><given-names>E</given-names></name><name name-style="western"><surname>Martin</surname><given-names>V</given-names></name><name name-style="western"><surname>Gratwohl</surname><given-names>A</given-names></name><name name-style="western"><surname>Marone</surname><given-names>C</given-names></name><name name-style="western"><surname>Mazzucchelli</surname><given-names>L</given-names></name></person-group><article-title>BM-derived cells randomly contribute to neoplastic and non-neoplastic epithelial tissues at low rates</article-title><source>Bone Marrow Transplant</source><year>2008</year><volume>42</volume><fpage>749</fpage><lpage>55</lpage><pub-id pub-id-type="doi">10.1038/bmt.2008.243</pub-id><pub-id pub-id-type="pmid">18711347</pub-id></element-citation></ref><ref id="R35"><label>35</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Jamshidi</surname><given-names>N</given-names></name><name name-style="western"><surname>Margolis</surname><given-names>DJ</given-names></name><name name-style="western"><surname>Raman</surname><given-names>S</given-names></name><name name-style="western"><surname>Huang</surname><given-names>J</given-names></name><name name-style="western"><surname>Reiter</surname><given-names>RE</given-names></name><name name-style="western"><surname>Kuo</surname><given-names>MD</given-names></name></person-group><article-title>Multiregional Radiogenomic Assessment of Prostate Microenvironments with Multiparametric MR Imaging and DNA Whole-Exome Sequencing of Prostate Glands with Adenocarcinoma</article-title><source>Radiology</source><year>2017</year><volume>284</volume><fpage>109</fpage><lpage>19</lpage><pub-id pub-id-type="doi">10.1148/radiol.2017162827</pub-id><pub-id pub-id-type="pmid">28453432</pub-id></element-citation></ref><ref id="R36"><label>36</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Streubel</surname><given-names>B</given-names></name><name name-style="western"><surname>Chott</surname><given-names>A</given-names></name><name name-style="western"><surname>Huber</surname><given-names>D</given-names></name><name name-style="western"><surname>Exner</surname><given-names>M</given-names></name><name name-style="western"><surname>J&#x000e4;ger</surname><given-names>U</given-names></name><name name-style="western"><surname>Wagner</surname><given-names>O</given-names></name><name name-style="western"><surname>Schwarzinger</surname><given-names>I</given-names></name></person-group><article-title>Lymphoma-specific genetic aberrations in microvascular endothelial cells in B-cell lymphomas</article-title><source>N Engl J Med</source><year>2004</year><volume>351</volume><fpage>250</fpage><lpage>59</lpage><pub-id pub-id-type="doi">10.1056/NEJMoa033153</pub-id><pub-id pub-id-type="pmid">15254283</pub-id></element-citation></ref><ref id="R37"><label>37</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Norquist</surname><given-names>B</given-names></name><name name-style="western"><surname>Wurz</surname><given-names>KA</given-names></name><name name-style="western"><surname>Pennil</surname><given-names>CC</given-names></name><name name-style="western"><surname>Garcia</surname><given-names>R</given-names></name><name name-style="western"><surname>Gross</surname><given-names>J</given-names></name><name name-style="western"><surname>Sakai</surname><given-names>W</given-names></name><name name-style="western"><surname>Karlan</surname><given-names>BY</given-names></name><name name-style="western"><surname>Taniguchi</surname><given-names>T</given-names></name><name name-style="western"><surname>Swisher</surname><given-names>EM</given-names></name></person-group><article-title>Secondary somatic mutations restoring BRCA1/2 predict chemotherapy resistance in hereditary ovarian carcinomas</article-title><source>J Clin Oncol</source><year>2011</year><volume>29</volume><fpage>3008</fpage><lpage>15</lpage><pub-id pub-id-type="doi">10.1200/JCO.2010.34.2980</pub-id><pub-id pub-id-type="pmid">21709188</pub-id></element-citation></ref><ref id="R38"><label>38</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Dhillon</surname><given-names>KK</given-names></name><name name-style="western"><surname>Swisher</surname><given-names>EM</given-names></name><name name-style="western"><surname>Taniguchi</surname><given-names>T</given-names></name></person-group><article-title>Secondary mutations of BRCA1/2 and drug resistance</article-title><source>Cancer Sci</source><year>2011</year><volume>102</volume><fpage>663</fpage><lpage>69</lpage><pub-id pub-id-type="doi">10.1111/j.1349-7006.2010.01840.x</pub-id><pub-id pub-id-type="pmid">21205087</pub-id></element-citation></ref><ref id="R39"><label>39</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Sakai</surname><given-names>W</given-names></name><name name-style="western"><surname>Swisher</surname><given-names>EM</given-names></name><name name-style="western"><surname>Jacquemont</surname><given-names>C</given-names></name><name name-style="western"><surname>Chandramohan</surname><given-names>KV</given-names></name><name name-style="western"><surname>Couch</surname><given-names>FJ</given-names></name><name name-style="western"><surname>Langdon</surname><given-names>SP</given-names></name><name name-style="western"><surname>Wurz</surname><given-names>K</given-names></name><name name-style="western"><surname>Higgins</surname><given-names>J</given-names></name><name name-style="western"><surname>Villegas</surname><given-names>E</given-names></name><name name-style="western"><surname>Taniguchi</surname><given-names>T</given-names></name></person-group><article-title>Functional restoration of BRCA2 protein by secondary BRCA2 mutations in BRCA2-mutated ovarian carcinoma</article-title><source>Cancer Res</source><year>2009</year><volume>69</volume><fpage>6381</fpage><lpage>86</lpage><pub-id pub-id-type="doi">10.1158/0008-5472.CAN-09-1178</pub-id><pub-id pub-id-type="pmid">19654294</pub-id></element-citation></ref><ref id="R40"><label>40</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Sakai</surname><given-names>W</given-names></name><name name-style="western"><surname>Swisher</surname><given-names>EM</given-names></name><name name-style="western"><surname>Karlan</surname><given-names>BY</given-names></name><name name-style="western"><surname>Agarwal</surname><given-names>MK</given-names></name><name name-style="western"><surname>Higgins</surname><given-names>J</given-names></name><name name-style="western"><surname>Friedman</surname><given-names>C</given-names></name><name name-style="western"><surname>Villegas</surname><given-names>E</given-names></name><name name-style="western"><surname>Jacquemont</surname><given-names>C</given-names></name><name name-style="western"><surname>Farrugia</surname><given-names>DJ</given-names></name><name name-style="western"><surname>Couch</surname><given-names>FJ</given-names></name><name name-style="western"><surname>Urban</surname><given-names>N</given-names></name><name name-style="western"><surname>Taniguchi</surname><given-names>T</given-names></name></person-group><article-title>Secondary mutations as a mechanism of cisplatin resistance in BRCA2-mutated cancers</article-title><source>Nature</source><year>2008</year><volume>451</volume><fpage>1116</fpage><lpage>20</lpage><pub-id pub-id-type="doi">10.1038/nature06633</pub-id><pub-id pub-id-type="pmid">18264087</pub-id></element-citation></ref><ref id="R41"><label>41</label><element-citation publication-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Edwards</surname><given-names>SL</given-names></name><name name-style="western"><surname>Brough</surname><given-names>R</given-names></name><name name-style="western"><surname>Lord</surname><given-names>CJ</given-names></name><name name-style="western"><surname>Natrajan</surname><given-names>R</given-names></name><name name-style="western"><surname>Vatcheva</surname><given-names>R</given-names></name><name name-style="western"><surname>Levine</surname><given-names>DA</given-names></name><name name-style="western"><surname>Boyd</surname><given-names>J</given-names></name><name name-style="western"><surname>Reis-Filho</surname><given-names>JS</given-names></name><name name-style="western"><surname>Ashworth</surname><given-names>A</given-names></name></person-group><article-title>Resistance to therapy caused by intragenic deletion in BRCA2</article-title><source>Nature</source><year>2008</year><volume>451</volume><fpage>1111</fpage><lpage>15</lpage><pub-id pub-id-type="doi">10.1038/nature06548</pub-id><pub-id pub-id-type="pmid">18264088</pub-id></element-citation></ref></ref-list></back></article>
26,299
52,460
0.762653
561c3653ed8daf8d98377c2a5f2e5d8f4608144a
1,969
xml
XML
yolo-training-cardgame/training/scenes/train/009259752.xml
dasganni/PokARv2
4f026b35c165df508fb6cbf118c815fc1a5ab6e4
[ "MIT" ]
null
null
null
yolo-training-cardgame/training/scenes/train/009259752.xml
dasganni/PokARv2
4f026b35c165df508fb6cbf118c815fc1a5ab6e4
[ "MIT" ]
null
null
null
yolo-training-cardgame/training/scenes/train/009259752.xml
dasganni/PokARv2
4f026b35c165df508fb6cbf118c815fc1a5ab6e4
[ "MIT" ]
null
null
null
<annotation> <folder>FOLDER</folder> <filename>009259752.jpg</filename> <path>data/scenes/train\009259752.jpg</path> <source> <database>Unknown</database> </source> <size> <width>720</width> <height>720</height> <depth>3</depth> </size> <object> <name>3c</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>10</xmin> <ymin>415</ymin> <xmax>89</xmax> <ymax>461</ymax> </bndbox> </object> <object> <name>3c</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>295</xmin> <ymin>311</ymin> <xmax>373</xmax> <ymax>356</ymax> </bndbox> </object> <object> <name>Ah</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>320</xmin> <ymin>258</ymin> <xmax>369</xmax> <ymax>292</ymax> </bndbox> </object> <object> <name>Ah</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>516</xmin> <ymin>243</ymin> <xmax>563</xmax> <ymax>277</ymax> </bndbox> </object> </annotation>
31.758065
52
0.366176
137529d64e58116da1e2a4c5de85fd2a61ed6158
983
xml
XML
WebRoot/WEB-INF/cloud.Config.xml
HY-ZhengWei/XFlowWeb
6c7dacba31bcd02823e00735609f82ba4483b172
[ "Apache-2.0" ]
3
2018-06-22T04:08:43.000Z
2022-03-31T08:05:50.000Z
WebRoot/WEB-INF/cloud.Config.xml
HY-ZhengWei/XFlowWeb
6c7dacba31bcd02823e00735609f82ba4483b172
[ "Apache-2.0" ]
null
null
null
WebRoot/WEB-INF/cloud.Config.xml
HY-ZhengWei/XFlowWeb
6c7dacba31bcd02823e00735609f82ba4483b172
[ "Apache-2.0" ]
1
2019-03-15T21:16:45.000Z
2019-03-15T21:16:45.000Z
<?xml version="1.0" encoding="UTF-8"?> <config> <import name="xconfig" class="java.util.ArrayList" /> <import name="item" class="org.hy.common.app.Param" /> <!-- 云计算服务器配置信息 --> <xconfig> <!-- 监控云计算的服务列表 --> <!-- 10.1.50.44 服务器专用于:智能选型的工作流服务 --> <!-- 10.1.50.115 服务器专用于:变更管理的工作流服务 --> <item id="ClusterServers"> <name>ClusterServers</name> <value> 10.1.50.44:1921 ,10.1.50.115:1921 </value> <comment>全部集群服务器列表(用逗号分隔)</comment> </item> <!-- 工作流引擎集群的服务列表(工作流的高速引擎数据将在列表中相互分发同步) --> <item id="FlowClusterServers"> <name>FlowClusterServers</name> <value> </value> <comment>工作流引擎集群的服务列表(用逗号分隔,格式如:192.168.1.1:1721 ,192.168.1.2:1721)(单服务时,须为空)</comment> </item> </xconfig> </config>
26.567568
99
0.471007
281203806fef7e677cc35b14534bc341cfd0c285
629
xml
XML
Modules/ImageStatistics/Testing/Data/neue Bilder/Hotspot_Case3.xml
liu3xing3long/MITK-2016.11
385c506f9792414f40337e106e13d5fd61aa3ccc
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
Modules/ImageStatistics/Testing/Data/neue Bilder/Hotspot_Case3.xml
liu3xing3long/MITK-2016.11
385c506f9792414f40337e106e13d5fd61aa3ccc
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
Modules/ImageStatistics/Testing/Data/neue Bilder/Hotspot_Case3.xml
liu3xing3long/MITK-2016.11
385c506f9792414f40337e106e13d5fd61aa3ccc
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
<testcase> <testimage image-rows="8" image-columns="8" image-slices="10" numberOfGaussians="1" spacingX="4" spacingY="4" spacingZ="3"> <gaussian centerIndexX="1" centerIndexY="2" centerIndexZ="3" deviationX="6" deviationY="8" deviationZ="6" altitude="82"/> </testimage> <roi maximumX="8" minimumX="0" maximumY="8" minimumY="0" maximumZ="10" minimumZ="0"/> <statistic peakIndexX="0" peakIndexY="0" peakIndexZ="1" peak="58.3829" peakOptimized="59.191" maximumIndexX="0" maximumIndexY="0" maximumIndexZ="1" maximum="78.3809" minimumIndexX="-1" minimumIndexY="-1" minimumIndexZ="1" minimum="43.7393"/> </testcase>
78.625
244
0.704293
1e85aafeb28c7d21788a6972f2a0a82774766f87
3,079
plist
XML
MixSeafoodDemo/MixSeafoodDemo/test.plist
ShayneChow/MixSeafoodDemo
1b472d5a1ab7615e545df44b91a9aa7c94c6a084
[ "MIT" ]
null
null
null
MixSeafoodDemo/MixSeafoodDemo/test.plist
ShayneChow/MixSeafoodDemo
1b472d5a1ab7615e545df44b91a9aa7c94c6a084
[ "MIT" ]
null
null
null
MixSeafoodDemo/MixSeafoodDemo/test.plist
ShayneChow/MixSeafoodDemo
1b472d5a1ab7615e545df44b91a9aa7c94c6a084
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <array> <dict> <key>title</key> <string>带你装逼,带你飞!</string> <key>image</key> <string>icon.png</string> <key>desc</key> <string>当需要开发者手动适配的时候,跟 iPhone 4 过渡到 iPhone 5 一样.在新程序中,指定一张新的启动图片。当指定了启动图,屏幕分辨率就已经变成应有的大小,这时候利用 AutoLayout 进行布局。</string> <key>url</key> <string>http://www.mixseafood.com/</string> <key>date</key> <string>2015-02-19</string> </dict> <dict> <key>title</key> <string>分店开业,惊喜不断。</string> <key>image</key> <string>food4.png</string> <key>desc</key> <string>接下来就定义一个KCStatusTableViewCell实现UITableViewCell,跟 iPhone 4 过渡到 iPhone 5 一样.在新程序中,指定一张新的启动图片。</string> <key>url</key> <string>http://www.mixseafood.com/</string> <key>date</key> <string>2015-02-10</string> </dict> <dict> <key>title</key> <string>2015,够重你就来!</string> <key>image</key> <string>food5.png</string> <key>desc</key> <string>在新程序中,指定一张新的启动图片。当指定了启动图,屏幕分辨率就已经变成应有的大小,这时候利用 AutoLayout 进行布局。</string> <key>url</key> <string>http://www.mixseafood.com/</string> <key>date</key> <string>2015-02-15</string> </dict> <dict> <key>title</key> <string>怎么能不新鲜?!</string> <key>image</key> <string>food1.png</string> <key>desc</key> <string>当需要开发者手动适配的时候,跟 iPhone 4 过渡到 iPhone 5 一样.在新程序中,指定一张新的启动图片。当指定了启动图,屏幕分辨率就已经变成应有的大小,这时候利用 AutoLayout 进行布局。</string> <key>url</key> <string>http://www.mixseafood.com/</string> <key>date</key> <string>2015-02-19</string> </dict> <dict> <key>title</key> <string>这又要选个什么标题呢</string> <key>image</key> <string>food2.png</string> <key>desc</key> <string>当需要开发者手动适配的时候,跟 iPhone 4 过渡到 iPhone 5 一样.在新程序中,指定一张新的启动图片。当指定了启动图,屏幕分辨率就已经变成应有的大小,这时候利用 AutoLayout 进行布局。</string> <key>url</key> <string>http://www.mixseafood.com/</string> <key>date</key> <string>2015-02-19</string> </dict> <dict> <key>title</key> <string>标题一定要非常非常的长长长长</string> <key>image</key> <string>food3.png</string> <key>desc</key> <string>当需要开发者手动适配的时候,跟 iPhone 4 过渡到 iPhone 5 一样.在新程序中,指定一张新的启动图片。当指定了启动图,屏幕分辨率就已经变成应有的大小,这时候利用 AutoLayout 进行布局。</string> <key>url</key> <string>http://www.mixseafood.com/</string> <key>date</key> <string>2015-02-28</string> </dict> <dict> <key>title</key> <string>come, go for it.</string> <key>image</key> <string>food4.png</string> <key>desc</key> <string>当需要开发者手动适配的时候,跟 iPhone 4 过渡到 iPhone 5 一样.在新程序中,指定一张新的启动图片。当指定了启动图,屏幕分辨率就已经变成应有的大小,这时候利用 AutoLayout 进行布局。</string> <key>url</key> <string>http://www.mixseafood.com/</string> <key>date</key> <string>2015-02-28</string> </dict> <dict> <key>title</key> <string>一二三四五六七八九十</string> <key>image</key> <string>food6.png</string> <key>desc</key> <string>当需要开发者手动适配的时候,跟 iPhone 4 过渡到 iPhone 5 一样.在新程序中,指定一张新的启动图片。当指定了启动图,屏幕分辨率就已经变成应有的大小,这时候利用 AutoLayout 进行布局。</string> <key>url</key> <string>http://www.mixseafood.com/</string> <key>date</key> <string>2015-03-03</string> </dict> </array> </plist>
29.893204
123
0.684963
69137595200275b8a31b970c3c5611737d401081
1,341
xml
XML
plaintext/1016.xml
ahueb/aseadexport
f28d2eafe849e4fdd2f9da5da5d8648bf2e5a776
[ "RSA-MD" ]
null
null
null
plaintext/1016.xml
ahueb/aseadexport
f28d2eafe849e4fdd2f9da5da5d8648bf2e5a776
[ "RSA-MD" ]
null
null
null
plaintext/1016.xml
ahueb/aseadexport
f28d2eafe849e4fdd2f9da5da5d8648bf2e5a776
[ "RSA-MD" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?>O.B467Archon Finding Aid Title O.B467UIS Archives/Special CollectionsArchives/Special Collections LIB 144One University Plaza, MS BRK 140Springfield, IL 62703-5407twood1@uis.eduURL: This finding aid was produced using ArchivesSpace on 2018-06-06 16:52:20 -0400.undother_unmapped English UIS Archives/Special Collections Betzig, Edward b. 1914: Memoir Betzig, Edward Williams, James D. O.B467 822 1.00 items Dummy Date Folder Scope and Contents INSTITUTE OF INTER-AMERICAN AFFAIRS COLLECTION Betzig, teacher and economist, discusses his work with foreign aid projects in Costa Rica, Guatemala, and Argentina; their economies, politics, conflicts and relations with the U.S.; social, environmental, and political problems; education, agriculture, and military; and their economic development. He also discusses teaching and writing in Panama and other parts of Latin America before joining the IIAA. 57 pp. Interview by James D. Williams, 1986 Donated by the Oral History Research Office, Columbia University, New York. RESTRICTED: May be read but not quoted, cited or photocopied. Conditions Governing Access RESTRICTED: May be read but not quoted, cited or photocopied.
37.25
414
0.732289
47c6bf3c76c36c0c9d6cd6452d3ffb4a7f0d2cf4
40,081
xml
XML
public/files/xml/9cdcfbdd52291343cc12468482a1813b52a440c5ts.xml
TitomirJ/sales-site
c9b14289a51d97fafa6c306b92a7f2d8fd20c57a
[ "MIT" ]
null
null
null
public/files/xml/9cdcfbdd52291343cc12468482a1813b52a440c5ts.xml
TitomirJ/sales-site
c9b14289a51d97fafa6c306b92a7f2d8fd20c57a
[ "MIT" ]
1
2021-01-06T01:50:33.000Z
2021-01-06T01:50:33.000Z
public/files/xml/9cdcfbdd52291343cc12468482a1813b52a440c5ts.xml
TitomirJ/sales-site
c9b14289a51d97fafa6c306b92a7f2d8fd20c57a
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE yml_catalog SYSTEM "shops.dtd"> <yml_catalog date="2020-03-25 22:31:48"> <shop> <name>Скай Трейд</name> <company>Скай Трейд</company> <url>https://bigsales.pro/</url> <currencies> <currency id="USD" rate="CB"/> <currency id="RUR" rate="CB"/> <currency id="UAH" rate="1"/> <currency id="BYN" rate="CB"/> <currency id="KZT" rate="CB"/> <currency id="EUR" rate="CB"/> </currencies> <categories> <category id="85500745" parentId="72037437">Столовые сервизы</category> <category id="85097991" parentId="80295128">Шарфы и платки</category> <category id="84995599" parentId="72845385">Различные наборы для детского творчества</category> <category id="84570245" parentId="71986249">Зеркала косметические</category> <category id="84471389" parentId="71670011">Наборы косметики по уходу</category> <category id="83809926" parentId="83809924">Велоаксессуары</category> <category id="83809924" parentId="22629089">Велосипеды, электровелосипеды и аксессуары</category> <category id="83809755" parentId="72037309">Средства по уходу за обувью</category> <category id="22629064">Товары для дома</category> <category id="22629063">Красота и здоровье</category> <category id="83612889" parentId="72037153">Мультиварки</category> <category id="83610426" parentId="73053514">Чайники для плиты</category> <category id="83610348" parentId="71018556">Термометры и щупы</category> <category id="83313314" parentId="72036672">Сетевые фильтры, адаптеры и удлинители</category> <category id="83299791" parentId="72036569">Термометры и гигрометры</category> <category id="83208224" parentId="71061994">Щетки и скребки</category> <category id="83208054" parentId="83208053">Устройства противоскольжения для колес</category> <category id="83208053" parentId="71061972">Техпомощь</category> <category id="83202571" parentId="71018556">Подставки, держатели</category> <category id="83201851" parentId="72343821">Ночники</category> <category id="82994966" parentId="71018556">Измельчители, прессы</category> <category id="82994322" parentId="72343821">Настольные лампы</category> <category id="82991922" parentId="82991921">Ершики</category> <category id="82991921" parentId="72036480">Аксессуары для детской посуды</category> <category id="82865051" parentId="82865048">Зубная щетка</category> <category id="82865048" parentId="71670011">Уход за полостью рта</category> <category id="82860617" parentId="71018556">Ручные соковыжималки</category> <category id="82535390" parentId="71018556">Поварские лопатки, ложки, вилки</category> <category id="82226633" parentId="82226590">Кулоны и подвески</category> <category id="82226590" parentId="71060348">Бижутерия</category> <category id="82226320" parentId="82226319">Пуфики</category> <category id="82226319" parentId="71044831">Кресла</category> <category id="82218912" parentId="72416632">Искусственные цветы</category> <category id="82176506" parentId="82176503">Товары для реабилитации и гигиены</category> <category id="82176503" parentId="71062423">Товары для людей с инвалидностью</category> <category id="72636034" parentId="71060121">Электрические пилки для ногтей</category> <category id="72635506" parentId="72430470">Многофункциональные инструменты</category> <category id="72634621" parentId="72634597">Мультиинструменты</category> <category id="72634592" parentId="71061973">Зеркала автомобильные</category> <category id="72634387" parentId="72343427">Степлеры,заклепочники</category> <category id="72634018" parentId="72304507">Медиаплееры</category> <category id="72594302" parentId="72371483">Ночники</category> <category id="72439910" parentId="71044784">Сковороды</category> <category id="72439477" parentId="71060792">Машинки, модели техники и оружие</category> <category id="72290344" parentId="72290339">Маски для лица</category> <category id="72290339" parentId="71670011">Уход за лицом</category> <category id="72067259" parentId="71064341">Кухонные принадлежности для специй и соусов</category> <category id="72066219" parentId="72066217">Наборы для бара</category> <category id="72066217" parentId="71018554">Посуда для бара и барный инвентарь</category> <category id="72038706" parentId="71062169">Спальные мешки</category> <category id="72037313" parentId="72037309">Аксессуары для обуви</category> <category id="71062540" parentId="71044831">Стулья, табуреты</category> <category id="71061970" parentId="71018556">Аксессуары для обработки мяса</category> <category id="71060352" parentId="71060350">Кошельки</category> <category id="71018554" parentId="22629064">Посуда</category> <category id="81231965" parentId="71018556">Лапшерезки и машинки для теста</category> <category id="81222610" parentId="71060562">Одеяла</category> <category id="80295136" parentId="80295128">Перчатки и варежки</category> <category id="80295128" parentId="71060348">Шапки, шарфы и перчатки</category> <category id="80294167" parentId="80294166">Меловые пленки</category> <category id="80294166" parentId="72416632">Интерьерные наклейки</category> <category id="80294018" parentId="72036569">Электрокамины</category> <category id="80293596" parentId="72037368">Новогодний декор на стол</category> <category id="80291559" parentId="72416632">Подсвечники</category> <category id="80052601" parentId="72343821">Светодиодные гирлянды</category> <category id="80051433" parentId="80051401">Искусственные елки</category> <category id="80051401" parentId="71986241">Искусственные сосны и ели</category> <category id="78060377" parentId="72594429">Настенные часы</category> <category id="78059826" parentId="72635567">Средства индивидуальной защиты</category> <category id="78058857" parentId="73053946">Пускозарядные устройства</category> <category id="76379905" parentId="73037654">Термобелье</category> <category id="22629069">Инструменты и автотовары</category> <category id="73053943" parentId="72343426">Автооборудование</category> <category id="72635568" parentId="72635567">Диски</category> <category id="72421329" parentId="71061972">Автокосметика</category> <category id="72416714" parentId="72291193">Дполнительные электроприборы в авто</category> <category id="72037425" parentId="72037423">Ароматизаторы в машину</category> <category id="71062553">Смартфоны, ТВ и электроника</category> <category id="22629065">Спорт и увлечения</category> <category id="73053446" parentId="71062021">Туристический инструмент и аксессуары</category> <category id="72361643" parentId="72341207">Санки и снегокаты</category> <category id="72036180" parentId="22629089">Дайвинг</category> <category id="71667570" parentId="71667567">Удилища</category> <category id="71062736" parentId="71062727">Орбитреки</category> <category id="71062730" parentId="71062727">Гребные тренажеры и степперы</category> <category id="71062585" parentId="71060261">Спортивные сумки и чехлы</category> <category id="22629066">Товары для детей</category> <category id="73036326" parentId="72845385">Наклейки, стикеры, тату</category> <category id="72955433" parentId="72845385">Лепка</category> <category id="72362204" parentId="71060792">Автомобильные треки</category> <category id="71060792" parentId="22629066">Детские игрушки</category> <category id="22629068">Дача, сад и огород</category> <category id="22629099" parentId="22629068">Садовый инвентарь</category> <category id="71060119">Бытовая техника, интерьер</category> <category id="73054188" parentId="72371481">Настольные лампы</category> <category id="72944218" parentId="72944216">Электрические конвекторы</category> <category id="72915700" parentId="72037153">Маринаторы</category> <category id="72915053" parentId="72037220">Масляные радиаторы</category> <category id="72634025" parentId="72435787">Швейная техника и аксессуары</category> <category id="72439886" parentId="72037153">Блендеры</category> <category id="72371481" parentId="71060119">Освещение интерьера</category> <category id="72066103" parentId="71964383">Генераторы льда</category> <category id="72037153" parentId="71086485">Техника для кухни</category> <category id="71086485" parentId="71060119">Мелкая бытовая техника</category> <category id="71060159" parentId="71060121">Косметические приборы</category> <category id="71060347">Одежда, обувь и аксессуары</category> <category id="73037797" parentId="73037737">Мужские носки</category> <category id="72635512" parentId="71896609">Женские джинсы, брюки, шорты</category> <category id="72345620" parentId="72345617">Аккумуляторы и батарейки</category> <category id="72304513" parentId="72304511">Крепления для телевизоров</category> <category id="72304511" parentId="72304507">Телевизоры и аксессуары</category> <category id="72304507" parentId="71062553">ТВ, Аудио/Видео, фото</category> <category id="72003252" parentId="71062553">Портативная техника</category> <category id="71085761">Сантехника и ремонт</category> <category id="73095940" parentId="72343821">Светодиодные светильники</category> <category id="72036531" parentId="72036529">Держатели для ванной комнаты</category> <category id="71085764" parentId="71085761">Сантехника, коплектующие и аксессуары для ванной</category> <category id="71893123">Канцтовары и книги</category> <category id="72036669">Компьютеры и ноутбуки</category> <category id="71986241">Подарки и товары для праздников</category> <category id="73053514" parentId="71018554">Посуда для чая и кофе</category> <category id="72956359" parentId="72741793">Ножки, ролики, опоры</category> <category id="72741798" parentId="72741796">Светильники для мебели</category> <category id="72741698" parentId="72037437">Столовые приборы</category> <category id="72421839" parentId="71984882">Инструменты для груминга</category> <category id="72417254" parentId="71044784">Кастрюли, ковши</category> <category id="72416633" parentId="72416632">Свечи</category> <category id="72416632" parentId="22629064">Декор для дома</category> <category id="72340698" parentId="72340697">Системы защиты от протечек и залива</category> <category id="72340697" parentId="72340695">Системы безопасности умного дома</category> <category id="72036517" parentId="71060562">Полотенца</category> <category id="72036115" parentId="71018556">Аксессуары для мытья посуды</category> <category id="72003111" parentId="71018556">Кондитерские принадлежности</category> <category id="72003070" parentId="71018556">Разделочные доски</category> <category id="71060027" parentId="71060024">Бра и настенные светильники</category> <category id="71059521" parentId="71018556">Другой кухонный инвентарь</category> <category id="71054809" parentId="22629064">Инвентарь для дома и офиса</category> <category id="71043969" parentId="71043964">Формы для выпечки</category> <category id="72956362" parentId="72956359">Ножки регулируемые</category> <category id="72741793" parentId="71044831">Мебельная фурнитура</category> <category id="72741796" parentId="72741793">Освещение для мебели</category> <category id="73090995" parentId="71044831">Мебель в прихожую</category> <category id="73036014" parentId="71044831">Тумбы и подставки для обуви</category> <category id="72955591" parentId="71044831">Садовая мебель</category> <category id="72435427" parentId="71044831">Компьютерные столы</category> <category id="72038252" parentId="71044831">Диваны</category> <category id="71044831" parentId="22629064">Мебель</category> <category id="73053530" parentId="73053514">Аксессуары для заваривания чая</category> <category id="72089397" parentId="72066217">Формы для льда</category> <category id="72634095" parentId="72066217">Штопоры и открывалки для бутылок</category> <category id="72037437" parentId="71018554">Сервировка стола</category> <category id="72439832" parentId="72037437">Чашки</category> <category id="72037444" parentId="72037437">Подносы, коврики и столики</category> <category id="71064341" parentId="71018554">Хранение продуктов</category> <category id="72864342" parentId="71064341">Банки и емкости</category> <category id="71064379" parentId="71064341">Термосы и бутылки</category> <category id="72003411" parentId="71064341">Пищевые контейнеры</category> <category id="71044784" parentId="71018554">Приготовление пищи</category> <category id="72845373" parentId="71044784">Наборы посуды для приготовления пищи</category> <category id="71044787" parentId="71044784">Крышки для посуды</category> <category id="71043995" parentId="71018554">Ножи, ножницы, топорики</category> <category id="71018512" parentId="71018511">Инструменты для уборки</category> <category id="71059114" parentId="71043995">Ножи кухонные</category> <category id="71043964" parentId="71018554">Посуда для духовок и микроволновок</category> <category id="71018556" parentId="71018554">Кухонные принадлежности</category> <category id="72847468" parentId="71018556">Овощечистки </category> <category id="72865223" parentId="71018556">Дуршлаги и сито</category> <category id="72913996" parentId="71018556">Отделители косточек</category> <category id="72743979" parentId="71018556">Мерная посуда</category> <category id="72416684" parentId="71018556">Консервные ножи и ключи</category> <category id="72037137" parentId="71018556">Кухонные наборы</category> <category id="71061568" parentId="71018556">Терки, овощерезки</category> <category id="71043980" parentId="71018556">Прихватки и подставки для посуды</category> <category id="71018558" parentId="71018556">Сушки и органайзеры для посуды</category> <category id="72003262" parentId="71018511">Хозяйственные товары</category> <category id="73079781" parentId="72003262">Антимоскитные сетки</category> <category id="72037092" parentId="72003262">Губки кухонные</category> <category id="72003265" parentId="72003262">Салфетки для уборки</category> <category id="72634059" parentId="71018512">Веники и щетки</category> <category id="72435636" parentId="71018512">Швабры</category> <category id="71964423" parentId="71018511">Хранение и организация пространства</category> <category id="72945825" parentId="71964423">Плечики</category> <category id="71979881" parentId="71964423">Органайзеры для хранения</category> <category id="72341237" parentId="72341235">Очки</category> <category id="72341239" parentId="72341237">Очки для чтения</category> <category id="72341235" parentId="22629063">Оптика</category> <category id="71670011" parentId="71087444">Косметика по уходу</category> <category id="71670030" parentId="71670019">Наборы по уходу за волосами</category> <category id="71670019" parentId="71670011">Уход за волосами</category> <category id="72036773" parentId="71670011">Уход за ногами</category> <category id="71087450" parentId="71087448">Декоративная косметика для лица</category> <category id="72422616" parentId="71087448">Декоративная косметика для губ</category> <category id="71087438" parentId="22629063">Косметика и парфюмерия</category> <category id="71087448" parentId="71087444">Декоративная косметика</category> <category id="71087444" parentId="71087438">Косметика</category> <category id="71964364" parentId="71087438">Аксессуары</category> <category id="71086377" parentId="71062423">Товары медицинского назначения</category> <category id="71086391" parentId="71086377">Аптечки, футляры, контейнеры</category> <category id="71062424" parentId="71062423">Ортопедические стельки</category> <category id="71062423" parentId="22629063">Аптека</category> <category id="73223068" parentId="72037153">Грили и электрошашлычницы</category> <category id="73223024" parentId="73223023">Лодки</category> <category id="73223023" parentId="71061998">Лодки и аксессуары</category> <category id="73095577" parentId="22629099">Теплицы</category> <category id="73092189" parentId="72037153">Блинницы</category> <category id="73091447" parentId="71062021">Бинокль</category> <category id="73090405" parentId="72037153">Кухонные комбайны</category> <category id="73084171" parentId="71060121">Весы напольные</category> <category id="73083705" parentId="73083692">Средства защиты от насекомых</category> <category id="73083692" parentId="72373616">Уличная зона</category> <category id="73082334" parentId="71060121">Трости и костыли</category> <category id="73081770" parentId="71964383">Стиральные машины</category> <category id="73081661" parentId="71062021">Туристическое гидрооборудование</category> <category id="73080865" parentId="71060348">Ремни и пояса</category> <category id="73072570" parentId="72037265">Ящики для игрушек</category> <category id="73036716" parentId="72037423">Органайзеры в машину</category> <category id="73036308" parentId="71062021">Треккинговые палки</category> <category id="73035496" parentId="72435787">Машинки для стрижки катышков</category> <category id="73030906" parentId="71060121">Тонометры</category> <category id="72987735" parentId="71060121">Термометры для тела</category> <category id="72955967" parentId="72037153">Сушилки для овощей и фруктов</category> <category id="72955797" parentId="72037153">Бутербродницы и вафельницы</category> <category id="72955767" parentId="71060121">Слуховые аппараты</category> <category id="72955595" parentId="71986241">Гаджеты и подарки</category> <category id="72955413" parentId="72291193">Видеорегистраторы</category> <category id="72955395" parentId="72036569">Увлажнители воздуха</category> <category id="72946803" parentId="72036569">Аксессуары к климатической технике</category> <category id="72946386" parentId="72037220">Микатермические обогреватели</category> <category id="72945961" parentId="71986245">Копилки</category> <category id="72945529" parentId="72439388">Аксессуары для видеонаблюдения</category> <category id="72944216" parentId="72037220">Конвекторы</category> <category id="72943597" parentId="72435787">Электросушилки для одежды и обуви</category> <category id="72923104" parentId="72923100">Уплотнитель для окон и дверей</category> <category id="72923100" parentId="72923054">Комплектующие для окон и дверей</category> <category id="72923054" parentId="72923052">Окна и двери</category> <category id="72923052" parentId="71085761">Строительные материалы</category> <category id="72922486" parentId="71086486">Аксессуары к медицинским приборам</category> <category id="72921716" parentId="72304511">3D и VR очки</category> <category id="72921296" parentId="71667567">Аксессуары для рыбалки</category> <category id="72916132" parentId="72037153">Йогуртницы и мороженицы</category> <category id="72879866" parentId="72879865">Электрические проточные водонагреватели</category> <category id="72879865" parentId="72036569">Водонагреватели</category> <category id="72879132" parentId="71060121">Эпиляторы</category> <category id="72872163" parentId="71054809">Сушки для одежды</category> <category id="72845763" parentId="72845430">Монтажные элементы</category> <category id="72845430" parentId="72343426">Электромонтажное оборудование</category> <category id="72845386" parentId="72845385">Рисование</category> <category id="72845385" parentId="71060795">Творчество</category> <category id="72821518" parentId="72430470">Краскопульты</category> <category id="72744834" parentId="71062169">Складная мебель</category> <category id="72742582" parentId="71062169">Мангалы, барбекю, гриль</category> <category id="72742502" parentId="71060121">Фены</category> <category id="72737854" parentId="72737852">Лопаты для уборки снега</category> <category id="72737852" parentId="22629068">Снегоуборочная техника и инвентарь</category> <category id="72635679" parentId="72036672">Подставки и столики для ноутбуков </category> <category id="72635567" parentId="72343426">Расходный материал к инструменту и пренадлежности</category> <category id="72635514" parentId="72635512">Женские леггинсы</category> <category id="72635473" parentId="72635468">Игровые манипуляторы и аксессуары для консолей</category> <category id="72635468" parentId="72635466">Товары для геймеров</category> <category id="72635466" parentId="72036669">Компьютерные комплектующие</category> <category id="72635290" parentId="72036480">Стерилизаторы и подогреватели</category> <category id="72635173" parentId="72343427">Инструменты для отделочных работ</category> <category id="72635168" parentId="71986245">Аксессуары для алкоголя и курения</category> <category id="72634597" parentId="71061998">Ножи и мультиинструменты</category> <category id="72634063" parentId="71062021">Аксессуары для раций</category> <category id="72634047" parentId="72036669">Проекторы</category> <category id="72634040" parentId="72439388">Видеодомофоны</category> <category id="72634027" parentId="72634025">Швейная техника</category> <category id="72633843" parentId="72304507">Видеокамеры</category> <category id="72633590" parentId="71062555">Смарт-часы</category> <category id="72633520" parentId="71060562">Скатерти и салфетки</category> <category id="72633295" parentId="22629068">Уличное освещение</category> <category id="72594544" parentId="72343427">Наборы инструментов</category> <category id="72594431" parentId="72594429">Настольные часы</category> <category id="72594429" parentId="22629064">Часы</category> <category id="72439478" parentId="72439477">Игрушечные машинки и техника</category> <category id="72439391" parentId="72439388">Комплекты сигнализаций</category> <category id="72439388" parentId="22629064">Системы охраны и безопасности</category> <category id="72438522" parentId="72435787">Пароочистители</category> <category id="72437571" parentId="72430470">Пилы и плиткорезы</category> <category id="72436469" parentId="72343427">Ключи, съемники</category> <category id="72436454" parentId="72436449">Аккумуляторные пылесосы</category> <category id="72436449" parentId="72435787">Пылесосы</category> <category id="72435965" parentId="72435787">Утюги и гладильные системы</category> <category id="72435787" parentId="71086485">Товары по уходу за домом и одеждой</category> <category id="72434665" parentId="71060792">Игрушки для пляжа, песочницы и ванной</category> <category id="72430474" parentId="72430470">Шуруповерты и электроотвертки</category> <category id="72430470" parentId="72343426">Инструменты</category> <category id="72416956" parentId="71060121">Электрические простыни и одеяла</category> <category id="72416716" parentId="72416714">Автомобильные пылесосы</category> <category id="72381345" parentId="72037265">Детская безопасность</category> <category id="72380637" parentId="71062021">Туристические грелки</category> <category id="72380629" parentId="71986245">Настольные игры</category> <category id="72373696" parentId="72373618">Средства для чистки ванн</category> <category id="72373618" parentId="72373616">Средства для уборки</category> <category id="72373616" parentId="22629064">Бытовая химия</category> <category id="72372486" parentId="72037153">Электрочайники</category> <category id="72372229" parentId="72372223">Световое оборудование</category> <category id="72372223" parentId="72304507">Музыкальные инструменты и оборудование</category> <category id="72371938" parentId="72341207">Сноуборды</category> <category id="72371483" parentId="72371481">Освещение для детской комнаты</category> <category id="72361810" parentId="72037153">Настольные плиты</category> <category id="72348072" parentId="72037153">Весы кухонные</category> <category id="72345617" parentId="72304507">Аксессуары для фото/видео</category> <category id="72343824" parentId="72343821">Лампы</category> <category id="72343821" parentId="71085761">Освещение</category> <category id="72343431" parentId="72343427">Отвертки</category> <category id="72343427" parentId="72343426">Ручной инструмент</category> <category id="72343426" parentId="22629069">Инструменты и оборудование</category> <category id="72343341" parentId="72037220">Тепловентиляторы</category> <category id="72341271" parentId="22629068">Садовый декор</category> <category id="72341255" parentId="71062555">Другие аксессуары</category> <category id="72341208" parentId="72341207">Ледоходы</category> <category id="72341207" parentId="22629089">Зимние виды спорта</category> <category id="72340695" parentId="22629064">Умный дом</category> <category id="72306769" parentId="72304511">ТВ-антенны и ресиверы</category> <category id="72306754" parentId="72036669">Графические планшеты</category> <category id="72306534" parentId="22629099">Садовые принадлежности</category> <category id="72305369" parentId="72305366">Игрушки для малышей</category> <category id="72305366" parentId="72036478">Игрушки для малышей, развитие, развлечения</category> <category id="72291195" parentId="72291193">Алкотестеры</category> <category id="72291193" parentId="71061972">Автоэлектроника</category> <category id="72290033" parentId="71060121">Фрезеры для маникюра и педикюра</category> <category id="72234603" parentId="72234583">Женские комнатные тапочки</category> <category id="72234583" parentId="72037309">Женская обувь</category> <category id="72234568" parentId="72234567">Мужские комнатные тапочки</category> <category id="72234567" parentId="72037309">Мужская обувь</category> <category id="72089390" parentId="71086486">Аксессуары для кухонной техники</category> <category id="72089382" parentId="72089381">Чудомобили, ходунки, качалки</category> <category id="72089381" parentId="22629066">Прогулки и активный отдых</category> <category id="72070209" parentId="71085792">Душевые гарнитуры</category> <category id="72068948" parentId="71054809">Мешки для стирки</category> <category id="72038731" parentId="71060121">Лампы для маникюра</category> <category id="72038723" parentId="71060121">Бандажи и корсеты</category> <category id="72038475" parentId="72036529">Дозаторы для мыла</category> <category id="72038247" parentId="72038246">Женские колье и кулоны</category> <category id="72038246" parentId="72038245">Колье/подвески</category> <category id="72038245" parentId="72038243">Элитная бижутерия</category> <category id="72038243" parentId="71060347">Ювелирные изделия</category> <category id="72038206" parentId="71060562">Декоративные игрушки</category> <category id="72038173" parentId="72038172">Подарочные пакеты</category> <category id="72038172" parentId="71986241">Подарочные упаковки</category> <category id="72037893" parentId="72037891">Наручные часы</category> <category id="72037891" parentId="71060119">Наручные и карманные часы</category> <category id="71896609" parentId="71060347">Одежда для женщин</category> <category id="71085794" parentId="71085792">Аэраторы для смесителей</category> <category id="71085792" parentId="71085764">Комплектующие</category> <category id="71064828" parentId="71062169">Термопродукция</category> <category id="71063550" parentId="71062437">Аксессуары для фитнеса</category> <category id="71062740" parentId="71062727">Шведские стенки и турники</category> <category id="71062738" parentId="71062727">Силовые тренажеры</category> <category id="71062735" parentId="71062727">Гантели, диски, грифы, замки</category> <category id="71062732" parentId="71062727">Велотренажеры</category> <category id="71062727" parentId="71060261">Тренажеры и спортивное оборудование</category> <category id="71062622" parentId="71060024">Светодиодная лента</category> <category id="71062576" parentId="71062555">Зарядные устройства</category> <category id="71062555" parentId="71062553">Аксессуары для мобильных телефонов и смартфонов</category> <category id="71062550" parentId="71054809">Вазоны</category> <category id="71062438" parentId="71062437">Пояса и перчатки для фитнеса</category> <category id="71062437" parentId="22629089">Фитнес и аэробика</category> <category id="71062335" parentId="71062169">Туристические коврики</category> <category id="71062169" parentId="71061998">Туризм и кемпинг</category> <category id="71062036" parentId="71054809">Уход и хранение одежды и обуви</category> <category id="71062023" parentId="71062021">Фонари и аксессуары</category> <category id="71062021" parentId="71061998">Аксессуары для активного отдыха и туризма</category> <category id="71061998" parentId="22629065">Активный отдых, туризм и хобби</category> <category id="71061994" parentId="71061973">Автопринадлежности</category> <category id="71061973" parentId="71061972">Автоаксессуары</category> <category id="71061972" parentId="22629069">Автотовары</category> <category id="71061967" parentId="71060121">Массажеры</category> <category id="71061965" parentId="71060121">Приборы для укладки волос</category> <category id="71061937" parentId="71060119">Прочая мелкая бытовая техника</category> <category id="71060795" parentId="71060792">Развитие и творчество</category> <category id="71060577" parentId="71060562">Подушки</category> <category id="73054464" parentId="72037368">Новогодний уличный декор</category> <category id="73054450" parentId="72036529">Полки в ванную</category> <category id="73054206" parentId="72036529">Сифоны</category> <category id="73053948" parentId="73053946">Автокомпрессоры</category> <category id="73053946" parentId="71061972">Автооборудование</category> <category id="73053767" parentId="71060562">Наволочки</category> <category id="73053597" parentId="72037153">Кофеварки</category> <category id="73053283" parentId="71062021">Посуда для отдыха и туризма</category> <category id="73037737" parentId="73037654">Мужские носки и гетры</category> <category id="73037654" parentId="71060347">Одежда для мужчин</category> <category id="71060562" parentId="22629064">Домашний текстиль</category> <category id="71060384" parentId="71060121">Машинки для стрижки и триммеры</category> <category id="71060350" parentId="71060348">Кошельки и портмоне</category> <category id="71060348" parentId="71060347">Сумки и аксессуары</category> <category id="71060277" parentId="71060261">Спортивные бандажи, фиксаторы, напульсники</category> <category id="71060261" parentId="22629089">Спортивные аксессуары</category> <category id="71060121" parentId="71060119">Красота, здоровье, уход</category> <category id="71060024" parentId="71054809">Освещение интерьера</category> <category id="71059142" parentId="71043995">Мусаты и точилки для ножей</category> <category id="71018511" parentId="22629064">Хозяйственный инвентарь</category> <category id="71018503" parentId="22629099">Ручной садовый инструмент</category> <category id="71018470" parentId="22629099">Опрыскиватели</category> <category id="71018438" parentId="71018437">Шланги</category> <category id="71018437" parentId="22629068">Системы полива</category> <category id="72037423" parentId="71061973">Интерьер автомобиля</category> <category id="72037414" parentId="72036299">Сумки</category> <category id="72037369" parentId="72037368">Новогодний декор для интерьера</category> <category id="72037368" parentId="71986241">Новогодний декор</category> <category id="72037359" parentId="71062555">Моноподы для селфи и аксессуары</category> <category id="72037309" parentId="71060347">Обувь</category> <category id="72037266" parentId="72037265">Игрушки-ночники</category> <category id="72037265" parentId="22629066">Детская комната</category> <category id="72037223" parentId="72037220">Инфракрасные обогреватели</category> <category id="72037220" parentId="72036569">Обогреватели</category> <category id="72037162" parentId="71062169">Аксессуары для мангалов, барбекю, грилей</category> <category id="72037156" parentId="72037153">Кофемолки</category> <category id="72036782" parentId="71043995">Ножницы кухонные</category> <category id="72036673" parentId="72036672">Аксессуары для ноутбуков</category> <category id="72036672" parentId="72036669">Аксессуары для ноутбуков и ПК</category> <category id="72036570" parentId="72036569">Вентиляторы</category> <category id="72036569" parentId="71060119">Климатическая техника</category> <category id="72036529" parentId="71085764">Аксессуары для ванной</category> <category id="72036498" parentId="71062021">Наборы для пикника</category> <category id="72036482" parentId="72036480">Детская посуда</category> <category id="72036480" parentId="72036478">Питание и кормление</category> <category id="72036478" parentId="22629066">Для самых маленьких</category> <category id="72036307" parentId="71060795">Интерактивные игрушки</category> <category id="72036301" parentId="72036299">Рюкзаки</category> <category id="72036299" parentId="71060348">Сумки и рюкзаки</category> <category id="72036219" parentId="71060562">Постельное белье</category> <category id="72036182" parentId="72036180">Маски для дайвинга</category> <category id="72035618" parentId="71062555">Держатели</category> <category id="72003253" parentId="72003252">Смарт-часы и фитнес-браслеты</category> <category id="72003052" parentId="71061973">Чехлы для автомобиля</category> <category id="71988061" parentId="71062555">Чехлы</category> <category id="71987449" parentId="71060348">Зонты</category> <category id="71986471" parentId="71062169">Дорожные сумки и чемоданы</category> <category id="71986451" parentId="71986383">Детские автокресла</category> <category id="71986383" parentId="22629066">Коляски и автокресла</category> <category id="71986253" parentId="71986249">Головоломки, антистрессы</category> <category id="71986249" parentId="71986245">Персональные аксессуары</category> <category id="71986245" parentId="71986241">Сувенирная продукция</category> <category id="71984889" parentId="71984886">Ошейники</category> <category id="71984886" parentId="71984882">Амуниция, аксессуары и одежда для животных</category> <category id="71984882" parentId="22629064">Зоотовары</category> <category id="71981100" parentId="71981098">Женские теплые жилеты</category> <category id="71981098" parentId="71896609">Женская верхняя одежда</category> <category id="71964386" parentId="71964383">Аксессуары к кбт</category> <category id="71964383" parentId="71060119">Крупная бытовая техника</category> <category id="71963056" parentId="71062169">Надувная мебель и аксессуары</category> <category id="71962859" parentId="71962857">Форма для бокса и единоборств</category> <category id="71962857" parentId="22629089">Бокс и единоборства</category> <category id="71962849" parentId="71896609">Женские чулочно-носочные изделия</category> <category id="71896610" parentId="71896609">Нижнее белье</category> <category id="71896038" parentId="71060562">Пледы</category> <category id="71893125" parentId="71893123">Пеналы школьные</category> <category id="71667567" parentId="71061998">Рыбалка</category> <category id="71086495" parentId="71086486">Аксессуары к товарам по уходу за телом</category> <category id="71086486" parentId="71086485">Аксессуары для мелкой бытовой техники</category> <category id="22629089" parentId="22629065">Спортивные товары</category> <category id="24925122" parentId="22629066">Конструкторы</category> </categories> <offers> <offer available="true" id="603805674"> <price>332</price> <currencyId>UAH</currencyId> <categoryId>71018470</categoryId> <picture>https://images.ua.prom.st/951111179_opryskivatel-forte-op-5.jpg</picture> <picture>https://images.ua.prom.st/951111180_opryskivatel-forte-op-5.jpg</picture> <picture>https://images.ua.prom.st/951111181_opryskivatel-forte-op-5.jpg</picture> <picture>https://images.ua.prom.st/951111182_opryskivatel-forte-op-5.jpg</picture> <picture>https://images.ua.prom.st/951111183_opryskivatel-forte-op-5.jpg</picture> <name>Опрыскиватель Форте Оп-5</name> <vendor>Supretto</vendor> <vendorCode>47610002</vendorCode> <description><![CDATA[<span style="color:rgb(68, 68, 68);font-size:12px"></span> <p style=""><span style="color:rgb(68, 68, 68);font-size:12px"></span></p> <p>Опрыскиватель Форте Оп-5 предназначен для распыления химических и лекарственных веществ над растениями. Помповый насос, нагнетающий необходимое давление всего за несколько качков, обеспечивает быстрое приготовление устройства к работе. В качестве распылительной системы в данной модели используется специальный шланг с телескопической трубкой и сменными соплами, позволяющей с комфортом обрабатывать не только наземные растения, но и кроны деревьев. Основным элементом помпового опрыскивателя Форте Оп-5 является вместительный 5-литровый бак, обладающий высокими показателями стойкости против износа и влияния ультрафиолетового излучения. Обладая небольшим весом, мощным насосом и высоким уровнем эргономичности - этот распылитель даст вам прекрасную возможность добиться высокой производительности работы, не тратя при этом лишних усилий.</p> <p>&nbsp;</p> <p>&nbsp;</p> <p><b>Технические характеристики:</b></p> <p>&nbsp;</p> <ul> <li>Тип: ручной опрыскиватель;</li> <li>Материал: пластик;</li> <li>Параметры: 41х18 см;</li> <li>Объем бака: 5 л;</li> <li>Телескопическая распылительная трубка;</li> <li>Рабочее давление: 3 бар;</li> <li>Цвет: красный;</li> <li>Длина распылительной трубки: 42 см;</li> <li>Вес: 1.2 кг.</li> </ul> <p>&nbsp;</p> <p><b>Комплектация</b>: опрыскиватель, инструкция на английском языке.</p> ]]></description> <param name="Тип опрыскивателя">Ручной</param> <param name="Способ транспортировки опрыскивателя">Плечевой (на плече)</param> <param name="Объем бака">5.0</param> <param name="Длина распылительной трубки">42.0</param> <param name="Общий вес">1.2</param> <param name="Источник питания">Механический</param> <param name="Цвет">Красный</param> <param name="Состояние">Новое</param> <param name="Тип насоса"></param> <param name="Гарантия">14 дней</param> </offer> <offer available="true" id="1013058357"> <price>499</price> <currencyId>UAH</currencyId> <categoryId>71979881</categoryId> <picture>https://images.ua.prom.st/1902125055_portativnyj-shkaf-organajzer-1.jpg</picture> <picture>https://images.ua.prom.st/1902124842_portativnyj-shkaf-organajzer-1.jpg</picture> <name>Портативный шкаф-органайзер (1 секция), синий</name> <vendor>Supretto</vendor> <vendorCode>45060005</vendorCode> <description><![CDATA[<p>Этот складной шкаф легко собирается и разбирается, занимая минимум места в Вашей квартире или на даче. Понятно, что приобретать обычный шкаф временно (выезд на дачу, проживание на съёмной квартире) не имеет смысла. Также, его по достоинству оценят студенты, проживающие в общежитиях.</p> <p>Шкаф с тканевым чехлом ничуть не уступает по вместительности любому другому дорогостоящему шкафу. Он является прекрасным сочетанием оптимальной цены и качества. Надежная, и в тоже время, простая конструкция этого шкафа позволяет использовать его повсеместно. Основными преимуществами сборного шкафа являются его небольшие габариты в сложенном и разложенном виде, легкие по весу материалы, удобство сборки.</p> <p>Легко собирается и переносится с места на место. Защищает Ваши вещи, обувь и аксессуары от пыли.&nbsp;Основными преимуществами сборного шкафа являются его небольшие габариты в сложенном и разложенном виде, легкие по весу материалы, удобство сборки.</p> <h3><strong>Преимущества:</strong></h3> <ul> <li><span style="font-size:11.0pt;color:windowtext">Поставляется в плоской упаковке и может быть легко собрана и отлично подходит для экономии пространства</span><span style="font-size:11.0pt;color:windowtext">;</span></li> <li><span style="font-size:11.0pt;color:windowtext">Одежда может быть подвешен на рельсе, или составлен на одной из полок;</span></li> <li><span style="font-size:11.0pt;color:windowtext">Двери шкафа могут быть в свернутом или развернутом состоянии;</span></li> <li><span style="font-size:11.0pt;color:windowtext">Ткань изготовлена из экологически чистых материалов, легкая и дышащая;</span></li> <li><span style="font-size:11.0pt;color:windowtext">Для того чтобы собрать шкаф хватит 10-15 минут. Не нужно никаких инструментов!</span></li> </ul> <h3>&nbsp;</h3> <p>Характеристики:</p> <p>&nbsp;</p> <ul> <li>Материал: ткань;</li> <li>Параметры (Д/Ш/В):&nbsp;72х43х160 см;</li> <li>Цвет: &nbsp;синий;</li> <li>Вес: 2.5 кг.</li> </ul> <p>&nbsp;</p> <p>Комплектация: шкаф, инструкция по сборке.&nbsp;</p> <p>&nbsp;</p> ]]></description> <param name="Назначение">Для одежды</param> <param name="Материал">Полиэстер</param> <param name="Количество отделений">1</param> <param name="Ширина">43.0</param> <param name="Высота">160.0</param> <param name="Цвет">Синий</param> <param name="Длина">72.0</param> </offer> </offers> </shop> </yml_catalog>
69.105172
846
0.785784
2f5cc1c9ca3c4b7208d4a169d4855dda25ba5f75
5,301
xml
XML
pom.xml
bluematador/bluematador-metrics-client-java
e03c18a3039fba6f2ee1c5ded9207a1999c1fd8e
[ "MIT" ]
null
null
null
pom.xml
bluematador/bluematador-metrics-client-java
e03c18a3039fba6f2ee1c5ded9207a1999c1fd8e
[ "MIT" ]
5
2020-07-07T15:57:10.000Z
2022-01-04T16:40:32.000Z
pom.xml
bluematador/bluematador-metrics-client-java
e03c18a3039fba6f2ee1c5ded9207a1999c1fd8e
[ "MIT" ]
null
null
null
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.bluematador.maven</groupId> <artifactId>blue-matadador-metrics-client</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>blue-matadador-metrics-client</name> <description>blue-matadador-metrics-client allows users to send arbitrary StatsD-style metrics to their Blue Matador account</description> <url>https://github.com/bluematador/bluematador-metrics-client-java</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/bluematador/bluematador-metrics-client-java/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Hunter Davis</name> <email>hunter@bluematador.com</email> <url>https://github.com/hunterdavis730</url> </developer> <developer> <name>Keilan Jackson</name> <email>keilan@bluematador.com</email> <url>https://github.com/krjackso</url> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.datadoghq</groupId> <artifactId>java-dogstatsd-client</artifactId> <version>2.10.1</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.13.0</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.13.2</version> </dependency> </dependencies> <!-- maven instructions here https://dzone.com/articles/publish-your-artifacts-to-maven-central --> <!-- travis/maven/gpg tutorial https://bpodgursky.com/2019/07/31/using-travisci-to-deploy-to-maven-central-via-git-tagging-aka-death-to-commit-clutter/ --> <profiles> <profile> <id>publish</id> <build> <plugins> <plugin> <artifactId>maven-source-plugin</artifactId> <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <id>attach-javadocs</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.8</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </profile> </profiles> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> </distributionManagement> <scm> <connection>scm:git:git://github.com/bluematador/bluematador-metrics-client-java.git</connection> <developerConnection>scm:git:git@github.com:dexecutor/dexecutor.git</developerConnection> <url>https://github.com/bluematador/bluematador-metrics-client-java</url> <tag>v0.0.1</tag> </scm> </project>
32.127273
157
0.601396
a5425dbbe8495f6d36edbb09a064c7d2bfd025b3
482
xml
XML
app/src/qa/res/values/strings_services.xml
habitio/habit-whitelabel-app-android
57174e1ca5e0d72ebc01d0750e278fc493b44e42
[ "MIT" ]
null
null
null
app/src/qa/res/values/strings_services.xml
habitio/habit-whitelabel-app-android
57174e1ca5e0d72ebc01d0750e278fc493b44e42
[ "MIT" ]
null
null
null
app/src/qa/res/values/strings_services.xml
habitio/habit-whitelabel-app-android
57174e1ca5e0d72ebc01d0750e278fc493b44e42
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> <string name="workers_url">https://site.staging.muzzley.com/worker-editor-v3/</string> <string name="site_url">https://site.staging.muzzley.com</string> <string name="fibaro_smoke_profile_id">5e114892-bb34-11e7-b536-6e8e8fac3ec8</string> <string name="api_base_url">https://api.platform.qa.muzzley.com</string> </resources>
40.166667
90
0.728216
2fb0679efe18f69c8debe3185eb040fe5b7ca04b
640
xml
XML
docs/toc/T_DevCase_Core_DateAndTime_TimeMeasurer.xml
ElektroStudios/DevCase.github.io
f5f20531f8e16047ac67eeb771224fb25869fe88
[ "MIT" ]
1
2020-11-30T14:00:02.000Z
2020-11-30T14:00:02.000Z
docs/toc/T_DevCase_Core_DateAndTime_TimeMeasurer.xml
ElektroStudios/DevCase.github.io
f5f20531f8e16047ac67eeb771224fb25869fe88
[ "MIT" ]
null
null
null
docs/toc/T_DevCase_Core_DateAndTime_TimeMeasurer.xml
ElektroStudios/DevCase.github.io
f5f20531f8e16047ac67eeb771224fb25869fe88
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?><HelpTOCNode Title="TimeMeasurer Class" Url="html/T_DevCase_Core_DateAndTime_TimeMeasurer.htm"><HelpTOCNode Title="TimeMeasurer Constructor " Url="html/M_DevCase_Core_DateAndTime_TimeMeasurer__ctor.htm" /><HelpTOCNode Title="TimeMeasurer Properties" Url="html/Properties_T_DevCase_Core_DateAndTime_TimeMeasurer.htm" HasChildren="true" /><HelpTOCNode Title="TimeMeasurer Methods" Url="html/Methods_T_DevCase_Core_DateAndTime_TimeMeasurer.htm" HasChildren="true" /><HelpTOCNode Title="TimeMeasurer Events" Url="html/Events_T_DevCase_Core_DateAndTime_TimeMeasurer.htm" HasChildren="true" /></HelpTOCNode>
640
640
0.8375
b3bf462c44d989590ddb62fd2dad532be87fdfdc
168,944
xml
XML
dataGen/IfcSampler/Xbim.Common.xml
ranjeethmahankali/BIMToVec
852e2508c547d5da47b1a2132f7310b3123e211d
[ "Apache-2.0" ]
null
null
null
dataGen/IfcSampler/Xbim.Common.xml
ranjeethmahankali/BIMToVec
852e2508c547d5da47b1a2132f7310b3123e211d
[ "Apache-2.0" ]
null
null
null
dataGen/IfcSampler/Xbim.Common.xml
ranjeethmahankali/BIMToVec
852e2508c547d5da47b1a2132f7310b3123e211d
[ "Apache-2.0" ]
1
2019-02-17T14:43:25.000Z
2019-02-17T14:43:25.000Z
<?xml version="1.0"?> <doc> <assembly> <name>Xbim.Common</name> </assembly> <members> <member name="M:Xbim.Common.Collections.ItemSet`1.GetAt(System.Int32)"> <summary> This function makes it possible to add nested lists if this is the case. It works like InsertAt is the object doesn't exist already. You cannot create lists with wholes. </summary> <param name="index">Index of the object</param> <returns>Object at specified index. If it is a nested list and it doesn't exist it gets created.</returns> </member> <member name="M:Xbim.Common.Exceptions.ExceptionExtensions.ErrorStack(System.Exception,System.String)"> <summary> Returns a list of indented strings for each error in the exception </summary> </member> <member name="T:Xbim.Common.Exceptions.XbimException"> <summary> Represents an error that occurred within the XBIM application </summary> </member> <member name="M:Xbim.Common.Exceptions.XbimException.#ctor"> <summary> Initializes a new instance of the <see cref="T:Xbim.Common.Exceptions.XbimException"/> class. </summary> </member> <member name="M:Xbim.Common.Exceptions.XbimException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Xbim.Common.Exceptions.XbimException"/> class. </summary> <param name="message">The message.</param> </member> <member name="M:Xbim.Common.Exceptions.XbimException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:Xbim.Common.Exceptions.XbimException"/> class. </summary> <param name="message">The message.</param> <param name="inner">The inner <see cref="T:System.Exception"/>.</param> </member> <member name="T:Xbim.Common.Exceptions.XbimGeometryException"> <summary> Represents an error that occurrs while processing geometry for a model file. </summary> </member> <member name="M:Xbim.Common.Exceptions.XbimGeometryException.#ctor"> <summary> Initializes a new instance of the <see cref="T:Xbim.Common.Exceptions.XbimGeometryException"/> class. </summary> </member> <member name="M:Xbim.Common.Exceptions.XbimGeometryException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Xbim.Common.Exceptions.XbimGeometryException"/> class. </summary> <param name="message">The message.</param> </member> <member name="M:Xbim.Common.Exceptions.XbimGeometryException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:Xbim.Common.Exceptions.XbimGeometryException"/> class. </summary> <param name="message">The message.</param> <param name="inner">The inner <see cref="T:System.Exception"/>.</param> </member> <member name="T:Xbim.Common.Exceptions.XbimParserException"> <summary> Represents an error that occurrs while parsing a model file. </summary> </member> <member name="M:Xbim.Common.Exceptions.XbimParserException.#ctor"> <summary> Initializes a new instance of the <see cref="T:Xbim.Common.Exceptions.XbimParserException"/> class. </summary> </member> <member name="M:Xbim.Common.Exceptions.XbimParserException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Xbim.Common.Exceptions.XbimParserException"/> class. </summary> <param name="message">The message.</param> </member> <member name="M:Xbim.Common.Exceptions.XbimParserException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:Xbim.Common.Exceptions.XbimParserException"/> class. </summary> <param name="message">The message.</param> <param name="inner">The inner <see cref="T:System.Exception"/>.</param> </member> <member name="P:Xbim.Common.Federation.FederatedModelInstances.Item(Xbim.Common.XbimInstanceHandle)"> <summary> Returns the instance that corresponds to this handle </summary> <param name="handle"></param> <returns></returns> </member> <member name="P:Xbim.Common.Federation.IReferencedModel.Identifier"> <summary> Returns the unique identifier for this reference within the scope of the referencing model. </summary> </member> <member name="P:Xbim.Common.Federation.IReferencedModel.Name"> <summary> Mostly URI of the federated model so that when this is serialized it can be used to reopen the federation </summary> </member> <member name="P:Xbim.Common.Federation.IReferencedModel.Role"> <summary> The role of the organisation that created this model, i.e. Architect, Engineer etc </summary> </member> <member name="P:Xbim.Common.Federation.IReferencedModel.OwningOrganisation"> <summary> The name of the organisation that created and owns this model </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimSurface.ToBRep"> <summary> Converts the object to a string in BRep format </summary> </member> <member name="P:Xbim.Common.Geometry.IGeometryStoreReader.ShapeInstances"> <summary> Returns an enumerable of all the shape instances in the store </summary> </member> <member name="M:Xbim.Common.Geometry.IGeometryStoreReader.ShapeInstancesOfContext(System.Int32)"> <summary> Returns an enumerable of all the shape instances in the store with the specified context Id </summary> </member> <member name="P:Xbim.Common.Geometry.IGeometryStoreReader.ShapeGeometries"> <summary> Returns an enumerable of all the shape geometries in the store </summary> </member> <member name="M:Xbim.Common.Geometry.IGeometryStoreReader.ShapeGeometry(System.Int32)"> <summary> Returns the shape geometry of the specifed geometry Id </summary> <param name="shapeGeometryLabel"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.IGeometryStoreReader.ShapeGeometryOfInstance(Xbim.Common.Geometry.XbimShapeInstance)"> <summary> Returns the geometry of the specified instance </summary> <param name="shapeInstance"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.IGeometryStoreReader.ShapeInstancesOfEntity(Xbim.Common.IPersistEntity)"> <summary> Returns an enumerable of all the shape instances in the store for the specified entity </summary> <param name="entity"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.IGeometryStoreReader.ShapeInstancesOfStyle(System.Int32)"> <summary> Returns an enumerable of all the shape instances in the store for the specified style </summary> <param name="styleLabel">The identifier of the required style</param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.IGeometryStoreReader.ShapeInstancesOfGeometry(System.Int32)"> <summary> Returns an enumerable of all the shape instances in the store with the specified geometry </summary> <param name="geometryLabel"></param> <returns></returns> </member> <member name="P:Xbim.Common.Geometry.IGeometryStoreReader.StyleIds"> <summary> Returns a unique set of all the style IDs of the all the shape instances in the store </summary> <param name="??"></param> <returns></returns> </member> <member name="P:Xbim.Common.Geometry.IGeometryStoreReader.ContextRegions"> <summary> Returns the region collection for the store </summary> </member> <member name="P:Xbim.Common.Geometry.IGeometryStoreReader.ContextIds"> <summary> Returns an eumerable of all the unique context ids in the store </summary> </member> <member name="P:Xbim.Common.Geometry.XbimDimensionalExponents.LengthExponent"> <summary> The power of the length base quantity. </summary> </member> <member name="P:Xbim.Common.Geometry.XbimDimensionalExponents.MassExponent"> <summary> The power of the mass base quantity. </summary> </member> <member name="P:Xbim.Common.Geometry.XbimDimensionalExponents.TimeExponent"> <summary> The power of the time base quantity. </summary> </member> <member name="P:Xbim.Common.Geometry.XbimDimensionalExponents.ElectricCurrentExponent"> <summary> The power of the electric current base quantity. </summary> </member> <member name="P:Xbim.Common.Geometry.XbimDimensionalExponents.ThermodynamicTemperatureExponent"> <summary> The power of the thermodynamic temperature base quantity. </summary> </member> <member name="P:Xbim.Common.Geometry.XbimDimensionalExponents.AmountOfSubstanceExponent"> <summary> The power of the amount of substance base quantity. </summary> </member> <member name="P:Xbim.Common.Geometry.XbimDimensionalExponents.LuminousIntensityExponent"> <summary> The power of the luminous longensity base quantity. </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeGeometryData.ShapeLabel"> <summary> The unique label of this shape instance </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeGeometryData.IfcShapeLabel"> <summary> The label of the IFC object that defines this shape </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeGeometryData.GeometryHash"> <summary> Hash of the shape Geometry, based on the IFC representation, this is not unique </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeGeometryData.Cost"> <summary> The cost of this shape in bytes </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeGeometryData.ReferenceCount"> <summary> The number of references to this shape </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeGeometryData.LOD"> <summary> The level of detail or development that the shape is suited for </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeGeometryData.Format"> <summary> The format in which the shape data is represented, i.e. triangular mesh, polygon, opencascade </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeGeometryData.BoundingBox"> <summary> The bounding box of this instance in world coordinates, it has been transformed to the correct location </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeGeometryData.ShapeDataCompressed"> <summary> The geometry data defining the shape in zip compression </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeGeometryData.ShapeData"> <summary> The geometry data defining the shape in uncompressed format </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeInstanceData.InstanceLabel"> <summary> The unique label of this shape instance </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeInstanceData.IfcTypeId"> <summary> The IFC type of the product this instance represents </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeInstanceData.IfcProductLabel"> <summary> The label of the IFC Product object that this instance fully or partly defines </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeInstanceData.StyleLabel"> <summary> The style that this shape is presented in when it overrides the shape style </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeInstanceData.ShapeGeometryLabel"> <summary> The id of the shape geometry that this is an instance of </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeInstanceData.RepresentationContext"> <summary> The label of the IFC representation context of this instance </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeInstanceData.RepresentationType"> <summary> What type of representation, typically this is how the shape has been generated, i.e. openings have been applied or not applied </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeInstanceData.Transformation"> <summary> The transformation to be applied to shape to place it in the world coordinates </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShapeInstanceData.BoundingBox"> <summary> The bounding box of this instance, does not require tranformation to place in world coordinates </summary> </member> <member name="M:Xbim.Common.Geometry.IGeometryStore.BeginInit"> <summary> Clears the store of any existing geometries and prepares for an update </summary> <returns>A Transaction for bulk addition of geometries, prevents update by other processes, if null an Initialisation is in process already or the owning model is not available for write operations </returns> </member> <member name="M:Xbim.Common.Geometry.IGeometryStore.BeginRead"> <summary> Returns a reader for accessing geometry in the store, nb this is a disposable and should be used in using{} context </summary> </member> <member name="M:Xbim.Common.Geometry.IGeometryStoreInitialiser.AddShapeGeometry(Xbim.Common.Geometry.XbimShapeGeometry)"> <summary> Adds a shape geometry to the store under transaction </summary> <param name="shapeGeometry"></param> <returns>Returns the ID of the shape geometry</returns> </member> <member name="M:Xbim.Common.Geometry.IGeometryStoreInitialiser.AddShapeInstance(Xbim.Common.Geometry.XbimShapeInstance,System.Int32)"> <summary> Adds a shape instance to the store under transaction </summary> <param name="shapeInstance">The shape instance data</param> <param name="geometryId">the Id of the geometry shape, must be obtained from AddShapeGeometry</param> <returns>return the Id of the shape instance</returns> </member> <member name="M:Xbim.Common.Geometry.IGeometryStoreInitialiser.AddRegions(Xbim.Common.Geometry.XbimRegionCollection)"> <summary> Adds a collection of geometric regions to the store, this groups geometries into major spatial collection areas </summary> <param name="regions"></param> <returns>the unique Id of the region collection</returns> </member> <member name="M:Xbim.Common.Geometry.IGeometryStoreInitialiser.Commit"> <summary> Finalises an initialisation and flushes all operations to the store, the transaction must have been obtained from BeginInit </summary> </member> <member name="T:Xbim.Common.Geometry.XbimRegion"> <summary> Used in the clustering analysis of elements the model. </summary> </member> <member name="F:Xbim.Common.Geometry.XbimRegionCollection.ContextLabel"> <summary> The IFC label of the geometric represenation context this region represents </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeGeometryHandle._contextHandle"> <summary> The 3D model context that contains this shape geometry </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeGeometryHandle._shapeLabel"> <summary> The unique label of this shape geometry </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeGeometryHandle._referenceCount"> <summary> The number of references to this shape geoemetry </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometryHandle.Context"> <summary> The 3D model context that contains this shape geometry </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometryHandle.ShapeLabel"> <summary> The unique label of this shape geometry </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometryHandle.ReferenceCount"> <summary> The number of references to this shape </summary> </member> <member name="T:Xbim.Common.Geometry.XbimShapeGeometry"> <summary> A basic shape geoemetry, note this is independent of placement and not specific to any product </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeGeometry._shapeLabel"> <summary> The unique label of this shape geometry </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeGeometry._ifcShapeLabel"> <summary> The label of the IFC object that defines this shape </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeGeometry._geometryHash"> <summary> Hash of the shape Geometry, based on the IFC representation, this is not unique </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeGeometry._referenceCount"> <summary> The number of references to this shape </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeGeometry._format"> <summary> The format in which the shape data is represented, i.e. triangular mesh, polygon, opencascade </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeGeometry._boundingBox"> <summary> The bounding box of this instance, requires tranformation to place in world coordinates </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeGeometry._shapeData"> <summary> The geometry data defining the shape </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.ShapeLabel"> <summary> The unique label of this shape geometry </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.IfcShapeLabel"> <summary> The label of the IFC object that defines this shape </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.GeometryHash"> <summary> Hash of the shape Geometry, based on the IFC representation, this is not unique </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.Cost"> <summary> The cost in bytes of this shape </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.ReferenceCount"> <summary> The number of references to this shape </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.LOD"> <summary> The level of detail or development that the shape is suited for </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.Format"> <summary> The format in which the shape data is represented, i.e. triangular mesh, polygon, opencascade </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.Xbim#Common#Geometry#IXbimShapeGeometryData#Format"> <summary> The format in which the shape data is represented, i.e. triangular mesh, polygon, opencascade as a byte </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.BoundingBox"> <summary> The bounding box of this instance, requires tranformation to place in world coordinates </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.Xbim#Common#Geometry#IXbimShapeGeometryData#BoundingBox"> <summary> The bounding box of this instance, requires tranformation to place in world coordinates </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.ShapeData"> <summary> The geometry data defining the shape </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.Xbim#Common#Geometry#IXbimShapeGeometryData#ShapeDataCompressed"> <summary> The geometry data defining the shape, this is a compressed representation of the data </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeGeometry.IsValid"> <summary> Returns true if the geometry is valid </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeInstanceStyleGrouping.System#Linq#IGrouping{System#Int32,Xbim#Common#Geometry#XbimShapeInstance}#Key"> <summary> This is the lable of the surface style </summary> </member> <member name="T:Xbim.Common.Geometry.XbimShapeInstance"> <summary> A shape with a shapegeometry that has been placed as a specific instance in the scene i.e. it has had all maps performed and it has been transformed to the correct location This represents a geometry mesh, with a texture that is placed in world coordinate systems </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeInstance._instanceLabel"> <summary> The unique label of this shape instance </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeInstance._expressTypeId"> <summary> The IFC type of the product this instance represents </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeInstance._ifcProductLabel"> <summary> The label of the IFC Product object that this instance fully or partly defines </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeInstance._styleLabel"> <summary> The style that this shape is presented in when it overrides the shape style </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeInstance._shapeLabel"> <summary> The id of the shape that this is an instance of </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeInstance._representationContext"> <summary> The label of the IFC representation context of this instance </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeInstance._representationType"> <summary> What type of representation, typically this is how the shape has been generated, i.e. openings have been applied or not applied </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeInstance._transformation"> <summary> The transformation to be applied to shape to place it in the world coordinates </summary> </member> <member name="F:Xbim.Common.Geometry.XbimShapeInstance._boundingBox"> <summary> The bounding box of this instance, requires tranformation to place in world coordinates </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeInstance.BoundingBox"> <summary> The bounding box of this instance, does not require tranformation to place in world coordinates </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeInstance.Xbim#Common#Geometry#IXbimShapeInstanceData#BoundingBox"> <summary> The bounding box of this instance, does not require tranformation to place in world coordinates </summary> </member> <member name="P:Xbim.Common.Geometry.XbimShapeInstance.HasStyle"> <summary> returns true if the shape instance has a defined style </summary> </member> <member name="T:Xbim.Common.Geometry.IGeometryManager"> <summary> Interface to hold the geometry engine, a specific instance must be created, see Xbim.ModelGeometry.Converter </summary> </member> <member name="T:Xbim.Common.Geometry.IXbimCurve"> <summary> A curve in 2D or 3D </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimCurve.ToBRep"> <summary> Converts the object to a string in BRep format </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimEdge.EdgeStart"> <summary> Start point (vertex) of the edge </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimEdge.EdgeEnd"> <summary> End point (vertex) of the edge </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimEdge.EdgeGeometry"> <summary> The curve defining the form of the edge </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimEdge.Length"> <summary> The length of edge, including any curvature </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimEdge.ToBRep"> <summary> Converts the object to a string in BRep format </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimFace.Normal"> <summary> The topological normal of the face, nb. this may differ from the normal of the bound </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimFace.ToBRep"> <summary> Converts the object to a string in BRep format </summary> </member> <member name="T:Xbim.Common.Geometry.IXbimGeometryObject"> <summary> Abstract class for all Xbim Geometry objects </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimGeometryObject.IsSet"> <summary> True if the geometry object is a collection </summary> </member> <member name="M:Xbim.Common.Geometry.IXbimGeometryObject.Transform(Xbim.Common.Geometry.XbimMatrix3D)"> <summary> Returns a copy of the current object transformed by matrix3D, it is gauranteed to return the same type as "this" </summary> <param name="matrix3D"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.IXbimGeometryObject.TransformShallow(Xbim.Common.Geometry.XbimMatrix3D)"> <summary> Returns a new version of the object transformed but does not perform a deepcopy, changes to this will be reflected in the copy and vice versa </summary> <param name="matrix3D"></param> <returns></returns> </member> <member name="P:Xbim.Common.Geometry.IXbimGeometryObject.Tag"> <summary> Gets or sets an arbitrary object value that can be used to store custom information about this element </summary> </member> <member name="T:Xbim.Common.Geometry.IXbimGeometryObjectSet"> <summary> A mixed collection of geometry objects </summary> </member> <member name="M:Xbim.Common.Geometry.IXbimGeometryObjectSet.Sew"> <summary> Sews the objects to remove duplicate vertices and edges and make the highest level topology </summary> <returns>True if the object was sewn, false it is already sewn</returns> </member> <member name="P:Xbim.Common.Geometry.IXbimGeometryObjectSet.ToBRep"> <summary> Converts the object to a string in BRep format </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimMesh.IsSolid"> <summary> The mesh is a closed manifold shape </summary> </member> <member name="T:Xbim.Common.Geometry.IXbimOrientedEdge"> <summary> An oriented edge is an edge constructed from another edge and contains a BOOLEAN direction flag to indicate whether or not the orientation of the constructed edge agrees with the orientation of the original edge. </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimOrientedEdge.EdgeElement"> <summary> Edge entity used to construct this oriented edge. </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimOrientedEdge.SameSense"> <summary> If TRUE the topological orientation as used coincides with the orientation from start vertex to end vertex of the edge element. If FALSE otherwise. </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimOrientedEdge.EdgeStart"> <summary> Start point (vertex) of the edge, after considering orientation </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimOrientedEdge.EdgeEnd"> <summary> End point (vertex) of the edge, after considering orientation </summary> </member> <member name="T:Xbim.Common.Geometry.IXbimPoint"> <summary> A 3 Dimensional Point </summary> </member> <member name="T:Xbim.Common.Geometry.IXbimShell"> <summary> A set of connected faces </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShell.IsClosed"> <summary> The shell is a closed manifold shape </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimShell.ToBRep"> <summary> Converts the object to a string in BRep format </summary> </member> <member name="M:Xbim.Common.Geometry.IXbimShellSet.Union(System.Double)"> <summary> Unions all elements in the set and updates the set to the result </summary> <param name="tolerance"></param> </member> <member name="T:Xbim.Common.Geometry.IXbimSolid"> <summary> A manifold closed shell </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimSolid.ToBRep"> <summary> Converts the object to a string in BRep format </summary> </member> <member name="M:Xbim.Common.Geometry.IXbimSolidSet.Add(Xbim.Common.Geometry.IXbimGeometryObject)"> <summary> Will add any solids in the geomtry object to the set </summary> <param name="solid"></param> </member> <member name="P:Xbim.Common.Geometry.IXbimSolidSet.ToBRep"> <summary> Converts the object to a string in BRep format </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimVertex.VertexGeometry"> <summary> The geometric point, which defines the position in geometric space of the vertex. </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimVertex.ToBRep"> <summary> Converts the object to a string in BRep format </summary> </member> <member name="T:Xbim.Common.Geometry.IXbimWire"> <summary> A wire is a connected set of one or more edges </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimWire.Edges"> <summary> List of connected oriented edges </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimWire.Vertices"> <summary> Unique vertices in the shape, not in order </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimWire.Points"> <summary> Points in order of the wire </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimWire.Normal"> <summary> The normal of the loop, calculated using the Newell's normal method </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimWire.IsPlanar"> <summary> The vertices lay on a planar surface within the specified tolerance of the vertices </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimWire.IsClosed"> <summary> The wire is a closed loop </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimWire.Start"> <summary> First point of the wire </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimWire.End"> <summary> Last point of the wire </summary> </member> <member name="P:Xbim.Common.Geometry.IXbimWire.Length"> <summary> Length of the wire </summary> </member> <member name="M:Xbim.Common.Geometry.IXbimWire.Trim(System.Double,System.Double,System.Double)"> <summary> Returns a segment of the wire from start to end position </summary> <param name="start">The distanceto trim from the start of the wire</param> <param name="end">The distance to trim to, from the start of the wire</param> <param name="tolerance">The distance at which two points are considered to be the same</param> <returns></returns> </member> <member name="P:Xbim.Common.Geometry.IXbimWire.ToBRep"> <summary> Converts the object to a string in BRep format </summary> </member> <member name="T:Xbim.Common.Geometry.XbimBBoxClusterElement"> <summary> This class is used to organise clusters of elements in case a scene needs to be split up. </summary> </member> <member name="T:Xbim.Common.Geometry.XbimGeometryRepresentationType"> <summary> Discriminates representations on the application of boolean operations </summary> </member> <member name="F:Xbim.Common.Geometry.XbimGeometryRepresentationType.OpeningsAndAdditionsIncluded"> <summary> boolean operations with voids and extensions are included in the resulting representation </summary> </member> <member name="F:Xbim.Common.Geometry.XbimGeometryRepresentationType.OpeningsAndAdditionsExcluded"> <summary> boolean operations with voids and extensions are excluded in the resulting representation </summary> </member> <member name="F:Xbim.Common.Geometry.XbimGeometryRepresentationType.OpeningsAndAdditionsOnly"> <summary> representation of voids and extensions only </summary> </member> <member name="F:Xbim.Common.Geometry.XbimGeometryType.BoundingBox"> <summary> This type can be transformed to XbimRect3D via XbimRect3D.FromArray(geomdata.ShapeData) </summary> </member> <member name="F:Xbim.Common.Geometry.XbimGeometryType.Region"> <summary> Regions (clusters of elements in a model) are stored for the project in one database row. Use XbimRegionCollection.FromArray(ShapeData) for deserialising. </summary> </member> <member name="F:Xbim.Common.Geometry.XbimGeometryType.TransformOnly"> <summary> For products with no geometry use TransformOnly to store the transform matrix associated with the placement. </summary> </member> <member name="F:Xbim.Common.Geometry.XbimGeometryType.TriangulatedMeshHash"> <summary> 128 bit hash of a geometry </summary> </member> <member name="F:Xbim.Common.Geometry.XbimGeometryType.Polyhedron"> <summary> The xBIM variant of the PLY format, a set of nominally planar polygons, stored in ascii format </summary> </member> <member name="F:Xbim.Common.Geometry.XbimGeometryType.TriangulatedPolyhedron"> <summary> A triangulated Polyhedron mesh </summary> = </member> <member name="F:Xbim.Common.Geometry.XbimGeometryType.PolyhedronBinary"> <summary> The xBIM variant of the PLY format, a set of nominally planar polygons but stored in binary format </summary> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"> <summary> Initialises with doubles </summary> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.FromString(System.String)"> <summary> Converts string of 15 reals to a matrix </summary> <param name="val"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.Multiply(Xbim.Common.Geometry.XbimMatrix3D,Xbim.Common.Geometry.XbimMatrix3D)"> <summary> Performs a matrix multiplication </summary> <param name="mat1">mat First operand</param> <param name="mat2">mat2 Second operand</param> <returns>dest if specified, mat otherwise</returns> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.Equal(Xbim.Common.Geometry.XbimMatrix3D,Xbim.Common.Geometry.XbimMatrix3D)"> <summary> Compares two matrices for equality within a certain margin of error </summary> <param name="a">a First matrix</param> <param name="b">b Second matrix</param> <returns>True if a is equivalent to b</returns> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.Copy(Xbim.Common.Geometry.XbimMatrix3D)"> <summary> Creates a new instance of a mat4 </summary> <param name="m">Single[16] containing values to initialize with</param> <returns>New mat4New mat4</returns> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.CreateScale(System.Double)"> <summary> Creates a 3D scaling matrix. </summary> <param name="uniformScale">>The scaling factor along all axis.</param> <returns>The new scaling matrix</returns> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.CreateScale(System.Double,System.Double,System.Double)"> <summary> Creates a 3D scaling matrix. </summary> <param name="scaleX">>The scaling factor along the x-axis.</param> <param name="scaleY">>The scaling factor along the y-axis.</param> <param name="scaleZ">>The scaling factor along the z-axis.</param> <returns>The new scaling matrix</returns> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.CreateTranslation(System.Double,System.Double,System.Double)"> <summary> Creates a 3D translation matrix. </summary> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.CreateTranslation(Xbim.Common.Geometry.XbimVector3D)"> <summary> Creates a 3D translation matrix. </summary> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.Str"> <summary> Returns a string representation of a mat4 </summary> <returns>String representation of mat</returns> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.Decompose(Xbim.Common.Geometry.XbimVector3D@,Xbim.Common.Geometry.XbimQuaternion@,Xbim.Common.Geometry.XbimVector3D@)"> <summary> Decomposes a matrix into a scale, rotation, and translation. </summary> <param name="scale">When the method completes, contains the scaling component of the decomposed matrix.</param> <param name="rotation">When the method completes, contains the rtoation component of the decomposed matrix.</param> <param name="translation">When the method completes, contains the translation component of the decomposed matrix.</param> <remarks> This method is designed to decompose an SRT transformation matrix only. </remarks> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.RotateAroundXAxis(System.Double)"> <summary> Apply a X-Axis rotation to the matrix </summary> <param name="radAngle">Angle in radians</param> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.RotateAroundYAxis(System.Double)"> <summary> Apply a Y-Axis rotation to the matrix </summary> <param name="radAngle">Angle in radians</param> </member> <member name="M:Xbim.Common.Geometry.XbimMatrix3D.RotateAroundZAxis(System.Double)"> <summary> Apply a Z-Axis rotation to the matrix </summary> <param name="radAngle">Angle in radians</param> </member> <member name="M:Xbim.Common.Geometry.XbimPackedNormal.#ctor(System.Double,System.Double,System.Double)"> <summary> Normalized normal vector. If the vector is not normalized packing will result in wrong results. </summary> <param name="x">X direction of the normalized normal vector</param> <param name="y">Y direction of the normalized normal vector</param> <param name="z">Z direction of the normalized normal vector</param> </member> <member name="M:Xbim.Common.Geometry.XbimPoint3D.#ctor(System.Double,System.Double,System.Double)"> <summary> </summary> <param name="x"></param> <param name="y"></param> <param name="z"></param> </member> <member name="M:Xbim.Common.Geometry.XbimPoint3D.Add(Xbim.Common.Geometry.XbimPoint3D,Xbim.Common.Geometry.XbimVector3D)"> <summary> Adds a XbimPoint3D structure to a XbimVector3D and returns the result as a XbimPoint3D structure. </summary> <param name="p"></param> <param name="v"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimQuaternion.RotationMatrix(Xbim.Common.Geometry.XbimMatrix3D@,Xbim.Common.Geometry.XbimQuaternion@)"> <summary> Creates a quaternion given a rotation matrix. </summary> <param name="matrix">The rotation matrix.</param> <param name="result">When the method completes, contains the newly created quaternion.</param> </member> <member name="M:Xbim.Common.Geometry.XbimQuaternion.Transform(Xbim.Common.Geometry.XbimVector3D@,Xbim.Common.Geometry.XbimQuaternion@,Xbim.Common.Geometry.XbimVector3D@)"> <summary> Transforms a 3D vector by the given <see cref="!:SharpDX.Quaternion"/> rotation. </summary> <param name="vector">The vector to rotate.</param> <param name="rotation">The <see cref="!:SharpDX.Quaternion"/> rotation to apply.</param> <param name="result">When the method completes, contains the transformed <see cref="!:SharpDX.Vector4"/>.</param> </member> <member name="P:Xbim.Common.Geometry.XbimRect3D.Min"> <summary> Minimum vertex </summary> </member> <member name="P:Xbim.Common.Geometry.XbimRect3D.Max"> <summary> Maximum vertex </summary> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.FromArray(System.Byte[])"> <summary> Reinitialises the rectangle 3D from the byte array </summary> <param name="rect"></param> <param name="array">6 doubles, definine, min and max values of the boudning box</param> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.ToDoublesArray"> <summary> Writes the Bounding Box as 6 doubles. </summary> <returns>An array of doubles (Position followed by Size).</returns> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.ToFloatArray"> <summary> Writes the Bounding Box as 6 floats. </summary> <returns>An array of floats (Position followed by Size).</returns> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.FromString(System.String)"> <summary> Imports values from a string </summary> <param name="Value">A space-separated string of 6 invariant-culture-formatted floats (x,y,z,sizeX,sizeY,sizeZ)</param> <returns>True if successful.</returns> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.Centroid"> <summary> Calculates the centre of the 3D rect </summary> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.TransformBy(Xbim.Common.Geometry.XbimRect3D,Xbim.Common.Geometry.XbimMatrix3D)"> <summary> Transforms a bounding rect so that it is still axis aligned </summary> <param name="rect3d"></param> <param name="m"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.Radius"> <summary> Returns the radius of the sphere that contains this bounding box rectangle 3D </summary> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.Length"> <summary> Indicative size of the Box along all axis. </summary> <returns>Returns the length of the diagonal</returns> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.Transform(Xbim.Common.Geometry.XbimMatrix3D)"> <summary> Warning: This function assumes no rotation is used for the tranform. </summary> <param name="composed">The NON-ROTATING transform to apply</param> <returns>the transformed bounding box.</returns> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.Round(System.Int32)"> <summary> Rounds the values of the bounding box to the specified precision </summary> <param name="digits"></param> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.Round(Xbim.Common.Geometry.XbimRect3D,System.Int32)"> <summary> Rounds the values of the bounding box to the specified precision and returns a copy </summary> <param name="r"></param> <param name="digits"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimRect3D.IsSimilar(Xbim.Common.Geometry.XbimRect3D,System.Double)"> <summary> true if the rect fits inside thsi rectangle when it is either inflated or defalted by the tolerance </summary> <param name="xbimRect3D"></param> <param name="tolerance"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimShapeTriangulation.TriangleCount(System.Byte[])"> <summary> Returns the number of triangles in the XbimShapeTriangulation data </summary> <param name="triangulationData"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimShapeTriangulation.VerticesCount(System.Byte[])"> <summary> Returns the number of vertices in the XbimShapeTriangulation data </summary> <param name="triangulationData"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimVector3D.IsOpposite(Xbim.Common.Geometry.XbimVector3D,System.Double)"> <summary> Returns true if the angle is less than tolerance </summary> <param name="other">other vector</param> <param name="angularTolerance">Tolerance in radians</param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimVector3D.IsParallel(Xbim.Common.Geometry.XbimVector3D,System.Double)"> <summary> Returns true if the vectors are parallel </summary> <param name="other">other vector</param> <param name="angularTolerance">Tolerance in radians</param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimVector3D.IsNormal(Xbim.Common.Geometry.XbimVector3D,System.Double)"> <summary> Returns true if the vectors are normal </summary> <param name="other">other vector</param> <param name="angularTolerance">Tolerance in radians</param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimVector3D.Negated"> <summary> Makes the vector point in the opposite direction </summary> </member> <member name="T:Xbim.Common.Geometry.XbimShapeEqualityComparer"> <summary> Conpares the shape data of two geometry objects to see if they are the same </summary> </member> <member name="M:Xbim.Common.Geometry.XbimGeometryData.TriangulatedFaceSet"> <summary> Generates a triangulated face set from the binary shape data </summary> </member> <member name="M:Xbim.Common.Geometry.XbimGeometryData.TransformBy(Xbim.Common.Geometry.XbimMatrix3D)"> <summary> Transforms the shape data of the geometry by the matrix NB This is a deprecated method and will be removed for the latest geometry support and is only used in first geometry implementation </summary> <param name="matrix"></param> </member> <member name="M:Xbim.Common.Geometry.XbimGeometryData.#ctor(System.Int32,System.Int32,Xbim.Common.Geometry.XbimGeometryType,System.Int16,System.Byte[],System.Byte[],System.Int32)"> <summary> The constructs an XbimGeoemtryData object, the geometry hash is calculated from the array of shape data </summary> <param name="geometrylabel"></param> <param name="productLabel"></param> <param name="geomType"></param> <param name="ifcTypeId"></param> <param name="shape"></param> <param name="transform"></param> <param name="styleLabel"></param> </member> <member name="M:Xbim.Common.Geometry.XbimGeometryData.IsGeometryEqual(Xbim.Common.Geometry.XbimGeometryData)"> <summary> Returns true if the two geometries have identical shape data </summary> <param name="to"></param> <returns></returns> </member> <member name="M:Xbim.Common.Geometry.XbimGeometryData.GenerateGeometryHash(System.Byte[])"> <summary> Generates a FNV hash for any array of bytes </summary> <param name="array"></param> <returns></returns> </member> <member name="P:Xbim.Common.PersistEntity.ModelOf"> <summary> This property is deprecated and likely to be removed. Use just 'Model' instead. </summary> </member> <member name="T:Xbim.Common.PlaceboTransaction"> <summary> A class of transaction that has no impact and does nothing used when another transaction is normally running </summary> </member> <member name="T:Xbim.Common.EntityAttributeState"> <summary> The scope of the entity attribute </summary> </member> <member name="T:Xbim.Common.IndexedProperty"> <summary> Indicates that this property plays a role in some inverse relation </summary> </member> <member name="T:Xbim.Common.Metadata.ExpressMetaData"> <summary> A collection of IPersistEntity instances, optimised for EXPRESS models </summary> </member> <member name="F:Xbim.Common.Metadata.ExpressMetaData.Module"> <summary> Module for which this meta data structure is created </summary> </member> <member name="F:Xbim.Common.Metadata.ExpressMetaData._typeIdToExpressTypeLookup"> <summary> Look up for the if of an entity that returns the ExpresType </summary> </member> <member name="F:Xbim.Common.Metadata.ExpressMetaData._typeToExpressTypeLookup"> <summary> Look up the entity Type and return the ExpressType </summary> </member> <member name="F:Xbim.Common.Metadata.ExpressMetaData._typeNameToExpressTypeLookup"> <summary> Look up the name of an entity and return the ExpressType </summary> </member> <member name="F:Xbim.Common.Metadata.ExpressMetaData._persistNameToExpressTypeLookup"> <summary> Look up the name of an entity and return the ExpressType </summary> </member> <member name="F:Xbim.Common.Metadata.ExpressMetaData._interfaceToExpressTypesLookup"> <summary> Look up ExpressTypes implementing an interface </summary> </member> <member name="F:Xbim.Common.Metadata.ExpressMetaData.Cache"> <summary> Static cache to avoid multiple creation of the structure </summary> </member> <member name="M:Xbim.Common.Metadata.ExpressMetaData.GetMetadata(System.Reflection.Module)"> <summary> This method creates metadata model for a specified module based on reflection and custom attributes. It only creates ExpressMetaData once for any module. If it already exists it is retrieved from a static cache. However, for a performance reasons try to minimize this and rather keep a single instance reference for your code. </summary> <param name="module">Assembly module which contains single schema model</param> <returns>Meta data structure for the schema defined within the module</returns> </member> <member name="M:Xbim.Common.Metadata.ExpressMetaData.ExpressType(System.String)"> <summary> Returns the ExpressType with the specified name (name of type or express name) </summary> <param name="typeName">The name of the type in uppercase (either type name or persistance name. These are not necesarilly the same)</param> <returns>The foud type (or Null if not found)</returns> </member> <member name="M:Xbim.Common.Metadata.ExpressMetaData.ExpressType(System.Type)"> <summary> Returns the ExpressType with the specified type </summary> <param name="type">The type</param> <returns>The foud type (or Null if not found)</returns> </member> <member name="M:Xbim.Common.Metadata.ExpressMetaData.ExpressType(System.Int16)"> <summary> returns the ExpressType corresponding to the TypeId </summary> <param name="typeId"></param> <returns></returns> </member> <member name="M:Xbim.Common.Metadata.ExpressMetaData.ExpressTypeId(System.Type)"> <summary> returns the express type id of the type, if the type is not an entity and excpetion will be thrown </summary> <param name="type"></param> <returns></returns> </member> <member name="M:Xbim.Common.Metadata.ExpressMetaData.ExpressTypeId(System.String)"> <summary> Returns the typeId for the named type </summary> <param name="typeName">the name of the type, this is in uppercase</param> <returns></returns> </member> <member name="M:Xbim.Common.Metadata.ExpressMetaData.GetType(System.Int16)"> <summary> Returns the Type of the Entity with typeId </summary> <param name="typeId"></param> <returns></returns> </member> <member name="M:Xbim.Common.Metadata.ExpressMetaData.ExpressType(Xbim.Common.IPersist)"> <summary> Returns the ExpressType of the specified entity </summary> <param name="entity"></param> <returns></returns> </member> <member name="M:Xbim.Common.Metadata.ExpressMetaData.TryGetExpressType(System.String,Xbim.Common.Metadata.ExpressType@)"> <summary> Trys to get the specified Type with the typeName, if the ExpressType does not exist false is returned </summary> <param name="typeName"></param> <param name="expressType"></param> <returns></returns> </member> <member name="M:Xbim.Common.Metadata.ExpressMetaData.IsIndexedEntityAttribute(System.String,System.Int32)"> <summary> Returns true if the named entities attribute is indexed </summary> <param name="entityTypeName">the name of the Entity</param> <param name="attributeIndex">the index offset of the attribute to check, nb this is a 1 based index</param> <returns></returns> </member> <member name="P:Xbim.Common.Metadata.ExpressType.NonAbstractSubTypes"> <summary> Don't ask for this before types hierarchy is finished or it will cache incomplete result. </summary> </member> <member name="M:Xbim.Common.Metadata.ExpressType.GetIndexedValues(Xbim.Common.IPersistEntity)"> <summary> If the type has indexed attributes, this returns a set of unique values for the specified IPersistEntity </summary> <param name="ent"></param> <returns></returns> </member> <member name="M:Xbim.Common.Metadata.ExpressType.IsIndexedAttribute(System.Int32)"> <summary> returns true if the attribute is indexed </summary> <param name="attributeIndex"></param> <returns></returns> </member> <member name="P:Xbim.Common.Metadata.ExpressType.HasIndexedAttribute"> <summary> Returns true if the type has an indexed attribute </summary> <returns></returns> </member> <member name="P:Xbim.Common.Metadata.ExpressType.AllSubTypes"> <summary> deep enumeration of all subtypes down in the inheritance hierarchy </summary> </member> <member name="T:Xbim.Common.Logging.Providers.AttributeHelper"> <summary> A helper class used to retrieve attributes from Assemblies and Types </summary> </member> <member name="M:Xbim.Common.Logging.Providers.AttributeHelper.GetAttributes``1(System.Reflection.ICustomAttributeProvider,System.Boolean)"> <summary> Retrieve a list of attributes of type T from the member provided. </summary> <typeparam name="T"></typeparam> <param name="mInfo"></param> <param name="inherit"></param> <returns></returns> </member> <member name="M:Xbim.Common.Logging.Providers.AttributeHelper.GetAttribute``1(System.Reflection.ICustomAttributeProvider,System.Boolean)"> <summary> Retrieve attribute T from the member provided. </summary> <typeparam name="T"></typeparam> <param name="mInfo"></param> <param name="inherit"></param> <returns></returns> </member> <member name="M:Xbim.Common.Logging.Providers.AttributeHelper.GetDescriptionAttributeValue(System.Reflection.MemberInfo,System.Boolean)"> <summary> Retrieve DescriptionAttributeValue from the member provided </summary> <param name="mInfo"></param> <param name="inherit"></param> <returns></returns> </member> <member name="T:Xbim.Common.Logging.Providers.DefaultLogger"> <summary> A Default logging system based on <see cref="T:System.Diagnostics.Trace"/> </summary> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.Debug(System.Object)"> <summary> Logs the specified message with the <c>DEBUG</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.Debug(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>DEBUG</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.DebugFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>DEBUG</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.Providers.DefaultLogger.IsDebugEnabled"> <summary> Gets a value indicating whether this log is enabled for Debug. </summary> <value> <c>true</c> if this log is Debug enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.Info(System.Object)"> <summary> Logs the specified message with the <c>INFO</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.Info(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>INFO</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.InfoFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>INFO</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.Providers.DefaultLogger.IsInfoEnabled"> <summary> Gets a value indicating whether this log is enabled for Info. </summary> <value> <c>true</c> if this log is Info enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.Warn(System.Object)"> <summary> Logs the specified message with the <c>WARN</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.Warn(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>WARN</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.WarnFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>WARN</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.Providers.DefaultLogger.IsWarnEnabled"> <summary> Gets a value indicating whether this log is enabled for Warn. </summary> <value> <c>true</c> if this log is Warn enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.Error(System.Object)"> <summary> Logs the specified message with the <c>ERROR</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.Error(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>ERROR</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.ErrorFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>ERROR</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.Providers.DefaultLogger.IsErrorEnabled"> <summary> Gets a value indicating whether this log is enabled for Error. </summary> <value> <c>true</c> if this log is Error enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.Fatal(System.Object)"> <summary> Logs the specified message with the <c>FATAL</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.Fatal(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>FATAL</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.FatalFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>FATAL</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.Providers.DefaultLogger.IsFatalEnabled"> <summary> Gets a value indicating whether this log is enabled for Fatal. </summary> <value> <c>true</c> if this log is Fatal enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultLogger.UnhandledException(System.Exception)"> <summary> Logs the unhandled exception with Fatal level </summary> <param name="exception">The exception.</param> </member> <member name="T:Xbim.Common.Logging.Providers.DefaultProvider"> <summary> Provides basic logging capabilities utilising <see cref="T:System.Diagnostics.Trace"/> through the <see cref="T:Xbim.Common.Logging.Providers.DefaultLogger"/> Logger. </summary> <remarks>A <see cref="T:System.Diagnostics.TraceListener"/> implementation will be required to monitor this log.</remarks> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultProvider.Configure"> <summary> Configures the logging environment for first use. </summary> </member> <member name="M:Xbim.Common.Logging.Providers.DefaultProvider.GetLogger(System.Type)"> <summary> Gets the <see cref="T:Xbim.Common.Logging.ILogger"/> applicable for this <see cref="T:System.Type"/>. </summary> <param name="type">The type.</param> <returns>An <see cref="T:Xbim.Common.Logging.ILogger"/> for this Type.</returns> <remarks>The default provider does not make use of the Type.</remarks> </member> <member name="T:Xbim.Common.Logging.Providers.ILoggingProvider"> <summary> Defines the interface for a provider of logging services. </summary> </member> <member name="M:Xbim.Common.Logging.Providers.ILoggingProvider.Configure"> <summary> Configures the logging environment for first use. </summary> </member> <member name="M:Xbim.Common.Logging.Providers.ILoggingProvider.GetLogger(System.Type)"> <summary> Gets the <see cref="T:Xbim.Common.Logging.ILogger"/> applicable for this <see cref="T:System.Type"/>. </summary> <param name="type">The type.</param> <remarks>Logging consumers provider a Type to this call so that the Logging Provider can customise the logger dynamically for the Type. More advanced logging systems, such as log4Net can use this to provide different logging levels and outputs for different parts of the application.</remarks> <returns>An <see cref="T:Xbim.Common.Logging.ILogger"/> for this Type.</returns> </member> <member name="T:Xbim.Common.Logging.Providers.Log4NetLogger"> <summary> A simple wrapper class for the Log4Net logging framework. </summary> <remarks>Decouples consumers from the underlying Log4Net assemblies, while exposing its functionality.</remarks> </member> <member name="F:Xbim.Common.Logging.Providers.Log4NetLogger.ThisDeclaringType"> <summary> Type used to tell the base log4Net Logger which is the boundary in the stack frame indicating the logger entry point. </summary> <remarks>Means we get accurate Class/Method info in the logs.</remarks> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.#ctor(System.Type)"> <summary> Initializes a new instance of the <see cref="T:Xbim.Common.Logging.Providers.Log4NetLogger"/> class. </summary> <param name="type">The calling type.</param> <remarks>By building a logger for each type we can take advantage of log4Net's hierarchical configuration system.</remarks> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.Debug(System.Object)"> <summary> Logs the specified message with the <c>DEBUG</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.Debug(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>DEBUG</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.DebugFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>DEBUG</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.Providers.Log4NetLogger.IsDebugEnabled"> <summary> Gets a value indicating whether this log is enabled for Debug. </summary> <value> <c>true</c> if this log is Debug enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.Info(System.Object)"> <summary> Logs the specified message with the <c>INFO</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.Info(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>INFO</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.InfoFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>INFO</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.Providers.Log4NetLogger.IsInfoEnabled"> <summary> Gets a value indicating whether this log is enabled for Info. </summary> <value> <c>true</c> if this log is Info enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.Warn(System.Object)"> <summary> Logs the specified message with the <c>WARN</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.Warn(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>WARN</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.WarnFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>WARN</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.Providers.Log4NetLogger.IsWarnEnabled"> <summary> Gets a value indicating whether this log is enabled for Warn. </summary> <value> <c>true</c> if this log is Warn enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.Error(System.Object)"> <summary> Logs the specified message with the <c>ERROR</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.Error(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>ERROR</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.ErrorFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>ERROR</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.Providers.Log4NetLogger.IsErrorEnabled"> <summary> Gets a value indicating whether this log is enabled for Error. </summary> <value> <c>true</c> if this log is Error enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.Fatal(System.Object)"> <summary> Logs the specified message with the <c>FATAL</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.Fatal(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>FATAL</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.FatalFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>FATAL</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.Providers.Log4NetLogger.IsFatalEnabled"> <summary> Gets a value indicating whether this log is enabled for Fatal. </summary> <value> <c>true</c> if this log is Fatal enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetLogger.UnhandledException(System.Exception)"> <summary> Logs the unhandled exception with Fatal level </summary> <param name="exception">The exception.</param> </member> <member name="T:Xbim.Common.Logging.Providers.Log4NetProvider"> <summary> Provides advanced logging capabilities using log4net through the <see cref="T:Xbim.Common.Logging.Providers.Log4NetLogger"/> Logger. </summary> <remarks>See http://logging.apache.org/log4net/release/manual/introduction.html for more on log4net logging.</remarks> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetProvider.Configure"> <summary> Configures the log4Net environment for first use. </summary> </member> <member name="M:Xbim.Common.Logging.Providers.Log4NetProvider.GetLogger(System.Type)"> <summary> Gets the <see cref="T:Xbim.Common.Logging.ILogger"/> applicable for this <see cref="T:System.Type"/>. </summary> <param name="callingType">The type.</param> <remarks>Logging consumers provider a Type to this call so that the Logging Provider can customise the logger dynamically for the Type. More advanced logging systems, such as log4Net can use this to provide different logging levels and outputs for different parts of the application.</remarks> <returns>An <see cref="T:Xbim.Common.Logging.ILogger"/> for this Type.</returns> </member> <member name="P:Xbim.Common.Logging.Providers.Log4NetProvider.LogPath"> <summary> Gets the log path. </summary> <value>The log path.</value> </member> <member name="P:Xbim.Common.Logging.Providers.Log4NetProvider.LogFileName"> <summary> Gets the name of the log file. </summary> <value>The name of the log file.</value> </member> <member name="P:Xbim.Common.Logging.Providers.Log4NetProvider.ApplicationName"> <summary> Gets the name of the application. </summary> <value>The name of the application.</value> </member> <member name="T:Xbim.Common.Logging.EventTrace"> <summary> Logging helper class that enables an application to access the logger data as an in-memory collection of Events. </summary> </member> <member name="T:Xbim.Common.Logging.ILogger"> <summary> Defines the interface of a generic logging system. </summary> </member> <member name="M:Xbim.Common.Logging.ILogger.Debug(System.Object)"> <summary> Logs the specified message with the <c>DEBUG</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.ILogger.Debug(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>DEBUG</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.ILogger.DebugFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>DEBUG</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.ILogger.IsDebugEnabled"> <summary> Gets a value indicating whether this log is enabled for Debug. </summary> <value> <c>true</c> if this log is Debug enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.ILogger.Info(System.Object)"> <summary> Logs the specified message with the <c>INFO</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.ILogger.Info(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>INFO</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.ILogger.InfoFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>INFO</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.ILogger.IsInfoEnabled"> <summary> Gets a value indicating whether this log is enabled for Info. </summary> <value> <c>true</c> if this log is Info enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.ILogger.Warn(System.Object)"> <summary> Logs the specified message with the <c>WARN</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.ILogger.Warn(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>WARN</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.ILogger.WarnFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>WARN</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.ILogger.IsWarnEnabled"> <summary> Gets a value indicating whether this log is enabled for Warn. </summary> <value> <c>true</c> if this log is Warn enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.ILogger.Error(System.Object)"> <summary> Logs the specified message with the <c>ERROR</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.ILogger.Error(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>ERROR</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.ILogger.ErrorFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>ERROR</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.ILogger.IsErrorEnabled"> <summary> Gets a value indicating whether this log is enabled for Error. </summary> <value> <c>true</c> if this log is Error enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.ILogger.Fatal(System.Object)"> <summary> Logs the specified message with the <c>FATAL</c> level </summary> <param name="message">The message object to log.</param> </member> <member name="M:Xbim.Common.Logging.ILogger.Fatal(System.Object,System.Exception)"> <summary> Logs the specified message and exception with the <c>FATAL</c> level </summary> <param name="message">The message object to log.</param> <param name="exception">The exception.</param> </member> <member name="M:Xbim.Common.Logging.ILogger.FatalFormat(System.String,System.Object[])"> <summary> Logs a formatted message string with the <c>FATAL</c> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> </member> <member name="P:Xbim.Common.Logging.ILogger.IsFatalEnabled"> <summary> Gets a value indicating whether this log is enabled for Fatal. </summary> <value> <c>true</c> if this log is Fatal enabled; otherwise, <c>false</c>. </value> </member> <member name="M:Xbim.Common.Logging.ILogger.UnhandledException(System.Exception)"> <summary> Logs the unhandled exception with Fatal level </summary> <param name="exception">The exception.</param> </member> <member name="T:Xbim.Common.Logging.LoggerFactory"> <summary> A class which acts as a Factory for Loggers. </summary> </member> <member name="M:Xbim.Common.Logging.LoggerFactory.ResolveLoggingProvider"> <summary> Resolves the Logging Provider for the current application </summary> </member> <member name="M:Xbim.Common.Logging.LoggerFactory.ConfigureLogging"> <summary> Configures the Logging System. </summary> </member> <member name="M:Xbim.Common.Logging.LoggerFactory.GetLogger(System.Type)"> <summary> Gets an <see cref="T:Xbim.Common.Logging.ILogger"/> to use for logging, based on the supplied <see cref="T:System.Type"/>. </summary> <param name="callingType">Type of the caller.</param> <returns></returns> <remarks>By supplying the Type it is possible to configure the logging system to log messages for each type differently. This can allow the user to change the log level, and the means of output for particular areas of the system.</remarks> </member> <member name="M:Xbim.Common.Logging.LoggerFactory.GetLogger"> <summary> Gets a <see cref="T:Xbim.Common.Logging.ILogger"/> to use for logging, based on the calling methods's Declaring Type. </summary> <returns></returns> <remarks> By using the caller's Type it is possible to configure the logging system to log messages from each type differently. This can allow the user to change the log level, and the means of output for particular areas of the system. </remarks> </member> <member name="M:Xbim.Common.Logging.LoggerFactory.CreateEventTrace"> <summary> Creates an EventTrace object that captures events from the underlying LoggingProvider using an in memory provider. </summary> <remarks>Currently only supported by the Log4Net provider. The EventTrace class should be Disposed of as soon as possible to avoid excessive memory usage</remarks> <returns>An EventTrace object</returns> </member> <member name="M:Xbim.Common.IReadOnlyEntityCollection.Where``1(System.Func{``0,System.Boolean})"> <summary> Returns all entities satysfying the condition </summary> <typeparam name="T">Type of the result</typeparam> <param name="condition">Condition to evaluate</param> <returns></returns> </member> <member name="M:Xbim.Common.IReadOnlyEntityCollection.Where``1(System.Func{``0,System.Boolean},System.String,Xbim.Common.IPersistEntity)"> <summary> Returns all entities satysfying the condition utilizing secondary index for inverse relations. Always use this overload if you query for the entities on the other side of inverse relation (like all IfcRelations). It might be significantly optimized in the implementation of this interface especially if the data is stored in the database. </summary> <typeparam name="T">Type of the result</typeparam> <param name="condition">Condition</param> <param name="inverseProperty">Name of the property which is being evaluated</param> <param name="inverseArgument">Entity which should be equal/contained in the property</param> <returns></returns> </member> <member name="M:Xbim.Common.IReadOnlyEntityCollection.FirstOrDefault``1"> <summary> Returns first or default entity satysfying the condition </summary> <typeparam name="T">Type of the result</typeparam> <returns></returns> </member> <member name="M:Xbim.Common.IReadOnlyEntityCollection.FirstOrDefault``1(System.Func{``0,System.Boolean})"> <summary> Returns first or default entity satysfying the condition </summary> <typeparam name="T">Type of the result</typeparam> <param name="condition">Condition to evaluate</param> <returns></returns> </member> <member name="M:Xbim.Common.IReadOnlyEntityCollection.FirstOrDefault``1(System.Func{``0,System.Boolean},System.String,Xbim.Common.IPersistEntity)"> <summary> Returns firs or default entitiy satysfying the condition utilizing secondary index for inverse relations. Always use this overload if you query for the entities on the other side of inverse relation (like all IfcRelations). It might be significantly optimized in the implementation of this interface especially if the data is stored in the database. </summary> <typeparam name="T">Type of the result</typeparam> <param name="condition">Condition</param> <param name="inverseProperty">Name of the property which is being evaluated</param> <param name="inverseArgument">Entity which should be equal/contained in the property</param> <returns></returns> </member> <member name="T:Xbim.Common.PersistEntityExtensions"> <summary> Extension methods for the <see cref="T:Xbim.Common.IPersist"/> interface. </summary> </member> <member name="M:Xbim.Common.PersistEntityExtensions.HandleUnexpectedAttribute(Xbim.Common.IPersist,System.Int32,Xbim.Common.IPropertyValue)"> <summary> Handles the case where a property was not expected for this entity. </summary> <param name="persistIfc">The item being parsed.</param> <param name="propIndex">Index of the property.</param> <param name="value">The value of the property.</param> </member> <member name="P:Xbim.Common.IModel.UserDefinedId"> <summary> Returns or sets a user defined id for the model </summary> </member> <member name="P:Xbim.Common.IModel.GeometryStore"> <summary> Returns a geometry store, null if geometry storage is not supported </summary> </member> <member name="P:Xbim.Common.IModel.Instances"> <summary> All instances which exist within a scope of the model. Use this property to retrieve the data from model. </summary> </member> <member name="M:Xbim.Common.IModel.Activate(Xbim.Common.IPersistEntity)"> <summary> This function is to be used by entities in the model in cases where data are persisted and entities are activated on-the-fly as their properties are accessed. </summary> <param name="owningEntity">Entity to be activated</param> <returns>True if activation was successful, False otherwise</returns> </member> <member name="M:Xbim.Common.IModel.Delete(Xbim.Common.IPersistEntity)"> <summary> Deletes entity from the model and removes all references to this entity in all entities in the model. This operation is potentially very expensive and some implementations of IModel might not implement it at all. </summary> <param name="entity"></param> </member> <member name="M:Xbim.Common.IModel.BeginTransaction(System.String)"> <summary> Begins transaction on the model to handle all modifications. You should use this function within a 'using' statement to restrict scope of the transaction. IModel should only hold weak reference to this object in 'CurrentTransaction' property. </summary> <param name="name">Name of the transaction. This is useful in case you keep the transactions for undo-redo sessions</param> <returns>Transaction object.</returns> </member> <member name="P:Xbim.Common.IModel.CurrentTransaction"> <summary> It is a good practise to implement this property with WeakReference back field so it gets disposed when transaction goes out of the scope. It would stay alive otherwise which is not desired unless you want to keep it for undo-redo sessions. But even it that case it should be referenced from elsewhere. </summary> </member> <member name="P:Xbim.Common.IModel.Metadata"> <summary> Metadata representing current data schema of the model. This keeps pre-cached reflection information for efficient operations on the schema. </summary> </member> <member name="P:Xbim.Common.IModel.ModelFactors"> <summary> If model contains a geometry and if IModel implementation supports it this property will return conversion factors for base units to be used for geometry processing and other tasks. </summary> </member> <member name="M:Xbim.Common.IModel.InsertCopy``1(``0,Xbim.Common.XbimInstanceHandleMap,Xbim.Common.PropertyTranformDelegate,System.Boolean,System.Boolean)"> <summary> Implementation of IModel variant of InsertCopy() function </summary> <typeparam name="T">Type of the object to be inserted. This must be a type supported by this model</typeparam> <param name="toCopy">Object to copy</param> <param name="mappings">Mappings make sure object is only inserted once. You should use one instance of mappings for all InsertCopy() calls between two models</param> <param name="propTransform">Delegate which can be used to transform properties. You can use this to filter out certain properties or referenced objects</param> <param name="includeInverses">If TRUE inverse relations are also copied over. This may potentially bring over almost entire model if not controlled by propTransform delegate</param> <param name="keepLabels">If TRUE entity labels of inserted objects will be the same as the labels of original objects. This should be FALSE if you are inserting objects to existing model or if you are inserting objects from multiple source models into a single target model where entity labels may potentially clash.</param> <returns>New created object in this model which is a deep copy of original object</returns> <returns></returns> </member> <member name="M:Xbim.Common.IModel.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})"> <summary> Performs a set of actions on a collection of entities inside a single read only transaction This improves database performance for retrieving and accessing complex and deep objects </summary> <typeparam name="TSource"></typeparam> <param name="source"></param> <param name="body"></param> </member> <member name="E:Xbim.Common.IModel.EntityNew"> <summary> This event is fired every time new entity is created. </summary> </member> <member name="E:Xbim.Common.IModel.EntityModified"> <summary> This event is fired every time any entity is modified. If your model is not transactional it might not be called at all as the central point for all modifications is a transaction. </summary> </member> <member name="E:Xbim.Common.IModel.EntityDeleted"> <summary> This event is fired every time when entity gets deleted from model. </summary> </member> <member name="M:Xbim.Common.IModel.BeginCaching"> <summary> This will start to cache inverse relations which are heavily used in EXPRESS schema to model bidirectional relations. You shouldn't only use cache outside of transaction when you query the data but you don't change any values. Implementations of IModel might throw an exception in case you call this function inside of transaction or if you begin transaction before you stop caching. You should always keep the caching object inside of using statement as IModel should only hold the weak reference to it. </summary> <returns></returns> </member> <member name="M:Xbim.Common.IModel.StopCaching"> <summary> Stops caching of inverse relations and forces it to dispose and not to be used anymore </summary> </member> <member name="P:Xbim.Common.IModel.InverseCache"> <summary> Implementations of IModel should only keep a weak reference to the caching object so that user can use using statement to constrain existence of the cache. Entity collection might use this cache to speed up search for inverse relations. </summary> </member> <member name="P:Xbim.Common.IModelFactors.ProfileDefLevelOfDetail"> <summary> Indicates level of detail for IfcProfileDefinitions, if 0 no fillet radii are applied, no leg slopes area applied, if 1 all details are applied </summary> </member> <member name="P:Xbim.Common.IModelFactors.SimplifyFaceCountThreshHold"> <summary> If this number is greater than 0, any faceted meshes will be simplified if the number of faces exceeds the threshold </summary> </member> <member name="P:Xbim.Common.IModelFactors.ShortestEdgeLength"> <summary> If the SimplifyFaceCountThreshHold is greater than 0, this is the minimum length of any edge in a face in millimetres, default is 10mm </summary> </member> <member name="P:Xbim.Common.IModelFactors.PrecisionBoolean"> <summary> Precision used for Boolean solid geometry operations, default 0.001mm </summary> </member> <member name="P:Xbim.Common.IModelFactors.PrecisionBooleanMax"> <summary> The maximum Precision used for Boolean solid geometry operations, default 10mm </summary> </member> <member name="P:Xbim.Common.IModelFactors.DeflectionTolerance"> <summary> The defection on a curve when triangulating the model </summary> </member> <member name="P:Xbim.Common.IModelFactors.AngleToRadiansConversionFactor"> <summary> Convert degrees to radians </summary> </member> <member name="P:Xbim.Common.IModelFactors.LengthToMetresConversionFactor"> <summary> Conversion to metres </summary> </member> <member name="P:Xbim.Common.IModelFactors.VertexPointDiameter"> <summary> Used to display a vertex this is the diameter that will be used to auto-generate a geometric representation of a topological vertex </summary> </member> <member name="P:Xbim.Common.IModelFactors.MaxBRepSewFaceCount"> <summary> The maximum number of faces to sew and check the result is a valid BREP, face sets with more than this number of faces will be processed as read from the model </summary> </member> <member name="P:Xbim.Common.IModelFactors.Precision"> <summary> The normal tolerance under which two given points are still assumed to be identical </summary> </member> <member name="P:Xbim.Common.IModelFactors.PrecisionMax"> <summary> Returns the value for one metre in the units of the model </summary> /// <summary> The maximum tolerance under which two given points are still assumed to be identical </summary> </member> <member name="P:Xbim.Common.IModelFactors.Rounding"> <summary> The number of decimal places to round a number to in order to truncate distances, not to be confused with precision, this is mostly for hashing and reporting, precision determines if two points are the same. NB this must be less that the precision for Booleans </summary> </member> <member name="P:Xbim.Common.IModelFactors.OneMilliMetre"> <summary> Returns the value for one millimetre in the units of the model </summary> </member> <member name="P:Xbim.Common.IModelFactors.DeflectionAngle"> <summary> The min angle used when meshing shapes, works with DeflectionTolerance to set the resolution for linearizing edges, default = 0.5 </summary> </member> <member name="M:Xbim.Common.XbimModelFactors.ApplyWorkAround(System.String)"> <summary> returns true if a model specific work around needs to be applied </summary> <param name="workAroundName"></param> <returns></returns> </member> <member name="P:Xbim.Common.XbimModelFactors.ProfileDefLevelOfDetail"> <summary> Indicates level of detail for IfcProfileDefinitions, if 0 no fillet radii are applied, no leg slopes area applied, if 1 all details are applied </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.SimplifyFaceCountThreshHold"> <summary> If this number is greater than 0, any faceted meshes will be simplified if the number of faces exceeds the threshold </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.ShortestEdgeLength"> <summary> If the SimplifyFaceCountThreshHold is greater than 0, this is the minimum length of any edge in a face in millimetres, default is 10mm </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.PrecisionBoolean"> <summary> Precision used for Boolean solid geometry operations, default 0.001mm </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.PrecisionBooleanMax"> <summary> The maximum Precision used for Boolean solid geometry operations, default 10mm </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.DeflectionTolerance"> <summary> The defection on a curve when triangulating the model </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.AngleToRadiansConversionFactor"> <summary> Convert degrees to radians </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.LengthToMetresConversionFactor"> <summary> Conversion to metres </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.VertexPointDiameter"> <summary> Used to display a vertex this is the diameter that will be used to auto-generate a geometric representation of a topological vertex </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.MaxBRepSewFaceCount"> <summary> The maximum number of faces to sew and check the result is a valid BREP, face sets with more than this number of faces will be processed as read from the model </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.Precision"> <summary> The normal tolerance under which two given points are still assumed to be identical </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.PrecisionMax"> <summary> Returns the value for one metre in the units of the model </summary> /// <summary> The maximum tolerance under which two given points are still assumed to be identical </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.Rounding"> <summary> The number of decimal places to round a number to in order to truncate distances, not to be confused with precision, this is mostly for hashing and reporting, precision determines if two points are the same. NB this must be less that the precision for booleans </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.OneMilliMetre"> <summary> Returns the value for one millimetre in the units of the model </summary> </member> <member name="P:Xbim.Common.XbimModelFactors.DeflectionAngle"> <summary> The min angle used when meshing shapes, works with DeflectionTolerance to set the resolution for linearizing edges, default = 0.5 </summary> </member> <member name="P:Xbim.Common.IPersistEntity.EntityLabel"> <summary> Entity Label is an identifier unique inside one IModel. It can't be changed as other objects rely on it. </summary> </member> <member name="P:Xbim.Common.IPersistEntity.Model"> <summary> Model which contains this entity. No entity can exist outside of a IModel </summary> </member> <member name="P:Xbim.Common.IPersistEntity.Activated"> <summary> Some implementations of IModel may implement lazy loading when internal data of the entity is only loaded when needed. This flag is used by entity itself and possibly by IModel for performance optimization. </summary> </member> <member name="P:Xbim.Common.IPersistEntity.ExpressType"> <summary> Cached reflection information for this type of object </summary> </member> <member name="E:Xbim.Common.ITransaction.EntityChanged"> <summary> This event should be fired after entity is changed </summary> </member> <member name="E:Xbim.Common.ITransaction.EntityChanging"> <summary> This event should be fired before entity is changed. </summary> </member> <member name="M:Xbim.Common.XbimExtensions.StringExtensions.LevenshteinDistance(System.String,System.String)"> <summary> Compute Levenshtein distance. Code origin: http://stackoverflow.com/questions/6944056/c-sharp-compare-string-similarity </summary> <param name="s">String 1</param> <param name="t">String 2</param> <returns>Distance between the two strings. The larger the number, the bigger the difference. </returns> </member> <member name="T:Xbim.Common.Enumerations.ValidationFlags"> <summary> Set the level of the Validation, multiple flags can be set </summary> </member> <member name="F:Xbim.Common.Enumerations.ValidationFlags.None"> <summary> Executes no validation checks </summary> </member> <member name="F:Xbim.Common.Enumerations.ValidationFlags.All"> <summary> Checks all validation levels </summary> </member> <member name="F:Xbim.Common.Enumerations.ValidationFlags.Properties"> <summary> Checks that all property values meet their Ifc Schema Constraints </summary> </member> <member name="F:Xbim.Common.Enumerations.ValidationFlags.Inverses"> <summary> Checks all inverse realationships meet their Ifc Schema Constraints </summary> </member> <member name="T:Xbim.Common.Enumerations.XbimRepresentationContextType"> <summary> </summary> </member> <member name="T:Xbim.Common.Enumerations.XbimRepresentationIdentifierType"> <summary> </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.Curve2D"> <summary> 2 dimensional curves </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.GeometricSet"> <summary> Points, curves, surfaces (2 or 3 dimensional) </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.GeometricCurveSet"> <summary> Points, curves (2 or 3 dimensional) </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.SurfaceModel"> <summary> Face based and shell based surface model </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.SolidModel"> <summary> Swept solid, Boolean results and Brep bodies </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.SweptSolid"> <summary> Swept area solids, by extrusion and revolution </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.Brep"> <summary> Faceted Brep's with and without voids </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.CSG"> <summary> Boolean results of operations between solid models, half spaces and Boolean results </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.Clipping"> <summary> Boolean differences between swept area solids, half spaces and Boolean results </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.AdvancedSweptSolid"> <summary> Swept area solids created by sweeping a profile along a directrix </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.BoundingBox"> <summary> Simplistic 3D representation by a bounding box </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.SectionedSpine"> <summary> cross section based representation of a spine curve and planar cross sections. It can represent a surface or a solid and the interpolations of the between the cross sections is not defined </summary> </member> <member name="F:Xbim.Common.Enumerations.XbimRepresentationType.MappedRepresentation"> <summary> representation based on mapped item(s), referring to a representation map. Note: it can be seen as an inserted block reference. The shape representation of the mapped item has a representation type declaring the type of its representation items. </summary> </member> <member name="T:Xbim.Common.ProjectUnits"> <summary> Could do with Imperial :-) </summary> </member> <member name="T:Xbim.Common.XbimInstanceHandle"> <summary> A lightweight structure for obtaining a handle to an Ifc Instance, the instance is not loaded into memory unless the GetInstance function is called IfcInstanceHandle are specific to the model they were generated from </summary> </member> <member name="T:Xbim.Common.XbimInstanceHandleMap"> <summary> A class for holding mappings between instances in one model and instances in another model </summary> </member> <member name="T:System.Collections.Generic.XbimMultiValueDictionary`2"> <summary> A MultiValueDictionary can be viewed as a <see cref="T:System.Collections.IDictionary" /> that allows multiple values for any given unique key. While the MultiValueDictionary API is mostly the same as that of a regular <see cref="T:System.Collections.IDictionary" />, there is a distinction in that getting the value for a key returns a <see cref="T:System.Collections.Generic.ICollection`1" /> of values rather than a single value associated with that key. Additionally, there is functionality to allow adding or removing more than a single value at once. The MultiValueDictionary can also be viewed as a IReadOnlyDictionary&lt;TKey,ICollection&lt;TValue&gt;t&gt; where the <see cref="T:System.Collections.Generic.ICollection`1" /> is abstracted from the view of the programmer. For a read-only MultiValueDictionary, see <see cref="T:System.Linq.ILookup`2" />. </summary> <typeparam name="TKey">The type of the key.</typeparam> <typeparam name="TValue">The type of the value.</typeparam> </member> <member name="F:System.Collections.Generic.XbimMultiValueDictionary`2.dictionary"> <summary> The private dictionary that this class effectively wraps around </summary> </member> <member name="F:System.Collections.Generic.XbimMultiValueDictionary`2.NewCollectionFactory"> <summary> The function to construct a new <see cref="T:System.Collections.Generic.ICollection`1"/> </summary> <returns></returns> </member> <member name="F:System.Collections.Generic.XbimMultiValueDictionary`2.version"> <summary> The current version of this MultiValueDictionary used to determine MultiValueDictionary modification during enumeration </summary> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the default initial capacity, and uses the default <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for <typeparamref name="TKey"/>. </summary> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the specified initial capacity, and uses the default <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> for <typeparamref name="TKey"/>. </summary> <param name="capacity">Initial number of keys that the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will allocate space for</param> <exception cref="T:System.ArgumentOutOfRangeException">capacity must be >= 0</exception> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.#ctor(System.Collections.Generic.IEqualityComparer{`0})"> <summary> Initializes a new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the default initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />. </summary> <param name="comparer">Specified comparer to use for the <typeparamref name="TKey"/>s</param> <remarks>If <paramref name="comparer"/> is set to null, then the default <see cref="T:System.Collections.IEqualityComparer" /> for <typeparamref name="TKey"/> is used.</remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.#ctor(System.Int32,System.Collections.Generic.IEqualityComparer{`0})"> <summary> Initializes a new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the specified initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />. </summary> <param name="capacity">Initial number of keys that the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will allocate space for</param> <param name="comparer">Specified comparer to use for the <typeparamref name="TKey"/>s</param> <exception cref="T:System.ArgumentOutOfRangeException">Capacity must be >= 0</exception> <remarks>If <paramref name="comparer"/> is set to null, then the default <see cref="T:System.Collections.IEqualityComparer" /> for <typeparamref name="TKey"/> is used.</remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,System.Collections.Generic.ICollection{`1}}})"> <summary> Initializes a new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that contains elements copied from the specified IEnumerable&lt;KeyValuePair&lt;TKey, ICollection&lt;TValue&gt;&gt;&gt; and uses the default <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for the <typeparamref name="TKey"/> type. </summary> <param name="enumerable">IEnumerable to copy elements into this from</param> <exception cref="T:System.ArgumentNullException">enumerable must be non-null</exception> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,System.Collections.Generic.ICollection{`1}}},System.Collections.Generic.IEqualityComparer{`0})"> <summary> Initializes a new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that contains elements copied from the specified IEnumerable&lt;KeyValuePair&lt;TKey, ICollection&lt;TValue&gt;&gt;&gt; and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />. </summary> <param name="enumerable">IEnumerable to copy elements into this from</param> <param name="comparer">Specified comparer to use for the <typeparamref name="TKey"/>s</param> <exception cref="T:System.ArgumentNullException">enumerable must be non-null</exception> <remarks>If <paramref name="comparer"/> is set to null, then the default <see cref="T:System.Collections.IEqualityComparer" /> for <typeparamref name="TKey"/> is used.</remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1"> <summary> Creates a new new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the default initial capacity, and uses the default <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for <typeparamref name="TKey"/>. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <exception cref="T:System.InvalidOperationException"><typeparamref name="TValueCollection"/> must not have IsReadOnly set to true by default.</exception> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1(System.Int32)"> <summary> Creates a new new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the specified initial capacity, and uses the default <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for <typeparamref name="TKey"/>. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <param name="capacity">Initial number of keys that the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will allocate space for</param> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <exception cref="T:System.ArgumentOutOfRangeException">Capacity must be >= 0</exception> <exception cref="T:System.InvalidOperationException"><typeparamref name="TValueCollection"/> must not have IsReadOnly set to true by default.</exception> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1(System.Collections.Generic.IEqualityComparer{`0})"> <summary> Creates a new new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the default initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for <typeparamref name="TKey"/>. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <param name="comparer">Specified comparer to use for the <typeparamref name="TKey"/>s</param> <exception cref="T:System.InvalidOperationException"><typeparamref name="TValueCollection"/> must not have IsReadOnly set to true by default.</exception> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <remarks>If <paramref name="comparer"/> is set to null, then the default <see cref="T:System.Collections.IEqualityComparer" /> for <typeparamref name="TKey"/> is used.</remarks> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1(System.Int32,System.Collections.Generic.IEqualityComparer{`0})"> <summary> Creates a new new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the specified initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for <typeparamref name="TKey"/>. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <param name="capacity">Initial number of keys that the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will allocate space for</param> <param name="comparer">Specified comparer to use for the <typeparamref name="TKey"/>s</param> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <exception cref="T:System.InvalidOperationException"><typeparamref name="TValueCollection"/> must not have IsReadOnly set to true by default.</exception> <exception cref="T:System.ArgumentOutOfRangeException">Capacity must be >= 0</exception> <remarks>If <paramref name="comparer"/> is set to null, then the default <see cref="T:System.Collections.IEqualityComparer" /> for <typeparamref name="TKey"/> is used.</remarks> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,System.Collections.Generic.ICollection{`1}}})"> <summary> Initializes a new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that contains elements copied from the specified IEnumerable&lt;KeyValuePair&lt;TKey, ICollection&lt;TValue&gt;&gt;&gt; and uses the default <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for the <typeparamref name="TKey"/> type. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <param name="enumerable">IEnumerable to copy elements into this from</param> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <exception cref="T:System.InvalidOperationException"><typeparamref name="TValueCollection"/> must not have IsReadOnly set to true by default.</exception> <exception cref="T:System.ArgumentNullException">enumerable must be non-null</exception> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,System.Collections.Generic.ICollection{`1}}},System.Collections.Generic.IEqualityComparer{`0})"> <summary> Initializes a new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that contains elements copied from the specified IEnumerable&lt;KeyValuePair&lt;TKey, ICollection&lt;TValue&gt;&gt;&gt; and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for the <typeparamref name="TKey"/> type. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <param name="enumerable">IEnumerable to copy elements into this from</param> <param name="comparer">Specified comparer to use for the <typeparamref name="TKey"/>s</param> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <exception cref="T:System.InvalidOperationException"><typeparamref name="TValueCollection"/> must not have IsReadOnly set to true by default.</exception> <exception cref="T:System.ArgumentNullException">enumerable must be non-null</exception> <remarks>If <paramref name="comparer"/> is set to null, then the default <see cref="T:System.Collections.IEqualityComparer" /> for <typeparamref name="TKey"/> is used.</remarks> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1(System.Func{``0})"> <summary> Creates a new new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the default initial capacity, and uses the default <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for <typeparamref name="TKey"/>. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <param name="collectionFactory">A function to create a new <see cref="T:System.Collections.Generic.ICollection`1"/> to use in the internal dictionary store of this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" />.</param> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <exception cref="T:System.InvalidOperationException"><paramref name="collectionFactory"/> must create collections with IsReadOnly set to true by default.</exception> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1(System.Int32,System.Func{``0})"> <summary> Creates a new new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the specified initial capacity, and uses the default <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for <typeparamref name="TKey"/>. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <param name="capacity">Initial number of keys that the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will allocate space for</param> <param name="collectionFactory">A function to create a new <see cref="T:System.Collections.Generic.ICollection`1"/> to use in the internal dictionary store of this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" />.</param> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <exception cref="T:System.ArgumentOutOfRangeException">Capacity must be >= 0</exception> <exception cref="T:System.InvalidOperationException"><paramref name="collectionFactory"/> must create collections with IsReadOnly set to true by default.</exception> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1(System.Collections.Generic.IEqualityComparer{`0},System.Func{``0})"> <summary> Creates a new new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the default initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for <typeparamref name="TKey"/>. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <param name="comparer">Specified comparer to use for the <typeparamref name="TKey"/>s</param> <param name="collectionFactory">A function to create a new <see cref="T:System.Collections.Generic.ICollection`1"/> to use in the internal dictionary store of this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" />.</param> <exception cref="T:System.InvalidOperationException"><paramref name="collectionFactory"/> must create collections with IsReadOnly set to true by default.</exception> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <remarks>If <paramref name="comparer"/> is set to null, then the default <see cref="T:System.Collections.IEqualityComparer" /> for <typeparamref name="TKey"/> is used.</remarks> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1(System.Int32,System.Collections.Generic.IEqualityComparer{`0},System.Func{``0})"> <summary> Creates a new new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that is empty, has the specified initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for <typeparamref name="TKey"/>. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <param name="capacity">Initial number of keys that the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will allocate space for</param> <param name="comparer">Specified comparer to use for the <typeparamref name="TKey"/>s</param> <param name="collectionFactory">A function to create a new <see cref="T:System.Collections.Generic.ICollection`1"/> to use in the internal dictionary store of this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" />.</param> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <exception cref="T:System.InvalidOperationException"><paramref name="collectionFactory"/> must create collections with IsReadOnly set to true by default.</exception> <exception cref="T:System.ArgumentOutOfRangeException">Capacity must be >= 0</exception> <remarks>If <paramref name="comparer"/> is set to null, then the default <see cref="T:System.Collections.IEqualityComparer" /> for <typeparamref name="TKey"/> is used.</remarks> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,System.Collections.Generic.ICollection{`1}}},System.Func{``0})"> <summary> Initializes a new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that contains elements copied from the specified IEnumerable&lt;KeyValuePair&lt;TKey, ICollection&lt;TValue&gt;&gt;&gt; and uses the default <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for the <typeparamref name="TKey"/> type. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <param name="enumerable">IEnumerable to copy elements into this from</param> <param name="collectionFactory">A function to create a new <see cref="T:System.Collections.Generic.ICollection`1"/> to use in the internal dictionary store of this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" />.</param> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <exception cref="T:System.InvalidOperationException"><paramref name="collectionFactory"/> must create collections with IsReadOnly set to true by default.</exception> <exception cref="T:System.ArgumentNullException">enumerable must be non-null</exception> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Create``1(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,System.Collections.Generic.ICollection{`1}}},System.Collections.Generic.IEqualityComparer{`0},System.Func{``0})"> <summary> Initializes a new instance of the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> class that contains elements copied from the specified IEnumerable&lt;KeyValuePair&lt;TKey, ICollection&lt;TValue&gt;&gt;&gt; and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for the <typeparamref name="TKey"/> type. The internal dictionary will use instances of the <typeparamref name="TValueCollection"/> class as its collection type. </summary> <typeparam name="TValueCollection"> The collection type that this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> will contain in its internal dictionary. </typeparam> <param name="enumerable">IEnumerable to copy elements into this from</param> <param name="comparer">Specified comparer to use for the <typeparamref name="TKey"/>s</param> <param name="collectionFactory">A function to create a new <see cref="T:System.Collections.Generic.ICollection`1"/> to use in the internal dictionary store of this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" />.</param> <returns>A new <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" /> with the specified parameters.</returns> <exception cref="T:System.InvalidOperationException"><paramref name="collectionFactory"/> must create collections with IsReadOnly set to true by default.</exception> <exception cref="T:System.ArgumentNullException">enumerable must be non-null</exception> <remarks>If <paramref name="comparer"/> is set to null, then the default <see cref="T:System.Collections.IEqualityComparer" /> for <typeparamref name="TKey"/> is used.</remarks> <remarks> Note that <typeparamref name="TValueCollection"/> must implement <see cref="T:System.Collections.Generic.ICollection`1"/> in addition to being constructable through new(). The collection returned from the constructor must also not have IsReadOnly set to True by default. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Add(`0,`1)"> <summary> Adds the specified <typeparamref name="TKey"/> and <typeparamref name="TValue"/> to the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>. </summary> <param name="key">The <typeparamref name="TKey"/> of the element to add.</param> <param name="value">The <typeparamref name="TValue"/> of the element to add.</param> <exception cref="T:System.ArgumentNullException"><paramref name="key"/> is <c>null</c>.</exception> <remarks> Unlike the Add for <see cref="T:System.Collections.IDictionary" />, the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> Add will not throw any exceptions. If the given <typeparamref name="TKey"/> is already in the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>, then <typeparamref name="TValue"/> will be added to <see cref="T:System.Collections.Generic.ICollection`1"/> associated with <paramref name="key"/> </remarks> <remarks> A call to this Add method will always invalidate any currently running enumeration regardless of whether the Add method actually modified the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2" />. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.AddRange(`0,System.Collections.Generic.IEnumerable{`1})"> <summary> Adds a number of key-value pairs to this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>, where the key for each value is <paramref name="key"/>, and the value for a pair is an element from <paramref name="values"/> </summary> <param name="key">The <typeparamref name="TKey"/> of all entries to add</param> <param name="values">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of values to add</param> <exception cref="T:System.ArgumentNullException"><paramref name="key"/> and <paramref name="values"/> must be non-null</exception> <remarks> A call to this AddRange method will always invalidate any currently running enumeration regardless of whether the AddRange method actually modified the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Remove(`0)"> <summary> Removes every <typeparamref name="TValue"/> associated with the given <typeparamref name="TKey"/> from the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>. </summary> <param name="key">The <typeparamref name="TKey"/> of the elements to remove</param> <returns><c>true</c> if the removal was successful; otherwise <c>false</c></returns> <exception cref="T:System.ArgumentNullException"><paramref name="key"/> is <c>null</c>.</exception> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Remove(`0,`1)"> <summary> Removes the first instance (if any) of the given <typeparamref name="TKey"/>-<typeparamref name="TValue"/> pair from this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>. </summary> <param name="key">The <typeparamref name="TKey"/> of the element to remove</param> <param name="value">The <typeparamref name="TValue"/> of the element to remove</param> <exception cref="T:System.ArgumentNullException"><paramref name="key"/> must be non-null</exception> <returns><c>true</c> if the removal was successful; otherwise <c>false</c></returns> <remarks> If the <typeparamref name="TValue"/> being removed is the last one associated with its <typeparamref name="TKey"/>, then that <typeparamref name="TKey"/> will be removed from the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> and its associated <see cref="T:System.Collections.Generic.ICollection`1"/> will be freed as if a call to <see cref="M:System.Collections.Generic.XbimMultiValueDictionary`2.Remove(`0)"/> had been made. </remarks> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Contains(`0,`1)"> <summary> Determines if the given <typeparamref name="TKey"/>-<typeparamref name="TValue"/> pair exists within this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>. </summary> <param name="key">The <typeparamref name="TKey"/> of the element.</param> <param name="value">The <typeparamref name="TValue"/> of the element.</param> <returns><c>true</c> if found; otherwise <c>false</c></returns> <exception cref="T:System.ArgumentNullException"><paramref name="key"/> must be non-null</exception> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.ContainsValue(`1)"> <summary> Determines if the given <typeparamref name="TValue"/> exists within this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>. </summary> <param name="value">A <typeparamref name="TValue"/> to search the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> for</param> <returns><c>true</c> if the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> contains the <paramref name="value"/>; otherwise <c>false</c></returns> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Clear"> <summary> Removes every <typeparamref name="TKey"/> and <typeparamref name="TValue"/> from this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>. </summary> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.ContainsKey(`0)"> <summary> Determines if the given <typeparamref name="TKey"/> exists within this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> and has at least one <typeparamref name="TValue"/> associated with it. </summary> <param name="key">The <typeparamref name="TKey"/> to search the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> for</param> <returns><c>true</c> if the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> contains the requested <typeparamref name="TKey"/>; otherwise <c>false</c>.</returns> <exception cref="T:System.ArgumentNullException"><paramref name="key"/> must be non-null</exception> </member> <member name="P:System.Collections.Generic.XbimMultiValueDictionary`2.Keys"> <summary> Gets each <typeparamref name="TKey"/> in this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> that has one or more associated <typeparamref name="TValue"/>. </summary> <value> An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing each <typeparamref name="TKey"/> in this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> that has one or more associated <typeparamref name="TValue"/>. </value> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.TryGetValue(`0,System.Collections.Generic.ICollection{`1}@)"> <summary> Attempts to get the <typeparamref name="TValue"/> associated with the given <typeparamref name="TKey"/> and place it into <paramref name="value"/>. </summary> <param name="key">The <typeparamref name="TKey"/> of the element to retrieve</param> <param name="value"> When this method returns, contains the <typeparamref name="TValue"/> associated with the specified <typeparamref name="TKey"/> if it is found; otherwise contains the default value of <typeparamref name="TValue"/>. </param> <returns> <c>true</c> if the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> contains an element with the specified <typeparamref name="TKey"/>; otherwise, <c>false</c>. </returns> <exception cref="T:System.ArgumentNullException"><paramref name="key"/> must be non-null</exception> </member> <member name="P:System.Collections.Generic.XbimMultiValueDictionary`2.Values"> <summary> Gets an enumerable of <see cref="T:System.Collections.Generic.ICollection`1"/> from this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>, where each <see cref="T:System.Collections.Generic.ICollection`1" /> is the collection of every <typeparamref name="TValue"/> associated with a <typeparamref name="TKey"/> present in the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>. </summary> <value>An IEnumerable of each <see cref="T:System.Collections.Generic.ICollection`1"/> in this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/></value> </member> <member name="P:System.Collections.Generic.XbimMultiValueDictionary`2.Item(`0)"> <summary> Get every <typeparamref name="TValue"/> associated with the given <typeparamref name="TKey"/>. If <paramref name="key"/> is not found in this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>, will throw a <see cref="T:System.Collections.Generic.KeyNotFoundException"/>. </summary> <param name="key">The <typeparamref name="TKey"/> of the elements to retrieve.</param> <exception cref="T:System.ArgumentNullException"><paramref name="key"/> must be non-null</exception> <exception cref="T:System.Collections.Generic.KeyNotFoundException"><paramref name="key"/> does not have any associated <typeparamref name="TValue"/>s in this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>.</exception> <value> An <see cref="T:System.Collections.Generic.ICollection`1"/> containing every <typeparamref name="TValue"/> associated with <paramref name="key"/>. </value> <remarks> Note that the <see cref="T:System.Collections.Generic.ICollection`1"/> returned will change alongside any changes to the <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> </remarks> </member> <member name="P:System.Collections.Generic.XbimMultiValueDictionary`2.Count"> <summary> Returns the number of <typeparamref name="TKey"/>s with one or more associated <typeparamref name="TValue"/> in this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>. </summary> <value>The number of <typeparamref name="TKey"/>s in this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>.</value> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.GetEnumerator"> <summary> Get an Enumerator over the <typeparamref name="TKey"/>-<see cref="T:System.Collections.Generic.ICollection`1"/> pairs in this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>. </summary> <returns>an Enumerator over the <typeparamref name="TKey"/>-<see cref="T:System.Collections.Generic.ICollection`1"/> pairs in this <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/>.</returns> </member> <member name="T:System.Collections.Generic.XbimMultiValueDictionary`2.Enumerator"> <summary> The Enumerator class for a <see cref="T:System.Collections.Generic.XbimMultiValueDictionary`2"/> that iterates over <typeparamref name="TKey"/>-<see cref="T:System.Collections.Generic.ICollection`1"/> pairs. </summary> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Enumerator.#ctor(System.Collections.Generic.XbimMultiValueDictionary{`0,`1})"> <summary> Constructor for the enumerator </summary> <param name="_xbimMultiValueDictionary">A MultiValueDictionary to iterate over</param> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Enumerator.MoveNext"> <summary> Advances the enumerator to the next element of the collection. </summary> <returns> true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. </returns> <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Enumerator.Reset"> <summary> Sets the enumerator to its initial position, which is before the first element in the collection. </summary> <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception> </member> <member name="M:System.Collections.Generic.XbimMultiValueDictionary`2.Enumerator.Dispose"> <summary> Frees resources associated with this Enumerator </summary> </member> <member name="T:System.Collections.Generic.XbimMultiValueDictionary`2.InnerCollectionView"> <summary> An inner class that functions as a view of an ICollection within a MultiValueDictionary </summary> </member> </members> </doc>
54.621403
290
0.627125
57bd36c1a16e447dc3906cf9d8e7cfac04ff117d
1,264
xml
XML
alexa-manager/alexa-restful-api/src/main/resources/logback.xml
shijian-ws/alexa
c427471fcf6139d88298230f0e43e7e7da7410ed
[ "Apache-2.0" ]
6
2017-12-25T10:18:40.000Z
2019-10-14T21:24:51.000Z
alexa-manager/alexa-restful-api/src/main/resources/logback.xml
shijian-ws/alexa
c427471fcf6139d88298230f0e43e7e7da7410ed
[ "Apache-2.0" ]
null
null
null
alexa-manager/alexa-restful-api/src/main/resources/logback.xml
shijian-ws/alexa
c427471fcf6139d88298230f0e43e7e7da7410ed
[ "Apache-2.0" ]
2
2019-06-14T03:49:07.000Z
2020-02-19T15:53:18.000Z
<?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="60 seconds" debug="false"> <!-- 屏蔽指定类的日志 --> <logger name="logback" level="OFF"/> <!-- 设置mybatis日志 --> <logger name="com.ibatis" level="DEBUG"/> <logger name="org.mybatis.spring" level="DEBUG"/> <logger name="com.ibatis.common.jdbc.SimpleDataSource" level="DEBUG"/> <logger name="com.ibatis.common.jdbc.ScriptRunner" level="DEBUG"/> <logger name="com.ibatis.sqlmap.engine.impl.SqlMapClientDelegate" level="DEBUG"/> <logger name="java.sql.Connection" level="DEBUG" additivity="true"/> <logger name="java.sql.Statement" level="DEBUG" additivity="true"/> <logger name="java.sql.PreparedStatement" level="DEBUG" additivity="true"/> <logger name="java.sql.ResultSet" level="DEBUG" additivity="true"/> <appender name="console" class="ch.qos.logback.core.ConsoleAppender"> <encoder charset="UTF-8"> <pattern>%date{HH:mm:ss} [%-5level] %logger\(%line\) - %msg%n</pattern> </encoder> <filter class="ch.qos.logback.classic.filter.ThresholdFilter"> <level>INFO</level> </filter> </appender> <root level="DEBUG"> <appender-ref ref="console"/> </root> </configuration>
43.586207
85
0.647152
4b0dda8f5be6367b86b449ce96b3fef6207faa19
16,910
vcxproj
XML
PuzzleModern.Phone/PuzzleModern.Phone.vcxproj
x-sheep/puzzles
86c38672865a6e2acb3386c0f3b12954a4c2a257
[ "MIT" ]
5
2017-05-02T08:53:03.000Z
2020-12-07T02:04:15.000Z
PuzzleModern.Phone/PuzzleModern.Phone.vcxproj
x-sheep/puzzles
86c38672865a6e2acb3386c0f3b12954a4c2a257
[ "MIT" ]
7
2019-07-18T00:06:02.000Z
2022-02-20T20:10:47.000Z
PuzzleModern.Phone/PuzzleModern.Phone.vcxproj
x-sheep/puzzles
86c38672865a6e2acb3386c0f3b12954a4c2a257
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|ARM"> <Configuration>Debug</Configuration> <Platform>ARM</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|ARM"> <Configuration>Release</Configuration> <Platform>ARM</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{32839afb-652e-4852-a59e-84d912f5c979}</ProjectGuid> <RootNamespace>PuzzleModern</RootNamespace> <DefaultLanguage>en-US</DefaultLanguage> <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> <AppContainerApplication>true</AppContainerApplication> <ApplicationType>Windows Phone</ApplicationType> <ApplicationTypeRevision>8.1</ApplicationTypeRevision> <ProjectName>PuzzleModern.Phone</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v120_wp81</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v120_wp81</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>true</WholeProgramOptimization> <PlatformToolset>v120_wp81</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>true</WholeProgramOptimization> <PlatformToolset>v120_wp81</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="Shared"> <Import Project="..\PuzzleCommon\PuzzleCommon.Static\PuzzleCommon.Static.vcxitems" Label="Shared" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros"> <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> <AppxBundlePlatforms>arm</AppxBundlePlatforms> <AppxBundle>Always</AppxBundle> </PropertyGroup> <PropertyGroup> <OutDir>$(SolutionDir)$(MSBuildProjectName)\$(Configuration)\</OutDir> </PropertyGroup> <ItemDefinitionGroup> <ClCompile> <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> <PreprocessorDefinitions>COMBINED;STYLUS_BASED;SMALL_SCREEN;PORTRAIT_SCREEN;SLOW_SYSTEM;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Platform)'=='Win32'"> <Link> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories);$(WindowsPhoneSDK_LibraryPath_x86)</AdditionalLibraryDirectories> <AdditionalDependencies>WindowsPhoneCore.lib;RuntimeObject.lib;PhoneAppModelHost.lib;DXGI.lib;D3D11.lib;D2D1.lib;DWrite.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Platform)'=='ARM'"> <Link> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories);$(WindowsPhoneSDK_LibraryPath_arm)</AdditionalLibraryDirectories> <AdditionalDependencies>WindowsPhoneCore.lib;RuntimeObject.lib;PhoneAppModelHost.lib;DXGI.lib;D3D11.lib;D2D1.lib;DWrite.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="AboutPage.xaml.h"> <DependentUpon>AboutPage.xaml</DependentUpon> </ClInclude> <ClInclude Include="HelpPage.xaml.h"> <DependentUpon>HelpPage.xaml</DependentUpon> </ClInclude> <ClInclude Include="ParamsDialog.xaml.h"> <DependentUpon>ParamsDialog.xaml</DependentUpon> </ClInclude> <ClInclude Include="PresetDialog.xaml.h"> <DependentUpon>PresetDialog.xaml</DependentUpon> </ClInclude> <ClInclude Include="PuzzleKeyboard.xaml.h"> <DependentUpon>PuzzleKeyboard.xaml</DependentUpon> </ClInclude> <ClInclude Include="SettingsPage.xaml.h"> <DependentUpon>SettingsPage.xaml</DependentUpon> </ClInclude> <ClInclude Include="SpecificDialog.xaml.h"> <DependentUpon>SpecificDialog.xaml</DependentUpon> </ClInclude> <ClInclude Include="TileButton.xaml.h"> <DependentUpon>TileButton.xaml</DependentUpon> </ClInclude> <ClInclude Include="Common\NavigationHelper.h" /> <ClInclude Include="Common\RelayCommand.h" /> <ClInclude Include="Common\SuspensionManager.h" /> <ClInclude Include="ItemPage.xaml.h"> <DependentUpon>ItemPage.xaml</DependentUpon> </ClInclude> <ClInclude Include="pch.h" /> <ClInclude Include="App.xaml.h"> <DependentUpon>App.xaml</DependentUpon> </ClInclude> <ClInclude Include="HubPage.xaml.h"> <DependentUpon>HubPage.xaml</DependentUpon> </ClInclude> </ItemGroup> <ItemGroup> <ApplicationDefinition Include="App.xaml"> <SubType>Designer</SubType> </ApplicationDefinition> <Page Include="AboutPage.xaml"> <SubType>Designer</SubType> </Page> <Page Include="HelpPage.xaml"> <SubType>Designer</SubType> </Page> <Page Include="HubPage.xaml"> <SubType>Designer</SubType> </Page> <Page Include="ItemPage.xaml"> <SubType>Designer</SubType> </Page> <Page Include="ParamsDialog.xaml"> <SubType>Designer</SubType> </Page> <Page Include="PresetDialog.xaml" /> <Page Include="PuzzleKeyboard.xaml"> <SubType>Designer</SubType> </Page> <Page Include="SettingsPage.xaml"> <SubType>Designer</SubType> </Page> <Page Include="SpecificDialog.xaml"> <SubType>Designer</SubType> </Page> <Page Include="TileButton.xaml"> <SubType>Designer</SubType> </Page> </ItemGroup> <ItemGroup> <None Include="Common\ReadMe.txt" /> <AppxManifest Include="Package.appxmanifest"> <SubType>Designer</SubType> </AppxManifest> <None Include="style.css"> <DeploymentContent>true</DeploymentContent> </None> </ItemGroup> <ItemGroup> <Image Include="Assets\DarkGray.png" /> <Image Include="Assets\LightGray.png" /> <Image Include="Assets\Logo.scale-240.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Assets\MediumGray.png" /> <Image Include="Assets\SmallLogo.scale-100.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Assets\SmallLogo.scale-140.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Assets\SmallLogo.scale-240.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Assets\Square71x71Logo.scale-100.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Assets\Square71x71Logo.scale-140.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Assets\StoreLogo.scale-100.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Assets\StoreLogo.scale-140.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Assets\StoreLogo.scale-240.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Assets\SplashScreen.scale-240.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Assets\Square71x71Logo.scale-240.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Assets\WideLogo.scale-240.png"> <DeploymentContent>true</DeploymentContent> </Image> <Image Include="Icons\blackbox-large.png" /> <Image Include="Icons\blackbox-small.png" /> <Image Include="Icons\bridges-large.png" /> <Image Include="Icons\bridges-small.png" /> <Image Include="Icons\cube-large.png" /> <Image Include="Icons\cube-small.png" /> <Image Include="Icons\dominosa-large.png" /> <Image Include="Icons\dominosa-small.png" /> <Image Include="Icons\fifteen-large.png" /> <Image Include="Icons\fifteen-small.png" /> <Image Include="Icons\filling-large.png" /> <Image Include="Icons\filling-small.png" /> <Image Include="Icons\flip-large.png" /> <Image Include="Icons\flip-small.png" /> <Image Include="Icons\flood-large.png" /> <Image Include="Icons\flood-small.png" /> <Image Include="Icons\galaxies-large.png" /> <Image Include="Icons\galaxies-small.png" /> <Image Include="Icons\guess-large.png" /> <Image Include="Icons\guess-small.png" /> <Image Include="Icons\inertia-large.png" /> <Image Include="Icons\inertia-small.png" /> <Image Include="Icons\keen-large.png" /> <Image Include="Icons\keen-small.png" /> <Image Include="Icons\lightup-large.png" /> <Image Include="Icons\lightup-small.png" /> <Image Include="Icons\loopy-large.png" /> <Image Include="Icons\loopy-small.png" /> <Image Include="Icons\magnets-large.png" /> <Image Include="Icons\magnets-small.png" /> <Image Include="Icons\map-large.png" /> <Image Include="Icons\map-small.png" /> <Image Include="Icons\mines-large.png" /> <Image Include="Icons\mines-small.png" /> <Image Include="Icons\mosaic-large.png" /> <Image Include="Icons\mosaic-small.png" /> <Image Include="Icons\net-large.png" /> <Image Include="Icons\net-small.png" /> <Image Include="Icons\netslide-large.png" /> <Image Include="Icons\netslide-small.png" /> <Image Include="Icons\palisade-large.png" /> <Image Include="Icons\palisade-small.png" /> <Image Include="Icons\pattern-large.png" /> <Image Include="Icons\pattern-small.png" /> <Image Include="Icons\pearl-large.png" /> <Image Include="Icons\pearl-small.png" /> <Image Include="Icons\pegs-large.png" /> <Image Include="Icons\pegs-small.png" /> <Image Include="Icons\range-large.png" /> <Image Include="Icons\range-small.png" /> <Image Include="Icons\rect-large.png" /> <Image Include="Icons\rect-small.png" /> <Image Include="Icons\samegame-large.png" /> <Image Include="Icons\samegame-small.png" /> <Image Include="Icons\signpost-large.png" /> <Image Include="Icons\signpost-small.png" /> <Image Include="Icons\singles-large.png" /> <Image Include="Icons\singles-small.png" /> <Image Include="Icons\sixteen-large.png" /> <Image Include="Icons\sixteen-small.png" /> <Image Include="Icons\slant-large.png" /> <Image Include="Icons\slant-small.png" /> <Image Include="Icons\solo-large.png" /> <Image Include="Icons\solo-small.png" /> <Image Include="Icons\tents-large.png" /> <Image Include="Icons\tents-small.png" /> <Image Include="Icons\towers-large.png" /> <Image Include="Icons\towers-small.png" /> <Image Include="Icons\tracks-large.png" /> <Image Include="Icons\tracks-small.png" /> <Image Include="Icons\twiddle-large.png" /> <Image Include="Icons\twiddle-small.png" /> <Image Include="Icons\undead-large.png" /> <Image Include="Icons\undead-small.png" /> <Image Include="Icons\unequal-large.png" /> <Image Include="Icons\unequal-small.png" /> <Image Include="Icons\unruly-large.png" /> <Image Include="Icons\unruly-small.png" /> <Image Include="Icons\untangle-large.png" /> <Image Include="Icons\untangle-small.png" /> </ItemGroup> <ItemGroup> <ClCompile Include="AboutPage.xaml.cpp"> <DependentUpon>AboutPage.xaml</DependentUpon> </ClCompile> <ClCompile Include="App.xaml.cpp"> <DependentUpon>App.xaml</DependentUpon> </ClCompile> <ClCompile Include="HelpPage.xaml.cpp"> <DependentUpon>HelpPage.xaml</DependentUpon> </ClCompile> <ClCompile Include="ParamsDialog.xaml.cpp"> <DependentUpon>ParamsDialog.xaml</DependentUpon> </ClCompile> <ClCompile Include="PresetDialog.xaml.cpp"> <DependentUpon>PresetDialog.xaml</DependentUpon> </ClCompile> <ClCompile Include="PuzzleKeyboard.xaml.cpp"> <DependentUpon>PuzzleKeyboard.xaml</DependentUpon> </ClCompile> <ClCompile Include="SettingsPage.xaml.cpp"> <DependentUpon>SettingsPage.xaml</DependentUpon> </ClCompile> <ClCompile Include="SpecificDialog.xaml.cpp"> <DependentUpon>SpecificDialog.xaml</DependentUpon> </ClCompile> <ClCompile Include="TileButton.xaml.cpp"> <DependentUpon>TileButton.xaml</DependentUpon> </ClCompile> <ClCompile Include="Common\NavigationHelper.cpp" /> <ClCompile Include="Common\RelayCommand.cpp" /> <ClCompile Include="Common\SuspensionManager.cpp" /> <ClCompile Include="HubPage.xaml.cpp"> <DependentUpon>HubPage.xaml</DependentUpon> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DeploymentContent> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DeploymentContent> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">false</DeploymentContent> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</DeploymentContent> </ClCompile> <ClCompile Include="ItemPage.xaml.cpp"> <DependentUpon>ItemPage.xaml</DependentUpon> </ClCompile> <ClCompile Include="pch.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader> </ClCompile> </ItemGroup> <ItemGroup> <PRIResource Include="Strings\en-US\Resources.resw"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> </PRIResource> </ItemGroup> <ItemGroup> <ProjectReference Include="..\PuzzleCommon\PuzzleCommon.WindowsPhone\PuzzleCommon.WindowsPhone.vcxproj"> <Project>{38554673-ec28-40fd-8bbe-b4d46181b1b3}</Project> </ProjectReference> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>
46.328767
180
0.709225
23dd581aba81101cffe809f25a321f4c248fd685
1,593
csproj
XML
src/BXJG.Wechat/BXJG.WeChat.csproj
bxjg1987/abpGeneralModules
c1da0c3a16c1c92561a43ec43ec2af3913a05c92
[ "MIT" ]
34
2019-12-24T02:19:44.000Z
2021-08-05T14:48:24.000Z
src/BXJG.Wechat/BXJG.WeChat.csproj
bxjg1987/abpGeneralModules
c1da0c3a16c1c92561a43ec43ec2af3913a05c92
[ "MIT" ]
null
null
null
src/BXJG.Wechat/BXJG.WeChat.csproj
bxjg1987/abpGeneralModules
c1da0c3a16c1c92561a43ec43ec2af3913a05c92
[ "MIT" ]
15
2020-03-22T09:20:25.000Z
2022-03-23T10:48:37.000Z
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> <AssemblyName>BXJG.WeChat</AssemblyName> <Authors>变形精怪</Authors> <RepositoryUrl>https://github.com/bxjg1987/abpGeneralModules</RepositoryUrl> <RepositoryType>git</RepositoryType> <Description>轻量的asp.net core 3.1版本的微信小程序登录库(无其它微信功能),基于asp.net core默认的Google账号登录实现。使用说明请参考:https://www.cnblogs.com/jionsoft/p/12551143.html 或者:https://share.weiyun.com/57HKopT</Description> <Version>1.0.0</Version> <PackageProjectUrl>https://github.com/bxjg1987/abpGeneralModules</PackageProjectUrl> <PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> <PackageId>BXJG.WeChat</PackageId> </PropertyGroup> <ItemGroup> <Compile Remove="MiniProgram\MiniProgramCreatingTicketContext.cs" /> <Compile Remove="Payment\HttpContextExtensions.cs" /> <Compile Remove="Payment\WeChatPamentNoticeHandleResult.cs" /> <Compile Remove="Payment\WeChatPaymentDefaults.cs" /> <Compile Remove="Payment\WeChatPaymentNoticeExtensions.cs" /> <Compile Remove="Payment\WeChatPaymentNoticeOptions.cs" /> <Compile Remove="Payment\WeChatPaymentUnifyOrderInputFactory.cs" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="3.1.2" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\BXJG.Utils\BXJG.Utils.csproj" /> </ItemGroup> <ItemGroup> <Folder Include="Common\" /> </ItemGroup> </Project>
39.825
193
0.755179
27b81abb392d5ff1f9b480ba674f66b99870115a
3,111
xml
XML
app/src/main/res/drawable/main_button_on.xml
Foxpace/SensorTemplate
a6338690e67f4e013c789316a09dc76818a8a5cb
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/main_button_on.xml
Foxpace/SensorTemplate
a6338690e67f4e013c789316a09dc76818a8a5cb
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/main_button_on.xml
Foxpace/SensorTemplate
a6338690e67f4e013c789316a09dc76818a8a5cb
[ "Apache-2.0" ]
1
2020-02-14T03:42:49.000Z
2020-02-14T03:42:49.000Z
<?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:viewportWidth="300" android:viewportHeight="400" android:width="300dp" android:height="400dp"> <path android:pathData="M262.50018 199.436A112.25013 112.25013 0 0 1 150.25005 311.68613 112.25013 112.25013 0 0 1 37.999916 199.436 112.25013 112.25013 0 0 1 150.25005 87.185875 112.25013 112.25013 0 0 1 262.50018 199.436Z" android:strokeWidth="20" android:fillColor="#000000" android:strokeAlpha="0.1" android:fillAlpha="0.1" android:strokeColor="#000000" /> <path android:pathData="M242.50014 199.43599a92.250099 92.250099 0 0 1 -92.25009 92.2501 92.250099 92.250099 0 0 1 -92.250103 -92.2501 92.250099 92.250099 0 0 1 92.250103 -92.2501 92.250099 92.250099 0 0 1 92.25009 92.2501z" android:strokeWidth="20" android:fillColor="#000000" android:strokeAlpha="0.25" android:fillAlpha="0.25" android:strokeColor="#000000" /> <path android:pathData="M222.50012 199.43599a72.250076 72.250076 0 0 1 -72.25007 72.25008 72.250076 72.250076 0 0 1 -72.250081 -72.25008 72.250076 72.250076 0 0 1 72.250081 -72.25008 72.250076 72.250076 0 0 1 72.25007 72.25008z" android:strokeWidth="20" android:fillColor="#000000" android:strokeAlpha="0.4" android:fillAlpha="0.4" android:strokeColor="#000000" /> <path android:pathData="M198.0001 199.43599a47.750053 47.233833 0 0 1 -47.75005 47.23383 47.750053 47.233833 0 0 1 -47.75006 -47.23383 47.750053 47.233833 0 0 1 47.75006 -47.23383 47.750053 47.233833 0 0 1 47.75005 47.23383z" android:strokeWidth="30" android:fillColor="#000000" android:strokeAlpha="0.7" android:fillAlpha="0.7" android:strokeColor="#000000" /> <path android:pathData="M171.75007 199.436A21.500023 21.500023 0 0 1 150.25005 220.93603 21.500023 21.500023 0 0 1 128.75002 199.436 21.500023 21.500023 0 0 1 150.25005 177.93598 21.500023 21.500023 0 0 1 171.75007 199.436Z" android:strokeWidth="30" android:fillColor="#000000" android:strokeColor="#000000" /> <path android:pathData="M144.25005 195.93599l13.00001 0 0 7 -13.00001 0z" android:strokeWidth="30" android:fillColor="#000000" android:strokeColor="#000000" /> <group android:scaleX="0.1035731" android:scaleY="0.1035731" android:translateX="143.1983" android:translateY="190.7112"> <path android:pathData="M36.084717 254.6233l0 -359.7c0 -6.7 -5.4 -12.1 -12.2 -12.1l-71.6 0c-6.8 0 -12.2 5.4 -12.2 12.1l0 359.7c0 6.7 5.4 12.2 12.2 12.2l71.6 0c6.8 0 12.2 -5.4 12.2 -12.2z" android:fillColor="#FFFFFF" /> <path android:pathData="M183.88472 -117.1767l-71.6 0c-6.7 0 -12.2 5.4 -12.2 12.1l0 359.7c0 6.7 5.4 12.2 12.2 12.2l71.6 0c6.7 0 12.2 -5.4 12.2 -12.2l0 -359.7c0 -6.7 -5.4 -12.1 -12.2 -12.1z" android:fillColor="#FFFFFF" /> </group> </vector>
53.637931
230
0.643844
11fe80c46a216c12dcdd18dde5eaa59425265fa7
13,363
xml
XML
3_JavaConnectMySQL/userdb1/.idea/workspace.xml
Zanyangwang/cluster
6ed312ecfa93f3477ea29a8433ff8fe9331aa687
[ "MIT" ]
null
null
null
3_JavaConnectMySQL/userdb1/.idea/workspace.xml
Zanyangwang/cluster
6ed312ecfa93f3477ea29a8433ff8fe9331aa687
[ "MIT" ]
null
null
null
3_JavaConnectMySQL/userdb1/.idea/workspace.xml
Zanyangwang/cluster
6ed312ecfa93f3477ea29a8433ff8fe9331aa687
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="aca11b67-5cd0-447a-bff8-40a3b7f825de" name="Default Changelist" comment=""> <change afterPath="$PROJECT_DIR$/../userdb2/src/ItemDB.java" afterDir="false" /> <change afterPath="$PROJECT_DIR$/../userdb2/src/createTableSQL" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> </list> <ignored path="$PROJECT_DIR$/out/" /> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="FUSProjectUsageTrigger"> <session id="372397911"> <usages-collector id="statistics.lifecycle.project"> <counts> <entry key="project.closed" value="1" /> <entry key="project.open.time.0" value="1" /> <entry key="project.opened" value="1" /> </counts> </usages-collector> <usages-collector id="statistics.file.extensions.open"> <counts> <entry key="java" value="2" /> </counts> </usages-collector> <usages-collector id="statistics.file.types.open"> <counts> <entry key="JAVA" value="2" /> </counts> </usages-collector> <usages-collector id="statistics.file.extensions.edit"> <counts> <entry key="java" value="350" /> </counts> </usages-collector> <usages-collector id="statistics.file.types.edit"> <counts> <entry key="JAVA" value="350" /> </counts> </usages-collector> </session> </component> <component name="FileEditorManager"> <leaf> <file pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/src/UserDB.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="129"> <caret line="135" column="60" lean-forward="true" selection-start-line="135" selection-start-column="60" selection-end-line="135" selection-end-column="60" /> <folding> <element signature="imports" expanded="true" /> </folding> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="false"> <entry file="jar://C:/Program Files/Java/jdk1.8.0_191/src.zip!/java/lang/String.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="113"> <caret line="988" selection-start-line="988" selection-end-line="988" /> </state> </provider> </entry> </file> </leaf> </component> <component name="FileTemplateManagerImpl"> <option name="RECENT_TEMPLATES"> <list> <option value="Class" /> </list> </option> </component> <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." /> </component> <component name="IdeDocumentHistory"> <option name="CHANGED_PATHS"> <list> <option value="$PROJECT_DIR$/src/UserDB.java" /> </list> </option> </component> <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsGulpfileManager"> <detection-done>true</detection-done> <sorting>DEFINITION_ORDER</sorting> </component> <component name="ProjectFrameBounds" extendedState="6"> <option name="x" value="10" /> <option name="y" value="20" /> <option name="width" value="1260" /> <option name="height" value="650" /> </component> <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> <component name="ProjectView"> <navigator proportions="" version="1"> <foldersAlwaysOnTop value="true" /> </navigator> <panes> <pane id="Scope" /> <pane id="ProjectPane"> <subPane> <expand> <path> <item name="userdb1" type="b2602c69:ProjectViewProjectNode" /> <item name="userdb1" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="userdb1" type="b2602c69:ProjectViewProjectNode" /> <item name="外部ライブラリー" type="cb654da1:ExternalLibrariesNode" /> </path> </expand> <select /> </subPane> </pane> <pane id="PackagesPane" /> </panes> </component> <component name="PropertiesComponent"> <property name="WebServerToolWindowFactoryState" value="false" /> <property name="aspect.path.notification.shown" value="true" /> <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1542388024819" /> <property name="last_opened_file_path" value="$PROJECT_DIR$/../../Tools/mysql-connector-java-8.0.13.jar!/" /> <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" /> <property name="nodejs_npm_path_reset_for_default_project" value="true" /> <property name="project.structure.last.edited" value="モジュール" /> <property name="project.structure.proportion" value="0.0" /> <property name="project.structure.side.proportion" value="0.2" /> <property name="settings.editor.selected.configurable" value="editor.preferences.fonts.default" /> </component> <component name="RunDashboard"> <option name="ruleStates"> <list> <RuleState> <option name="name" value="ConfigurationTypeDashboardGroupingRule" /> </RuleState> <RuleState> <option name="name" value="StatusDashboardGroupingRule" /> </RuleState> </list> </option> </component> <component name="RunManager"> <configuration name="UserDB" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> <option name="MAIN_CLASS_NAME" value="UserDB" /> <module name="userdb1" /> <option name="PROGRAM_PARAMETERS" value="select" /> <method v="2"> <option name="Make" enabled="true" /> </method> </configuration> <recent_temporary> <list> <item itemvalue="Application.UserDB" /> </list> </recent_temporary> </component> <component name="SvnConfiguration"> <configuration /> </component> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="aca11b67-5cd0-447a-bff8-40a3b7f825de" name="Default Changelist" comment="" /> <created>1542380877133</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1542380877133</updated> <workItem from="1542380878359" duration="5939000" /> </task> <servers /> </component> <component name="TimeTrackingManager"> <option name="totallyTimeSpent" value="5939000" /> </component> <component name="TodoView"> <todo-panel id="selected-file"> <is-autoscroll-to-source value="true" /> </todo-panel> <todo-panel id="all"> <are-packages-shown value="true" /> <is-autoscroll-to-source value="true" /> </todo-panel> </component> <component name="ToolWindowManager"> <frame x="-8" y="-8" width="1296" height="706" extended-state="6" /> <layout> <window_info id="デザイナー" /> <window_info id="Image Layers" /> <window_info id="Capture Tool" /> <window_info id="UI デザイナー" /> <window_info id="Favorites" side_tool="true" /> <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.25" /> <window_info id="Structure" order="1" side_tool="true" weight="0.25" /> <window_info anchor="bottom" id="Version Control" show_stripe_button="false" /> <window_info anchor="bottom" id="Messages" /> <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" /> <window_info anchor="bottom" id="Terminal" weight="0.32867134" /> <window_info anchor="bottom" id="Event Log" side_tool="true" /> <window_info anchor="bottom" id="Message" order="0" /> <window_info anchor="bottom" id="Find" order="1" /> <window_info anchor="bottom" id="Run" order="2" weight="0.32867134" /> <window_info anchor="bottom" id="Debug" order="3" weight="0.11363637" /> <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" /> <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" /> <window_info anchor="bottom" id="TODO" order="6" weight="0.32867134" /> <window_info anchor="right" id="Theme Preview" /> <window_info anchor="right" id="キャプチャー分析" /> <window_info anchor="right" id="パレット" /> <window_info anchor="right" id="Palette&#9;" /> <window_info anchor="right" id="Database" /> <window_info anchor="right" id="Maven Projects" /> <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" /> <window_info anchor="right" id="Ant Build" order="1" weight="0.25" /> <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" /> </layout> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="version" value="1" /> </component> <component name="VcsContentAnnotationSettings"> <option name="myLimit" value="2678400000" /> </component> <component name="XDebuggerManager"> <breakpoint-manager> <breakpoints> <line-breakpoint enabled="true" type="java-method"> <url>file://$PROJECT_DIR$/src/UserDB.java</url> <line>72</line> <properties class="UserDB" method="execute"> <option name="EMULATED" value="true" /> </properties> <option name="timeStamp" value="4" /> </line-breakpoint> </breakpoints> </breakpoint-manager> </component> <component name="editorHistoryManager"> <entry file="jar://C:/Program Files/Java/jdk1.8.0_191/src.zip!/java/lang/String.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="113"> <caret line="988" selection-start-line="988" selection-end-line="988" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/UserDB.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="129"> <caret line="135" column="60" lean-forward="true" selection-start-line="135" selection-start-column="60" selection-end-line="135" selection-end-column="60" /> <folding> <element signature="imports" expanded="true" /> </folding> </state> </provider> </entry> </component> <component name="masterDetails"> <states> <state key="ArtifactsStructureConfigurable.UI"> <settings> <artifact-editor /> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> <state key="FacetStructureConfigurable.UI"> <settings> <last-edited>No facets are configured</last-edited> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> <state key="GlobalLibrariesConfigurable.UI"> <settings> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> <state key="JdkListConfigurable.UI"> <settings> <last-edited>1.8</last-edited> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> <state key="ModuleStructureConfigurable.UI"> <settings> <last-edited>userdb1</last-edited> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> <state key="ProjectLibrariesConfigurable.UI"> <settings> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> </states> </component> </project>
39.652819
172
0.604355
a7a62d6bf1005a297aade710c7b7c0c4127dcb52
5,867
xml
XML
app/src/main/res/layout/activity_main.xml
shareme/GWSBetterRelativeLayout
f0f2e75ee178eaad8003b88fe2bbee09e78d5f37
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_main.xml
shareme/GWSBetterRelativeLayout
f0f2e75ee178eaad8003b88fe2bbee09e78d5f37
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_main.xml
shareme/GWSBetterRelativeLayout
f0f2e75ee178eaad8003b88fe2bbee09e78d5f37
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <com.github.shareme.gwsbetterrelativelayout.library.SpringLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/white" tools:context=".MainActivity" > <com.github.shareme.gwsbetterrelativelayout.library.SpringLayout android:id="@+id/top_title" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@android:color/white" > <TextView android:id="@+id/X" android:layout_width="wrap_content" android:layout_height="20dp" android:background="#ffff0000" app:layout_alignParentLeft="true" android:gravity="center" android:text="@string/X" /> <TextView android:id="@+id/Y" android:layout_width="wrap_content" android:layout_height="20dp" app:layout_toRightOf="@id/X" app:layout_toLeftOf="@+id/Z" android:background="#ff00ff00" android:gravity="center" android:text="@string/Y" /> <TextView android:id="@id/Z" android:layout_width="wrap_content" android:layout_height="20dp" app:layout_alignParentRight="true" android:background="#ff0000ff" android:gravity="center" android:text="@string/Z" /> </com.github.shareme.gwsbetterrelativelayout.library.SpringLayout> <View android:id="@+id/horizontal_divider" android:layout_width="match_parent" android:layout_height="3dp" app:layout_centerVertical="true" android:background="@android:color/black" /> <View android:id="@+id/spring_A" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_widthWeight="1" /> <TextView android:id="@+id/A" android:layout_width="wrap_content" android:layout_height="40dp" app:layout_centerVertical="true" app:layout_relativeWidth="10%" app:layout_toRightOf="@id/spring_A" android:background="#ffff0000" android:ellipsize="end" android:gravity="center" android:singleLine="true" /> <View android:id="@+id/spring_B" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_widthWeight="2" app:layout_toRightOf="@id/A" /> <TextView android:id="@+id/B" android:layout_width="wrap_content" android:layout_height="40dp" app:layout_centerVertical="true" app:layout_relativeWidth="50%" app:layout_toRightOf="@id/spring_B" android:background="#ff00ff00" android:ellipsize="end" android:gravity="center" android:singleLine="true" /> <View android:id="@+id/spring_C" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_alignParentRight="true" app:layout_widthWeight="1" app:layout_toRightOf="@id/B" /> <View android:id="@+id/spring_A_center" android:layout_width="3dp" android:layout_height="match_parent" app:layout_alignCenterHorizontally="@id/spring_A" android:background="@android:color/black" /> <View android:id="@+id/spring_B_center" android:layout_width="3dp" android:layout_height="match_parent" app:layout_alignCenterHorizontally="@id/spring_B" android:background="@android:color/black" /> <View android:id="@+id/spring_C_center" android:layout_width="3dp" android:layout_height="match_parent" app:layout_alignCenterHorizontally="@id/spring_C" android:background="@android:color/black" /> <View android:id="@+id/title_border" android:layout_width="wrap_content" android:layout_height="60dp" android:layout_marginTop="5dp" app:layout_below="@id/top_title" app:layout_centerHorizontal="true" app:layout_relativeWidth="60%" android:background="@android:color/black" /> <TextView android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="1dp" app:layout_alignBottom="@id/title_border" app:layout_alignLeft="@id/title_border" app:layout_alignRight="@id/title_border" app:layout_alignTop="@id/title_border" android:background="@android:color/white" android:ellipsize="end" android:gravity="center" android:singleLine="true" android:text="@string/layout_title" android:textSize="18sp" /> <TextView android:id="@+id/spring_A_description" style="@style/spring_description" app:layout_alignParentBottom="true" app:layout_toRightOf="@id/spring_A_center" android:text="@string/small_spring" /> <TextView android:id="@+id/spring_B_description" style="@style/spring_description" android:layout_marginBottom="48dp" app:layout_alignParentBottom="true" app:layout_toLeftOf="@id/spring_B_center" android:text="@string/large_spring" /> <TextView android:id="@+id/spring_C_description" style="@style/spring_description" app:layout_alignParentBottom="true" app:layout_toLeftOf="@id/spring_C_center" android:text="@string/small_spring" /> </com.github.shareme.gwsbetterrelativelayout.library.SpringLayout>
35.557576
123
0.642748
7c977ebd62a92991df9a3aa7624ed44d3713a7b0
17,766
xml
XML
ci-kubernetes-e2e-gci-gce/31645/junit_19.xml
spiffxp/adventures-in-k8s-conformance
d03ce5fd64c442c7fe56400088ac55a5d84d4938
[ "Apache-2.0" ]
1
2018-11-16T01:52:52.000Z
2018-11-16T01:52:52.000Z
ci-kubernetes-e2e-gci-gce/31645/junit_19.xml
spiffxp/adventures-in-k8s-conformance
d03ce5fd64c442c7fe56400088ac55a5d84d4938
[ "Apache-2.0" ]
null
null
null
ci-kubernetes-e2e-gci-gce/31645/junit_19.xml
spiffxp/adventures-in-k8s-conformance
d03ce5fd64c442c7fe56400088ac55a5d84d4938
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <testsuite tests="15" failures="0" time="1420.332492558"> <testcase name="[sig-storage] In-tree Volumes [Driver: vSphere] [Testpattern: Dynamic PV (default fs)] subPath should support creating multiple subpath from same volumes [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] Downward API volume should provide podname as non-root with fsgroup and defaultMode [NodeFeature:FSGroup]" classname="Kubernetes e2e suite" time="30.698665076"></testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: iscsi][Feature:Volumes] [Testpattern: Dynamic PV (default fs)] subPath should fail if subpath with backstepping is outside the volume [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-network] Services should be able to up and down services" classname="Kubernetes e2e suite" time="126.625670491"></testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: ceph][Feature:Volumes] [Testpattern: Dynamic PV (default fs)] subPath should fail if subpath directory is outside the volume [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-autoscaling] Cluster size autoscaling [Slow] Should not scale GPU pool up if pod does not require GPUs [GpuType:] [Feature:ClusterSizeAutoscalingGpu]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: cinder] [Testpattern: Inline-volume (default fs)] subPath should fail if non-existent subpath is outside the volume [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-cluster-lifecycle] Upgrade [Feature:Upgrade] master upgrade should maintain a functioning cluster [Feature:MasterUpgrade]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: emptydir] [Testpattern: Dynamic PV (default fs)] subPath should fail if non-existent subpath is outside the volume [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: gluster] [Testpattern: Inline-volume (ext4)] volumes should be mountable" classname="Kubernetes e2e suite" time="14.897590422"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: cinder] [Testpattern: Inline-volume (default fs)] subPath should support readOnly directory specified in the volumeMount" classname="Kubernetes e2e suite" time="12.842135308"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: iscsi][Feature:Volumes] [Testpattern: Pre-provisioned PV (default fs)] subPath should support non-existent path" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: cinder] [Testpattern: Inline-volume (default fs)] subPath should support restarting containers using directory as subpath [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Set fsGroup for local volume should not set different fsGroups for two pods simultaneously" classname="Kubernetes e2e suite" time="45.664504838"></testcase> <testcase name="[sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] One pod requesting one prebound PVC should be able to mount volume and write from pod1" classname="Kubernetes e2e suite" time="35.805734179"></testcase> <testcase name="[sig-auth] [Feature:NodeAuthorizer] Getting a non-existent configmap should exit with the Forbidden error, not a NotFound error" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: gluster] [Testpattern: Dynamic PV (xfs)] volumes should be mountable" classname="Kubernetes e2e suite" time="18.060584219"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: vSphere] [Testpattern: Inline-volume (default fs)] subPath should support readOnly file specified in the volumeMount" classname="Kubernetes e2e suite" time="17.197809164"> <skipped></skipped> </testcase> <testcase name="[sig-network] DNS configMap nameserver [IPv4] Forward PTR lookup should forward PTR records lookup to upstream nameserver [Slow][Serial]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[k8s.io] [sig-node] Security Context [Feature:SecurityContext] should support pod.Spec.SecurityContext.RunAsUser" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: iscsi][Feature:Volumes] [Testpattern: Inline-volume (default fs)] volumes should be mountable" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: iscsi][Feature:Volumes] [Testpattern: Dynamic PV (default fs)] provisioning should provision storage with mount options" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-network] NoSNAT [Feature:NoSNAT] [Slow] Should be able to send traffic between Pods without SNAT" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (default fs)] subPath should fail for new directories when readOnly specified in the volumeSource [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: vSphere] [Testpattern: Dynamic PV (default fs)] subPath should fail for new directories when readOnly specified in the volumeSource [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: hostPath] [Testpattern: Inline-volume (ext4)] volumes should be mountable" classname="Kubernetes e2e suite" time="25.920554363"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: gcepd] [Testpattern: Pre-provisioned PV (default fs)] subPath should unmount if pod is force deleted while kubelet is down [Disruptive][Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-network] NetworkPolicy NetworkPolicy between server and client should allow egress access on one named port [Feature:NetworkPolicy]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: hostPath] [Testpattern: Dynamic PV (default fs)] subPath should support file as subpath" classname="Kubernetes e2e suite" time="15.339405332"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: aws] [Testpattern: Pre-provisioned PV (default fs)] subPath should unmount if pod is force deleted while kubelet is down [Disruptive][Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-cli] Kubectl client [k8s.io] Kubectl apply should apply a new configuration to an existing RC" classname="Kubernetes e2e suite" time="32.238235107"></testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: iscsi][Feature:Volumes] [Testpattern: Inline-volume (default fs)] subPath should fail if subpath directory is outside the volume [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2" classname="Kubernetes e2e suite" time="38.868473035"></testcase> <testcase name="[sig-network] Networking Granular Checks: Services [Slow] should function for node-Service: udp" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: gcepd] [Testpattern: Pre-provisioned PV (default fs)] subPath should support creating multiple subpath from same volumes [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: vSphere] [Testpattern: Dynamic PV (default fs)] subPath should support file as subpath" classname="Kubernetes e2e suite" time="12.742948153"> <skipped></skipped> </testcase> <testcase name="[k8s.io] Variable Expansion should fail substituting values in a volume subpath with backticks [Feature:VolumeSubpathEnvExpansion][NodeAlphaFeature:VolumeSubpathEnvExpansion][Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] EmptyDir volumes should support (root,0644,tmpfs) [NodeConformance] [Conformance]" classname="Kubernetes e2e suite" time="28.786192994"></testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: emptydir] [Testpattern: Pre-provisioned PV (default fs)] subPath should fail if subpath file is outside the volume [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: iscsi][Feature:Volumes] [Testpattern: Dynamic PV (default fs)] subPath should support existing directory" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-network] Services should be able to switch session affinity for LoadBalancer service with ESIPP on [Slow] [DisabledForLargeClusters]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: gcepd] [Testpattern: Inline-volume (default fs)] subPath should fail if non-existent subpath is outside the volume [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: aws] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly directory specified in the volumeMount" classname="Kubernetes e2e suite" time="13.610577585"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: azure] [Testpattern: Dynamic PV (default fs)] subPath should fail if non-existent subpath is outside the volume [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: ceph][Feature:Volumes] [Testpattern: Dynamic PV (default fs)] subPath should unmount if pod is force deleted while kubelet is down [Disruptive][Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-api-machinery] Initializers [Feature:Initializers] don&#39;t cause replicaset controller creating extra pods if the initializer is not handled [Serial]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[k8s.io] Security Context When creating a pod with readOnlyRootFilesystem should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance]" classname="Kubernetes e2e suite" time="12.574334445"></testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: rbd][Feature:Volumes] [Testpattern: Dynamic PV (default fs)] subPath should support creating multiple subpath from same volumes [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: gcepd] [Testpattern: Dynamic PV (ext3)] volumes should be mountable" classname="Kubernetes e2e suite" time="109.356714887"></testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: hostPath] [Testpattern: Pre-provisioned PV (block volmode)] volumeMode[Feature:BlockVolume] should fail to create pod by failing to mount volume" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-cli] Kubectl client [k8s.io] Simple pod should support exec" classname="Kubernetes e2e suite" time="29.906423519"></testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: aws] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly directory specified in the volumeMount" classname="Kubernetes e2e suite" time="11.658879879"> <skipped></skipped> </testcase> <testcase name="[sig-network] Networking Granular Checks: Services [Slow] should function for client IP based session affinity: udp" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-cli] Kubectl Port forwarding [k8s.io] With a server listening on localhost [k8s.io] that expects NO client request should support a client that connects, sends DATA, and disconnects" classname="Kubernetes e2e suite" time="42.009714239"></testcase> <testcase name="[sig-apps] Daemon set [Serial] should run and stop simple daemon [Conformance]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: rbd][Feature:Volumes] [Testpattern: Pre-provisioned PV (default fs)] volumes should be mountable" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] EmptyDir volumes should support (root,0777,tmpfs) [NodeConformance] [Conformance]" classname="Kubernetes e2e suite" time="15.560869335"></testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: rbd][Feature:Volumes] [Testpattern: Dynamic PV (default fs)] subPath should unmount if pod is gracefully deleted while kubelet is down [Disruptive][Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-network] Networking Granular Checks: Services [Slow] should function for endpoint-Service: http" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support restarting containers using directory as subpath [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: gcepd] [Testpattern: Dynamic PV (default fs)] subPath should fail for new directories when readOnly specified in the volumeSource [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: rbd][Feature:Volumes] [Testpattern: Dynamic PV (default fs)] volumes should be mountable" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] PersistentVolumes NFS when invoking the Recycle reclaim policy should test that a PV becomes Available and is clean after the PVC is deleted." classname="Kubernetes e2e suite" time="47.233161189"></testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: ceph][Feature:Volumes] [Testpattern: Pre-provisioned PV (default fs)] subPath should support restarting containers using directory as subpath [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: azure] [Testpattern: Inline-volume (default fs)] subPath should support creating multiple subpath from same volumes [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] In-tree Volumes [Driver: ceph][Feature:Volumes] [Testpattern: Dynamic PV (default fs)] subPath should support restarting containers using file as subpath [Slow]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-autoscaling] Cluster size autoscaling [Slow] Should scale down GPU pool from 1 [GpuType:] [Feature:ClusterSizeAutoscalingGpu]" classname="Kubernetes e2e suite" time="0"> <skipped></skipped> </testcase> <testcase name="[sig-storage] Secrets should be consumable from pods in volume with mappings [NodeConformance] [Conformance]" classname="Kubernetes e2e suite" time="15.008882723"></testcase> <testcase name="[sig-api-machinery] Servers with support for API chunking should support continue listing from the last key if the original version has been compacted away, though the list is inconsistent" classname="Kubernetes e2e suite" time="590.23318236"></testcase> </testsuite>
98.7
276
0.714455
06d62a75ae0cc817e0fc7c905529e2b55182368f
812
xml
XML
data/images/train/blast_rotated_044.xml
faruq1997/object_detection_demo
a4cb3caca00c17f4e02a8f5604c2d15636036394
[ "MIT" ]
null
null
null
data/images/train/blast_rotated_044.xml
faruq1997/object_detection_demo
a4cb3caca00c17f4e02a8f5604c2d15636036394
[ "MIT" ]
null
null
null
data/images/train/blast_rotated_044.xml
faruq1997/object_detection_demo
a4cb3caca00c17f4e02a8f5604c2d15636036394
[ "MIT" ]
null
null
null
<annotation> <folder>Rotated</folder> <filename>blast_rotated_044.png</filename> <path>C:\Users\pc\Pictures\URGENT_DATASET_NEED_LABEL\blast\Rotated\blast_rotated_044.png</path> <source> <database>Unknown</database> </source> <size> <width>300</width> <height>300</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>Rice_Blast</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>117</xmin> <ymin>144</ymin> <xmax>261</xmax> <ymax>244</ymax> </bndbox> </object> <object> <name>Rice_Blast</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>75</xmin> <ymin>59</ymin> <xmax>207</xmax> <ymax>157</ymax> </bndbox> </object> </annotation>
20.820513
96
0.666256
431fd3445d674aa2aa292bd012c86fa14fe051f9
2,868
xml
XML
app/src/main/res/layout/issue_detail.xml
Limewood/NSDroid
0dc591500d19bfe1c9e6958ad47b9b8ee6a68e55
[ "Apache-2.0" ]
1
2016-02-19T02:53:53.000Z
2016-02-19T02:53:53.000Z
app/src/main/res/layout/issue_detail.xml
Limewood/NSDroid
0dc591500d19bfe1c9e6958ad47b9b8ee6a68e55
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/issue_detail.xml
Limewood/NSDroid
0dc591500d19bfe1c9e6958ad47b9b8ee6a68e55
[ "Apache-2.0" ]
2
2015-08-22T19:39:39.000Z
2015-08-22T19:46:55.000Z
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <!-- This is the main content --> <ScrollView android:id="@+id/issue_scroll_view" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/issue_frame" android:layout_marginTop="15dp" android:paddingBottom="9dp"> <LinearLayout android:id="@+id/layout" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:paddingTop="3dp" android:paddingLeft="9dp" android:paddingRight="9dp"> <!-- Issue text title --> <TextView android:id="@+id/the_issue_title" android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="15sp" android:textColor="@color/medium_green" android:text="@string/the_issue" /> <!-- Issue text --> <TextView android:id="@+id/issue_text" android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="16sp" android:layout_marginBottom="7dp" /> <!-- Government position --> <TextView android:id="@+id/issue_position" android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="16sp" android:textStyle="bold" android:layout_marginTop="5dp" android:layout_marginBottom="5dp" /> <!-- Debate title --> <TextView android:id="@+id/the_debate_title" android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="15sp" android:textColor="@color/medium_green" android:text="@string/the_debate" /> <!-- Debate options --> <LinearLayout android:id="@+id/issue_choices_area" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:layout_marginTop="5dp"> <!-- Choices are added here --> </LinearLayout> </LinearLayout> </ScrollView> <include layout="@layout/loading" android:layout_centerInParent="true" /> <!-- This is the title label --> <TextView android:id="@+id/issue_detail_title" android:layout_width="wrap_content" android:layout_height="wrap_content" style="@style/HappeningsTitle" android:layout_marginLeft="15dp" android:layout_marginRight="9dp" android:textColor="@android:color/black" /> </RelativeLayout>
32.224719
74
0.62622
db3045a5c19b3254769b2eb341b2a342714ce372
3,408
xml
XML
app/src/main/res/layout/item_tweet.xml
AbinayaRajesh/TwitterFinal
9ac64eee9da32fdb1871cf9b45634933000e88b8
[ "MIT" ]
null
null
null
app/src/main/res/layout/item_tweet.xml
AbinayaRajesh/TwitterFinal
9ac64eee9da32fdb1871cf9b45634933000e88b8
[ "MIT" ]
1
2017-07-08T11:09:20.000Z
2017-07-08T11:09:20.000Z
app/src/main/res/layout/item_tweet.xml
AbinayaRajesh/TwitterFinal
9ac64eee9da32fdb1871cf9b45634933000e88b8
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="5dp"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/rel"> <ImageView android:id="@+id/ivProfileImage" android:layout_width="50dp" android:layout_height="50dp" android:layout_alignParentStart="true" android:layout_alignParentTop="true" app:srcCompat="@android:color/black" /> <TextView android:id="@+id/tvUserName" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_alignStart="@+id/tvBody" android:layout_toEndOf="@+id/ivProfileImage" android:text="TextView" /> <TextView android:id="@+id/tvBody" android:layout_width="300dp" android:layout_height="wrap_content" android:layout_below="@+id/tvUserName" android:layout_marginLeft="5dp" android:layout_toEndOf="@+id/ivProfileImage" android:autoLink="all" android:text="TextView" /> <TextView android:id="@+id/tvTimeStamp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentEnd="true" android:layout_alignParentTop="true" android:text="TextView" /> </RelativeLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/rel" android:orientation="horizontal" android:id="@+id/linearLayout"> <ImageView android:id="@+id/ivReply" android:layout_width="0dp" android:layout_height="32dp" app:srcCompat="@drawable/ic_reply" android:layout_weight="3" /> <ImageView android:id="@+id/ivRetweet" android:layout_width="0dp" android:layout_height="32dp" android:layout_gravity="left" app:srcCompat="@drawable/ic_vector_retweet_stroke" android:layout_weight="2"/> <TextView android:id="@+id/tvReweetCount" android:layout_width="0dp" android:layout_height="32dp" android:layout_weight="1" android:gravity="center_vertical" android:text="0" /> <ImageView android:id="@+id/ivFavorite" android:layout_width="0dp" android:layout_height="32dp" android:layout_weight="2" app:srcCompat="@drawable/ic_favorite" /> <TextView android:id="@+id/tvFavoriteCount" android:layout_width="0dp" android:layout_height="32dp" android:layout_weight="1" android:gravity="center_vertical" android:text="0" /> </LinearLayout> <ImageView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/linearLayout" app:srcCompat="@drawable/ic_reply" android:id="@+id/ivImg"/> </RelativeLayout>
31.850467
74
0.620012
6fe936433f1118dce018ca967cb53605ff9f2f61
53
xml
XML
looginenmalli/uml/doc/js/data/guidmaps/GuidMap04.xml
sykefi/rakennuskohteet
81d2022c2187e5d196ce956dece637ccc6c1099f
[ "CC-BY-4.0" ]
1
2022-01-19T09:38:53.000Z
2022-01-19T09:38:53.000Z
looginenmalli/uml/doc/js/data/guidmaps/GuidMap04.xml
ilkkarinne/rakennuskohteet
81d2022c2187e5d196ce956dece637ccc6c1099f
[ "CC-BY-4.0" ]
null
null
null
looginenmalli/uml/doc/js/data/guidmaps/GuidMap04.xml
ilkkarinne/rakennuskohteet
81d2022c2187e5d196ce956dece637ccc6c1099f
[ "CC-BY-4.0" ]
1
2022-03-07T11:57:58.000Z
2022-03-07T11:57:58.000Z
04A7A8F5-4A61-41b8-ADDA-7FAE5BC7CE87/EA2/EA98.html;
26.5
52
0.811321
d680da14cbd0f8b0641c2c0271761851a00ccde4
480
xml
XML
models/CefSharp.xml
kuserich/ngram-recommendation-system
d3730d6132a69d8989c9a2d087b6a966b339f6a2
[ "Apache-2.0" ]
null
null
null
models/CefSharp.xml
kuserich/ngram-recommendation-system
d3730d6132a69d8989c9a2d087b6a966b339f6a2
[ "Apache-2.0" ]
null
null
null
models/CefSharp.xml
kuserich/ngram-recommendation-system
d3730d6132a69d8989c9a2d087b6a966b339f6a2
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><dictionary case_sensitive="false"> <entry count="2"> <token>CefSharp.CefSettings,new</token> <token>CefSharp.CefSettings,RegisterScheme</token> <token>CefSharp.Cef,Initialize</token> </entry> <entry count="2"> <token>CefSharp.CefSettings,RegisterScheme</token> <token>CefSharp.Cef,Initialize</token> </entry> <entry count="2"> <token>CefSharp.CefSettings,new</token> <token>CefSharp.CefSettings,RegisterScheme</token> </entry> </dictionary>
30
73
0.7625
8ae983a82dcb47c6720ed553e09c340c021ba97f
3,000
xml
XML
2016-xml/5K0Y-PVH0-004G-K03J-00000-00.xml
openva/va-decoded
16c17864e5e400e835461b93ff96d9f922fc0aac
[ "MIT" ]
5
2016-04-15T18:51:19.000Z
2019-04-07T00:23:20.000Z
2016-xml/5K0Y-PVH0-004G-K03J-00000-00.xml
openva/va-decoded
16c17864e5e400e835461b93ff96d9f922fc0aac
[ "MIT" ]
47
2015-10-30T01:39:35.000Z
2017-12-11T14:05:31.000Z
2016-xml/5K0Y-PVH0-004G-K03J-00000-00.xml
openva/va-decoded
16c17864e5e400e835461b93ff96d9f922fc0aac
[ "MIT" ]
5
2015-10-30T01:46:06.000Z
2017-03-09T17:45:00.000Z
<?xml version="1.0" encoding="UTF-8"?><!--Transformation version 1.3--><legislativeDoc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.lexisnexis.com/xmlschemas/content/public/legislativedoc/1/" schemaVersion="1.0"><legislativeDocHead><citations><citeForThisResource citeDefinition="#7159#349#000042# 1# 76.1#">Va. Code Ann. § 42.1-76.1</citeForThisResource></citations><legislativeBodyInfo><jurisdiction><jurisSystem normalizedLongName="Virginia" normalizedShortName="VA"/></jurisdiction></legislativeBodyInfo></legislativeDocHead><legislativeDocBody><statute><level levelType="section"><anchor id="_42.1-76.1"/><heading><desig>§ 42.1-76.1.</desig><title>Notice of Chapter</title></heading><bodyText><p>Any person elected, reelected, appointed, or reappointed to the governing body of any agency subject to this chapter shall (i) be furnished by the agency or public body's administrator or legal counsel with a copy of this chapter within two weeks following election, reelection, appointment, or reappointment and (ii) read and become familiar with the provisions of this chapter.</p></bodyText><history><historyGroup groupType="history-citation"><historyItem><bodyText><p><citation normalizedCite="2006 VA CH 60"><content><span normalizedCite="2006 Va. Ch. 60">2006, c. 60<locator><locatorKey><keyName name="citeReference"/><keyValue value="#1834#131#2006#000060#"/></locatorKey></locator></span></content></citation>.</p></bodyText></historyItem></historyGroup></history></level></statute></legislativeDocBody><metadata><dc:metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:identifier identifierScheme="PGUID">urn:contentItem:5K0Y-PVH0-004G-K03J-00000-00</dc:identifier><dc:source sourceScheme="productContentSetIdentifier">10816</dc:source><dc:date dateType="last-updated">2016-06-15</dc:date></dc:metadata><publicationInfo><publicationName>CODE OF VIRGINIA </publicationName><copyright>Copyright © 2016 by Matthew Bender &amp; Company, Inc. a member of the LexisNexis Group. All rights reserved</copyright></publicationInfo><hierarchy><hierarchyLevel levelType="title"><heading><desig>TITLE 42.1.</desig><title>LIBRARIES</title></heading><hierarchyLevel levelType="chapter"><heading><desig>CHAPTER 7.</desig><title>VIRGINIA PUBLIC RECORDS ACT</title></heading></hierarchyLevel></hierarchyLevel></hierarchy><classificationGroup classificationScheme="indexing-terms"><classification classificationScheme="legal"><classificationItem><className>Criminal Law &amp; Procedure</className><classCode>Z3VpZD11cm46dG9waWM6NEU0RkE1OUQwNUQwNDgxODhEODZCMjkzOTg3NThBNzk7cGFyZW50Z3VpZD0</classCode><classificationItem score="50"><className>Assignment of Counsel</className><classCode>Z3VpZD11cm46dG9waWM6NjI3MTBBNTYwNzY0NEYzOEI1OUM4MjgxNzY3Qzg1Rjg7cGFyZW50Z3VpZD11cm46dG9waWM6RDRBQUQ0QTlCN0IzNEUxQThBQkNGMzREQzYwMEEwRjE</classCode></classificationItem></classificationItem></classification></classificationGroup></metadata></legislativeDoc>
3,000
3,000
0.802333
f570337be474274419618a8349e8a114d01342ae
3,268
csproj
XML
src/MahApps.Metro/MahApps.Metro.csproj
JeremyWu917/MahApps.Metro
01e5e1d39aefcb9658d5493937241df02544a610
[ "MIT" ]
null
null
null
src/MahApps.Metro/MahApps.Metro.csproj
JeremyWu917/MahApps.Metro
01e5e1d39aefcb9658d5493937241df02544a610
[ "MIT" ]
null
null
null
src/MahApps.Metro/MahApps.Metro.csproj
JeremyWu917/MahApps.Metro
01e5e1d39aefcb9658d5493937241df02544a610
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <!-- Project properties --> <PropertyGroup> <AssemblyName>MahApps.Metro</AssemblyName> <Title>MahApps.Metro</Title> <RootNamespace>MahApps.Metro</RootNamespace> <GenerateDocumentationFile>true</GenerateDocumentationFile> <DefineConstants>$(DefineConstants);INTERNAL_NULLABLE_ATTRIBUTES</DefineConstants> </PropertyGroup> <!-- SourceLink --> <PropertyGroup> <!-- Optional: Declare that the Repository URL can be published to NuSpec --> <PublishRepositoryUrl>true</PublishRepositoryUrl> <!-- Optional: Embed source files that are not tracked by the source control manager to the PDB --> <EmbedUntrackedSources>true</EmbedUntrackedSources> <!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link --> <IncludeSymbols>true</IncludeSymbols> <SymbolPackageFormat>snupkg</SymbolPackageFormat> </PropertyGroup> <ItemGroup> <PackageReference Include="ControlzEx" version="[5.*, 6)" /> <PackageReference Include="XAMLTools.MSBuild" Version="1.0.0-alpha0085" PrivateAssets="all" IncludeAssets="build" /> <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference> </ItemGroup> <ItemGroup Condition="$(DefineConstants.Contains(NETCOREAPP)) == false"> <Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.Configuration" /> </ItemGroup> <!-- Items include --> <ItemGroup> <None Remove="Assets\Eyedropper.cur" /> <Resource Include="Assets\Eyedropper.cur" /> <None Include="VisualStudioToolsManifest.xml" Pack="true" PackagePath="tools" /> <UpToDateCheckInput Include="**/*.xaml" /> </ItemGroup> <ItemGroup> <Compile Update="Lang\ColorNames.Designer.cs"> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> <DependentUpon>ColorNames.resx</DependentUpon> </Compile> <Compile Update="Lang\MultiSelectionComboBox.Designer.cs"> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> <DependentUpon>MultiSelectionComboBox.resx</DependentUpon> </Compile> <EmbeddedResource Update="Lang\ColorNames.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>ColorNames.Designer.cs</LastGenOutput> </EmbeddedResource> <EmbeddedResource Update="Lang\MultiSelectionComboBox.resx"> <Generator>PublicResXFileCodeGenerator</Generator> <LastGenOutput>MultiSelectionComboBox.Designer.cs</LastGenOutput> </EmbeddedResource> </ItemGroup> <ItemGroup> <XAMLColorSchemeGeneratorItems Include="Styles\Themes\Theme.Template.xaml"> <ParametersFile>Styles\Themes\GeneratorParameters.json</ParametersFile> <OutputPath>Styles\Themes</OutputPath> </XAMLColorSchemeGeneratorItems> </ItemGroup> </Project>
41.897436
124
0.675643
efc866d85ce5785124735947fae934f3c65f6656
2,928
xml
XML
ruoyi-manager/src/main/resources/mapper/item/TaskUserMapper.xml
hczzl/manager
616e825bde838b70f930dba12fae4abcda954a6b
[ "MIT" ]
null
null
null
ruoyi-manager/src/main/resources/mapper/item/TaskUserMapper.xml
hczzl/manager
616e825bde838b70f930dba12fae4abcda954a6b
[ "MIT" ]
null
null
null
ruoyi-manager/src/main/resources/mapper/item/TaskUserMapper.xml
hczzl/manager
616e825bde838b70f930dba12fae4abcda954a6b
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.ruoyi.web.mapper.item.TaskUserMapper"> <resultMap type="com.ruoyi.web.domain.TaskUser" id="TaskUserResult"> <id property="id" column="id"/> <result property="tId" column="t_id" /> <result property="userId" column="user_id" /> </resultMap> <sql id="selectTaskUserVo"> select t_id, user_id from task_user </sql> <select id="selectMyTask" parameterType="TaskUser" resultMap="TaskUserResult"> SELECT * from task_user WHERE user_id=#{userId} </select> <select id="selectTaskUserList" parameterType="TaskUser" resultMap="TaskUserResult"> <include refid="selectTaskUserVo"/> <where> <if test="tId !=null">and t_id =#{tId}</if> </where> </select> <select id="selectTaskUserById" parameterType="Long" resultMap="TaskUserResult"> <include refid="selectTaskUserVo"/> where t_id = #{tId} </select> <select id="selectAllUser" parameterType="TaskUser" resultMap="TaskUserResult"> select user_id from task_user </select> <insert id="insertTaskUser" parameterType="TaskUser" useGeneratedKeys="true" keyProperty="id"> insert into task_user <trim prefix="(" suffix=")" suffixOverrides=","> <if test="tId != null ">t_id,</if> <if test="userId != null ">user_id,</if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test="tId != null ">#{tId},</if> <if test="userId != null ">#{userId},</if> </trim> </insert> <update id="updateTaskUser" parameterType="TaskUser"> update task_user <trim prefix="SET" suffixOverrides=","> <if test="userId != null ">user_id = #{userId},</if> </trim> where t_id = #{tId} </update> <delete id="deleteTaskUserById" parameterType="Long"> delete from task_user where t_id = #{tId} </delete> <delete id="deleteTaskUserByIds" parameterType="String"> delete from task_user where t_id in <foreach item="tId" collection="array" open="(" separator="," close=")"> #{tId} </foreach> </delete> <select id="getUserByTid" parameterType="Map" resultType="String"> select user_id userId from task_user where t_id = #{tId} <!--and user_id &lt;&gt; #{chargepeopleId},判断参与人用户不包括负责人--> </select> <select id="selectAllTid" parameterType="TaskUser" resultMap="TaskUserResult"> SELECT u.t_id FROM task_user u LEFT JOIN task_table t ON u.t_id = t.t_id WHERE u.user_id=#{userId} AND t.task_finishFlag > -1 </select> </mapper>
36.6
98
0.593238
b2269f1687c749e29cb6a827c2dfa58a602e74fe
39,457
xml
XML
A93189.xml
textcreationpartnership/A93189
8136f84f410995a875613438e683c67117e19e4c
[ "CC0-1.0" ]
null
null
null
A93189.xml
textcreationpartnership/A93189
8136f84f410995a875613438e683c67117e19e4c
[ "CC0-1.0" ]
null
null
null
A93189.xml
textcreationpartnership/A93189
8136f84f410995a875613438e683c67117e19e4c
[ "CC0-1.0" ]
null
null
null
<TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>A short and true narrative of the departure from England, sicknesse, and death, of that late worthy knight, Sir Philip Stapleton, attested under the hands of foure of those gentlemen that went with him. With a briefe character of his person, &amp;c.</title> </titleStmt> <editionStmt> <edition> <date>1647</date> </edition> </editionStmt> <extent>Approx. 26 KB of XML-encoded text transcribed from 6 1-bit group-IV TIFF page images.</extent> <publicationStmt> <publisher>Text Creation Partnership,</publisher> <pubPlace>Ann Arbor, MI ; Oxford (UK) :</pubPlace> <date when="2012-10">2012-10 (EEBO-TCP Phase 2).</date> <idno type="DLPS">A93189</idno> <idno type="STC">Wing S3554</idno> <idno type="STC">Thomason E409_3</idno> <idno type="STC">ESTC R10571</idno> <idno type="EEBO-CITATION">99858862</idno> <idno type="PROQUEST">99858862</idno> <idno type="VID">110921</idno> <availability> <p>To the extent possible under law, the Text Creation Partnership has waived all copyright and related or neighboring rights to this keyboarded and encoded edition of the work described above, according to the terms of the CC0 1.0 Public Domain Dedication (http://creativecommons.org/publicdomain/zero/1.0/). This waiver does not extend to any page images or other supplementary files associated with this work, which may be protected by copyright or other license restrictions. Please go to https://www.textcreationpartnership.org/ for more information about the project.</p> </availability> </publicationStmt> <seriesStmt> <title>Early English books online.</title> </seriesStmt> <notesStmt> <note>(EEBO-TCP ; phase 2, no. A93189)</note> <note>Transcribed from: (Early English Books Online ; image set 110921)</note> <note>Images scanned from microfilm: (Thomason Tracts ; 65:E409[3])</note> </notesStmt> <sourceDesc> <biblFull> <titleStmt> <title>A short and true narrative of the departure from England, sicknesse, and death, of that late worthy knight, Sir Philip Stapleton, attested under the hands of foure of those gentlemen that went with him. With a briefe character of his person, &amp;c.</title> </titleStmt> <extent>11, [1] p. </extent> <publicationStmt> <publisher>s.n.,</publisher> <pubPlace>[London :</pubPlace> <date>1647]</date> </publicationStmt> <notesStmt> <note>Caption title.</note> <note>Place and date of publication from Wing.</note> <note>Annotation on Thomason copy: "7ber. [i.e. September] 28 1647".</note> <note>Reproduction of the original in the British Library.</note> </notesStmt> </biblFull> </sourceDesc> </fileDesc> <encodingDesc> <projectDesc> <p>Created by converting TCP files to TEI P5 using tcp2tei.xsl, TEI @ Oxford. </p> </projectDesc> <editorialDecl> <p>EEBO-TCP is a partnership between the Universities of Michigan and Oxford and the publisher ProQuest to create accurately transcribed and encoded texts based on the image sets published by ProQuest via their Early English Books Online (EEBO) database (http://eebo.chadwyck.com). The general aim of EEBO-TCP is to encode one copy (usually the first edition) of every monographic English-language title published between 1473 and 1700 available in EEBO.</p> <p>EEBO-TCP aimed to produce large quantities of textual data within the usual project restraints of time and funding, and therefore chose to create diplomatic transcriptions (as opposed to critical editions) with light-touch, mainly structural encoding based on the Text Encoding Initiative (http://www.tei-c.org).</p> <p>The EEBO-TCP project was divided into two phases. The 25,368 texts created during Phase 1 of the project (2000-2009), initially available only to institutions that contributed to their creation, were released into the public domain on 1 January 2015. The approximately 40,000 texts produced during Phase 2 (2009- ), of which 34,963 had been released as of 2020, originally similarly restricted, were similarly freed from all restrictions on 1 August 2020. As of that date anyone is free to take and use these texts for any purpose (modify them, annotate them, distribute them, etc.). But we do respectfully request that due credit and attribution be given to their original source.</p> <p>Users should be aware of the process of creating the TCP texts, and therefore of any assumptions that can be made about the data.</p> <p>Text selection was based on the New Cambridge Bibliography of English Literature (NCBEL). If an author (or for an anonymous work, the title) appears in NCBEL, then their works are eligible for inclusion. Selection was intended to range over a wide variety of subject areas, to reflect the true nature of the print record of the period. In general, first editions of a works in English were prioritized, although there are a number of works in other languages, notably Latin and Welsh, included and sometimes a second or later edition of a work was chosen if there was a compelling reason to do so.</p> <p>Image sets were sent to external keying companies for transcription and basic encoding. Quality assurance was then carried out by editorial teams in Oxford and Michigan. 5% (or 5 pages, whichever is the greater) of each text was proofread for accuracy and those which did not meet QA standards were returned to the keyers to be redone. After proofreading, the encoding was enhanced and/or corrected and characters marked as illegible were corrected where possible up to a limit of 100 instances per text. Any remaining illegibles were encoded as &lt;gap&gt;s. Understanding these processes should make clear that, while the overall quality of TCP data is very good, some errors will remain and some readable characters will be marked as illegible. Users should bear in mind that in all likelihood such instances will never have been looked at by a TCP editor.</p> <p>The texts were encoded and linked to page images in accordance with level 4 of the TEI in Libraries guidelines.</p> <p>Copies of the texts have been issued variously as SGML (TCP schema; ASCII text with mnemonic sdata character entities); displayable XML (TCP schema; characters represented either as UTF-8 Unicode or text strings within braces); or lossless XML (TEI P5, characters represented either as UTF-8 Unicode or TEI g elements).</p> <p>Keying and markup guidelines are available at the <ref target="http://www.textcreationpartnership.org/docs/.">Text Creation Partnership web site</ref>.</p> </editorialDecl> <listPrefixDef> <prefixDef ident="tcp" matchPattern="([0-9\-]+):([0-9IVX]+)" replacementPattern="http://eebo.chadwyck.com/downloadtiff?vid=$1&amp;page=$2"/> <prefixDef ident="char" matchPattern="(.+)" replacementPattern="https://raw.githubusercontent.com/textcreationpartnership/Texts/master/tcpchars.xml#$1"/> </listPrefixDef> </encodingDesc> <profileDesc> <langUsage> <language ident="eng">eng</language> </langUsage> <textClass> <keywords scheme="http://authorities.loc.gov/"> <term>Stapleton, Philip, -- Sir, 1603-1647.</term> </keywords> </textClass> </profileDesc> <revisionDesc> <change> <date>2009-09</date> <label>TCP</label>Assigned for keying and markup</change> <change> <date>2009-10</date> <label>SPi Global</label>Keyed and coded from ProQuest page images</change> <change> <date>2011-11</date> <label>Ali Jakobson</label>Sampled and proofread</change> <change> <date>2011-11</date> <label>Ali Jakobson</label>Text and markup reviewed and edited</change> <change> <date>2012-05</date> <label>pfs</label>Batch review (QC) and XML conversion</change> </revisionDesc> </teiHeader> <text xml:lang="eng"> <body> <div type="account"> <pb n="1" facs="tcp:110921:1" rendition="simple:additions"/> <head>A SHORT AND True Narrative of the departure from <hi>England,</hi> Sickneſſe, and Death, of that late worthy Knight, Sir <hi>PHILIP STAPLETON,</hi> Atteſted under the hands of foure of thoſe Gen<g ref="char:EOLhyphen"/>tlemen that went with him. With a briefe Character of his Perſon, <hi>&amp;c.</hi> </head> <p> <seg rend="decorInit">H</seg>Aving met abroad with ſo much noiſe and to many malicious &amp; falſe reports touching the Converſation quality, life and death of that truly honourable Gentleman, Sir <hi>Philip Sta<g ref="char:EOLhyphen"/>pleton,</hi> the glory and honour of his Country and Family: I thought ſir bring neere him in moſt of his undertakings Military and Civil, wherein both in publike and pri<gap reason="illegible" resp="#PDCC" extent="3 letters"> <desc>•••</desc> </gap>e his un<g ref="char:EOLhyphen"/>daunted courage, and accompliſhed endow<g ref="char:EOLhyphen"/>ments were ſufficiently tryed, to publiſh this ſhort narrative to the world, to ſilence thoſe Calumnies and Aſperſions daily ſpread abroad againſt him, which though its much ſhort of his true worth yet 'tis a witneſſing to the truth, and can be denied by none, that have ei<g ref="char:EOLhyphen"/>ther known of, or been converſant with his perſon, parts, honour, Religion, or Family: and firſt</p> <p>For his Family, he is deſcended from royall ſtemms of honour and majeſty.</p> <p>For his Religion, he was a true and zealous Proteſtant, though <pb n="2" facs="tcp:110921:2"/>not any way new fangled, yet abundantly carefull, and curious enough to diſcover the ſaving truths in fundamentalls of Faith and knowledge, and living thereafter, ever uſing all duties ſuitable to a ſincerely hearted Chriſtian in his Family, and otherwiſe to<g ref="char:EOLhyphen"/>wards God and man, both in publike and private to his dying day, which he proſecuted with a modeſt zeale, and faithfull conſtancy, Nor was he eaſily engaged into any thing of Change, no not into that way he ſo much ſuſtred for (the Covenant and Church-govern<g ref="char:EOLhyphen"/>ment by Presbytery) though afterwards he looked upon it both in divine and prudent conſiderations, as the way of God ſuiting moſt, and beſt with the union of the Nations, and in that the welfare of both, And the next way under God (moderately advanced) to make the three Kingdomes happy; and upon thoſe very grounds, with moſt Chriſtian and indefatigable endeavours was a Cordiall promoter of it. He was a religious lover of both his Wives, and all his Children without partiality; breeding them up in the feare of God, Giving life unto his admonitions and counſells, by his holy, <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap>, and affectionate carriage and converſation towards them walking with, and before them as a Husband and a Father, looking at, and depending upon his and their Father in Heaven; And yet ſo as taking care of, and providing for them competencies our of that little God had made him ſteward of. All which he both faithfully and providently expreſſed in his life, and affectionately and prudent<g ref="char:EOLhyphen"/>ly diſpoſed of at his death.</p> <p>For his Honour, he had more then can well be allowed to any, but the beſt of Engliſhmen, and of them, the moſt indeed, <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>e was as much an Engliſhman, and as truly noble in his heart, as <hi>England</hi> hath ever bred, he abounded in curteſie to all, even his enemies, that which was their ſhame to contrive or act againſt him, hee made it his honour to paſſe by. A moſt faithfull friend, their extremities were his opportunities in which he never thought he had done e<g ref="char:EOLhyphen"/>nough; his compaſſions overflowed to the diſtreſſed, endeavouring upon all occaſions with all his intereſt, to give freedome &amp; releif to the oppreſſed, indeed he made this his buſineſſe. For injuries recei<g ref="char:EOLhyphen"/>ved (though he was quick enough in the firſt reſentment of them) he heaped Coales upon their heads in his returnes of favour, he was indeed a friend to all that needed him, and an enemy to none though <pb n="3" facs="tcp:110921:2"/>ſometimes he was unhappy in not being rightly underſtood by them, which bred ſome miſtakes, and thoſe ill reports of him, but he well knew that is part of the Good mans Portion in this world, hoe therefore walked above them. Hee was a moſt faithfull lover of his Cou<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>try, the ſettlement of the Peace, of which as he deſired it above his temporall felicities, ſo he was willing to ſpend himſelfe, and to be ſpent for it. He was ſo farre from making theſe troubles a ſtirrup to his advantage, that (though others, too many, and moſt of them pretend to piety and ſelfe-denyall, have reaped very many thouſands more then otherwiſe they ever were, or would have been maſters of) here refuſed Great things offered and voted to him, 'tis well knowne to divers of his neereſt friends, hee hated the thoughts of Glory or Ri<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>e this way, often ſolemnly profeſſing the peace of the Kingdome once ſetled he would retyre and ſpend his remaining dayes in bleſſing God for his mercies to this poore King<g ref="char:EOLhyphen"/>dome, and endeavour after a holy life, ſuitable to ſuch an engage<g ref="char:EOLhyphen"/>ment; But God would not have it ſo, but would rather honour him with a kind of martyrdome for this Kingdome, who not ſenſi<g ref="char:EOLhyphen"/>ble of his worth, knew not how to put a true value upon ſuch a Je<g ref="char:EOLhyphen"/>well, nor indeed was worthy of him: And therefore God thought fit to call him to himſelfe there to glorifie him.</p> <p>For his parts they were very eminent, he was quick of apprehen<g ref="char:EOLhyphen"/>ſion, ſound of judgement of cleare and good clocution, and in things wherein the juſt Rights of the King, the Priviledge of the Parlia<g ref="char:EOLhyphen"/>ment, and the ſafety of the Kingdom (againſt what power ſoever) was concerned, or the re<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ig'<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap> of any diſtreſſed required it, he ever ſpake freely, and with great abilities by which he not onely gained much intereſt in the houſe and abroad but alſo contracted upon himſelfe much envy from others as the great obſtructer of their deſignes, he very well fore-knowing and conſtantly in publike and private aſ<g ref="char:EOLhyphen"/>ſerting that the Change of this Government (ſo much aymed at by ſome though otherwiſe pretended is contrary to the well being at leaſt of this Nation and to the union with our brethren of <hi>Scot<g ref="char:EOLhyphen"/>land</hi> and will be when ever attempted deſtructive to the ſafety of both; And he would often ſay, that though hee and others<g ref="char:punc">▪</g> poſſibly through the power ſome had might be perſecuted to baniſhment or death, and that it might be <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> on againſt <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> under <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> <pb n="4" facs="tcp:110921:3"/>of juſtice and righteouſneſſe in thoſe that did it, ſuggeſting dange<g ref="char:EOLhyphen"/>rous deſignes to be underhand contrived by himſelfe and others, contrary to the intereſt of this Kingdom, and the truſt put upon him and them in Parliament, which he abhorred and of which he ever ſo<g ref="char:EOLhyphen"/>lemnly took God to witnes he was innocent of, &amp; thoſe other of thoſe things of which they were falſly accuſed. And though he did of late foreſee it would be done, though by never ſo unjuſt and unwarrant<g ref="char:EOLhyphen"/>able wales, the principle thoſe people ground their actions upon, be<g ref="char:EOLhyphen"/>ing (guided by light and conſcience, as they falſly pretend) to de<g ref="char:EOLhyphen"/>ſtroy all men of parts or intereſt that oppoſe their way, it may be blindly ſuppoſing they do God good ſervice in it. Yet when God had ſuffered them to goe ſo farre he was confident it would returne up<g ref="char:EOLhyphen"/>on them in the latter end, to their owne ſhame and ruine. And for him and the reſt, though they periſhed under it yet their over<g ref="char:EOLhyphen"/>throw would become their crowne, and therefore he ſubmitted it to God acquieſſing in his will.</p> <p>For his perſon, he was of a thin body, and weak conſtitution but full of ſpirit, which was too ſoone ſpent (if God had ſeene it good) with the manifold endeavours and exceſſive paines he day and night undervvent for the ſervice of this poore Kingdome: And though he found his body not able to endure much hardſhip, yet when the Kingdome had need of it, and God called him to it, he expoſed him<g ref="char:EOLhyphen"/>ſelfe to the greateſt hazards in the warre, daring as much, and going as farre in that ſervice, as any mortall ever did, witneſſe thoſe emi<g ref="char:EOLhyphen"/>nent engagements of his in the two great Battels of <hi>Keinton</hi> and <hi>Newberry,</hi> in which he was in a very high degree inſtrumentall to the gaining of the day in both. And being afterwards with that moſt famous, and ever to be honoured the Lord Generall, the Earle of <hi>Eſſex</hi> and others, by the ſelfe-denying vote (which how, and to what ends made uſe of by ſome, the world well knowes, and God will judge) called off, he, and they all layd down his Armes without any diſpute, which will one day riſe up in judgement againſt the men (of this world) of our dayes pretend what they will, who as he frequently ſaid perſecuted him for his judgement and conſcience declared where it was his duty to ſpeak both (though they pretend it a Liberty of Conſcience to ſpeake and act what and where they ought not) he valued himſelfe ſo little in compariſon to his ſervice <pb n="5" facs="tcp:110921:3"/>to this Kingdome, that he would willingly have ſuffered to Aſſaſi<g ref="char:EOLhyphen"/>nation, rather then have declined his <gap reason="illegible" resp="#PDCC" extent="4 letters"> <desc>••••</desc> </gap>ng in Parliament: but finding upon ſerious debate, that at preſent to give way to the furi<g ref="char:EOLhyphen"/>ous multitude, madded with a pretence of zeale to Juſtice and Righteouſneſſe it probably might be of better ſervice to the King<g ref="char:EOLhyphen"/>dome to withdraw, did it. And though afterwards at the Call of the Houſe, ſate againe (which he and the reſt might have done at their pleaſure) his reaſons at are well known to ſome, were ſo publike, that for this alone he deſerves the higheſt honour: thus to hazard himſelfe again upon this ground that if it were poſſible by improve<g ref="char:EOLhyphen"/>ment of Councells and means, the utter violation of the Parlia<g ref="char:EOLhyphen"/>ment<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap> and the plunder, and deſtruction of the City, who had been ſo much a<gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>iſtant to the preſervation of this Parliament and King<g ref="char:EOLhyphen"/>dome ſo much threatned might be prevented. But when another way was taken which poſſibly hee thought not honourable then againe upon the aforeſaid Grounds, by the leave and paſſe of the Houſe formerly ordered <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>otally withdrew and travailed (as it un<g ref="char:EOLhyphen"/>happily proved to <hi>England</hi>) having at that time a Flux upon him with his journey and voyage by Land and Sea increaſed <hi>&amp;c.</hi> </p> </div> <div type="letter"> <opener> <salute>SIR.</salute> </opener> <p>OBeying that neceſſity that enforced us out of <hi>England<g ref="char:punc">▪</g> </hi> Foure of us <hi>vi<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>.</hi> Sir <hi>William Waller,</hi> Sir <hi>William Lewis<g ref="char:punc">▪</g> </hi> Sir <hi>Philip Stapleton</hi> (though then Feaveriſh with a Flux that had followed him ſome daies before) with Col. <hi>Long</hi> began our Journey on Saturday the 14th of his inſtant towards whole Haven in <hi> <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ſſex,</hi> where wee were by eight the next morning to meet Sir <hi>John Clo<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>worthy,</hi> who was to come thither by water; In which journey out firſt inconve<g ref="char:EOLhyphen"/>nience was. A report we met at <hi>Aveley,</hi> 16. miles from <hi>London,</hi> that a party of Sir <hi>Thomas Fairfax</hi> his Horſe, with ſome of thoſe Dra<g ref="char:EOLhyphen"/>goones, that lately had taken <hi>Til<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ury</hi> Fort: were quartered in our way, to the Haven above-mentioned, which made us leave the road, not willing to truſt to the ſecurity our Paſſes ſhould have given us, againſt the inſolencies that the Troupers might have been over-apt unto. And that from our experience of their way, in avowing their Actions without orders from their Officers, which caſt us on ſuch ill <pb n="6" facs="tcp:110921:4"/>Lodgings that night, that few of our Company put off their clothes, whereby Sir <hi>Philip Stapletons</hi> diſtempers were much increaſed, but yet his willingneſſe to goe on his journey was ſuch, that we all went on board a Pinke that was to carry us on Sunday about one in the afternoone, where the firſt nerves that ſaluted us, was that ſome Watermen on ſhoare, had threatned the Maſter of the Veſſell, that he would runne himſelfe into a great danger by carrying of us over, which made him leave his Veſſell, and our Voyage to the care of his ſervant, though halfe his wages were paid before our comming out of <hi>London,</hi> and a Gentleman that acc<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>mpanied Sir <hi>Philip Stapleton</hi> to the water ſide, hearing the Watermen there<g ref="char:EOLhyphen"/>in ſome unneceſſary diſcourſe concerning our Journy knocks one of them over the pace, which wrought ſo with them, that they became ſo diligent in preſſing the Maſter of the Backs danger upon him, that the fellow (having had neither the wit, nor the honeſty to aske us for the ſight of our Paſſes, became ſo frighted therewith that hee haſtened along the Coaſt, to ſtop us; And wee being under ſayle, came by Gods bleſſing, though the wind was high and we once in great danger of being caſt away, (ſome three Veſſells having by that ſtorme periſhed neere <hi>Callice,</hi>) as farre as <hi>Margetts,</hi> and Anchor'd againſt that place for that night, which was a very blu<g ref="char:EOLhyphen"/>ſtring one, without any accommodation for any of us wherewith we were the more afflicted from Sir <hi>Philip Stapletons</hi> ſufferings, by reaſon of his want of health; And he ſing Sayle the next morn<g ref="char:EOLhyphen"/>ing (though at our comming out we reſolved for <hi>Pluſhing</hi>) yet we determined for <hi>Callice</hi> the cu<gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap> being ſhorter, and the wind blow<g ref="char:EOLhyphen"/>ing fairer thither, having had enough of the Sea in our ſmall Barke, to give us cauſe to wiſh our ſelves aſhore; And in our paſſage we came by ſome of the Parliament Ships, under the Command of the Vice-Admirall, riding at the Downes; and ſayling within call of the <hi>Nicodemus</hi> Frigott wee were queſtioned whence wee came and whither we were bound; to which having anſwered from <hi>London,</hi> and for <hi>Callice,</hi> we paſſed on, having in view of the Fleet taken up a Pilot of <hi>Sandwich</hi> to aſſiſt the manning of our Barke, finding our ſelves much inconvenienced for want of the Maſters help therein: and ſo holding on with a faire wind, had recovered neere <hi>Callice;</hi> the afore-mentioned fright had ſo wrought on the Maſter of the <pb n="7" facs="tcp:110921:4"/>Barke, that recovering <hi>Margetts</hi> he diſperſt a report there, that we had ſtolne away without Paſſes, conveyed with us 16000 pounds in Treaſure, and taken away his Barke without his conſent: Where<g ref="char:EOLhyphen"/>upon the Drums were beaten up there, and a Boat manned out af<g ref="char:EOLhyphen"/>ter us, with ſome forty in Armes, who not able to reach us, came with that falſe alarum to the Captaine of the Nicodemus Frigott above-mentioned; and he thereupon ſlipt his Anchors, and being a ſwift ſayler overtooke us about noone within ſome two leagues of <hi>Callice,</hi> where ſhooting a warning-Peece at us, ſome of his men came aboard us, and ſome of us went aboard to him, and he requi<g ref="char:EOLhyphen"/>ring us to returne to the Vice-Admirall, wee tackt about, and the wind being contrary, it was neere ten at night e're we could reco<g ref="char:EOLhyphen"/>ver into his Ship, who ſeeing our Paſſes, was troubled that we were ſtopt in our journey, but upon the report ſo generally divulged of the great Treaſure we had with us, would not diſmiſſe us the next morning without a Councell of War, who adviſed the ſearch of our Portmantles, &amp; our ſervants to their very pockets, for his juſtificati<g ref="char:EOLhyphen"/>on and ours, and that in the preſence of ſome of them, that had publi<g ref="char:EOLhyphen"/>ſhed thoſe falſe rumours, after which finding with us but ſome few changes of Linnen and cloathes; on Tueſday morning about ten of the clock, having bin civilly treated we farwel'd him, and went on our journey for <hi>Callice,</hi> (Sir <hi>Philip Stapleton</hi> having gotten ſome reſt, in one of his Cabbins, and ſome eaſe from thoſe things which had been adminiſtred him by his Chirurgion) where we arrived about five in the evening, and hoped that a few dayes reſt there, would have recovered Sir <hi>Philip Stapleton</hi> ſo, as that he would have been enabled to have gone on our intended journey thorow <hi>Flan<g ref="char:EOLhyphen"/>ders</hi> for <hi>Holland;</hi> but his Flux continuing with him on Tueſday night together with his Feaver, and his ſtomack failing him, though neither he nor we had any mind to the French Phyſicians, yet on Wedneſday he enclined to conſult with the onely one that was there, who comming to him, and diſcourſing his then condition, without mentioning his being in any danger, reſolved that he ſhould about eight that night, have a Glyſter, the which he tooke accor<g ref="char:EOLhyphen"/>dingly, and that he ſhould have a veine open'd the next morning his Gliſter not working well with him and his Feaver continuing and he having had no reſt that night, ſent to deſire to ſpeake with ſome <pb n="8" facs="tcp:110921:5"/>of us, aſſoone as we could be ready, comming to him, he acquainted us therewith, and that he had a ſwelling riſen upon his thigh, ſome<g ref="char:EOLhyphen"/>what below his groyne, the painfulneſſe whereof was ſuch, that it did not onely hinder his ſleepe, but his lying at any eaſe; At the hearing whereof, having been informed, that the ſickneſſe was in the Towne, and that the Inhabitants were not onely fearfull there<g ref="char:EOLhyphen"/>of, but very inhumane to any that were viſited therewith, remo<g ref="char:EOLhyphen"/>ving of them out of the Towne, what ever their condition was, to a place without the Walls where there were Cabbins provided for them; ſome of us by his deſire, tooke the freedome to lay hands upon the place, he complained of, both for our owne ſatisfaction, and to be enabled to give the Phyſitian a cleere account thereof, he enforming us, that he conceived it aroſe from the weight of his Watch lying thereon, and that he had formerly been once or twice troubled in the like ſort; We apprehending the great danger it might have been to him, to have a veine opened, in caſe God had viſited him with the ſickneſſe, did thereupon with his approbation, reſolve to acquaint the Phyſician with that ſwelling, who there with his Apothecary, and Chirurgian view it, and reſolved from the forme thereof, and the place it was in, that it could be no Plague; and ſo proceeded to the opening of his veine, and tooke from him ſome eight ounces of blood, which was ſo extreamly corrupted, that it turned to a yellowiſh kind of water before it could be brought from the bed where he lay to his Chamber window after his veine was bound up againe, he told us, that he found his head well, and his heart whole, and that the Chirurgian having laid a Plaiſter upon his ſwelling he found the paine thereof alſo to abate, but yet his reaver continued without allowing him to take any reſt, and he began to draw his breath ſtiorter, whereat we were ſo troubled, that wee againe ſent for the Doctor to him, who came to us about two in the afternoone, but upon ſome diſcourſe that had paſſed between him and the Chirurgion hee was ſo fully reſolved that his ſickneſſe was the Plague, that wee could not perſwade his going up to him; You cannot but eaſily gheſſe how we were there<g ref="char:EOLhyphen"/>with aſtoniſhed, knowing that after his blood-letting, if it were the Plague, that there was no hope of his life, and whilſt we were in diſcourſe with him and the Chirurgion of what had been done, <pb n="9" facs="tcp:110921:5"/>and what was now to be done for him; It pleaſed God to call for him to a better place, and the end of his miſerie, gave a beginning not onely to our forrowes for him, but to an unheard of cruelty ex<g ref="char:EOLhyphen"/>erciſed upon us in the houſe (being the three ſilver Lyons) where we were, where the people of the houſe falling into a preſent out-cry, clap to their gates, and reſolved to keepe us Priſoners in the houſe, till wee ſhould give them ſatisfaction for the dammage they ſuggeſted, they ſhould receive by his death there, and with impudency demanded from us two hundred and fifty pounds, al<g ref="char:EOLhyphen"/>leaging that it was fit his Eſtate ſhould yeild them a further recom<g ref="char:EOLhyphen"/>pence, it was there neither time, nor place, to offer or expect reaſon, and wee were thereupon neceſſitated, to ply our ſelves by the mediation of an Engliſh Gentleman living in the Towne, to the Magiſtracy there, aſwell Civill as Martiall, and through his in<g ref="char:EOLhyphen"/>tercourſe with them, concluded to give the Maſter of the houſe to<g ref="char:EOLhyphen"/>wards his ſatisfaction for the dammage he might receive, foure<g ref="char:EOLhyphen"/>ſcore pounds ſterling, ten pounds to the Doctor, twelve pounds to the Chirurgion, and two pounds ten ſhillings to the Apothecary, being in totall one hundred foure pounds ten ſhillings, Towards the which we received from his ſervant <hi>Thomas Gage,</hi> of his Mo<g ref="char:EOLhyphen"/>ney, the ſumme of ſeventy three pounds ten ſhillings, leaving the reſt of his Money with him for his tranſport, and his Maſters goods for <hi>England,</hi> and for his Maſters Interment, the which he being a Proteſtant and dying as they ſuppoſed of the Sickneſſe, was to be in their ordinary and rough way.</p> <p>This thus concluded, diſcharging all their other demands, wee had the gates of the houſe opened unto us, and were permitted to goe aboard a Barke wee hired there, at an extraordinary rate for <hi>Fluſhing;</hi> being from their cruelty, enforced to be the Porters of our owne baggage to the water ſide, and lying there at Anchor that night, under the extremities incident to ſo poore a convey<g ref="char:EOLhyphen"/>ance, when wee were weighing Anchor about eleven of the clock, with the morning Tyde, the Towne Searchers boarded us, and ſearched our Perſons, our Servants, our Males, and every thing therein<g ref="char:punc">▪</g> in the expectation to have found great Treaſure, report having come to <hi>Callice</hi> before our arrivall, that wee had brought <pb n="10" facs="tcp:110921:6"/>away with us, one hundred thouſand pounds in Gold, which had rai<g ref="char:EOLhyphen"/>ſed their hopes to have had a great Booty of us, and made them the willinger to believe, that report of the Plague; The Searchers be<g ref="char:EOLhyphen"/>ing no way curious in handling either of us, or any thing that did belong to us, in purſuit of their prey, but <gap reason="illegible" resp="#PDCC" extent="3 letters"> <desc>•••</desc> </gap>ding that we had been ſtript at our Inne, to a <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>can<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ling onely, fit for our journey, they f<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>r<g ref="char:EOLhyphen"/>w<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ld us, and we them and that their ſo cruell a place; And being not able to reach <hi>Fluſhing</hi> that night paſſing in our way the next morning over againſt <hi>Bla<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ckborough</hi> under the care as we thought of a l<gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>owing Flemiſh Pilote we ſtruck on the ſands neere twenty times, when in all likelihood wee muſt have periſhed, had not God continued his mercy to us in the mildnes of the weather ſo as to give us leave to tack about, and to recover more ware<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>, after which we got to <hi>Fluſhing</hi> upon Saturday, where wee continued the Sabbath day, and went thence on Munday to <hi>Trov<gap reason="illegible" resp="#PDCC" extent="4 letters"> <desc>••••</desc> </gap>,</hi> and thence on Tueſ<g ref="char:EOLhyphen"/>day morning, ſo as we got hither on Wedneſday at noone, being the firſt place that allowed us opportunity of ſending unto you this ſad ſtory, as it relates to our deceaſed Friend; We cannot be inſen<g ref="char:EOLhyphen"/>ſible of the loſſe, his Lady, his Children, his Friend, the Kingdome itſelfe, hath had in ſo gallant a Gentleman, we need make you no profeſſion (we are confident,) that we were not wanting to him in the duties of friendſhip, not ſhall not be (if ever we may expreſſe i<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap> (to any that have relation to him, wee know your reſpect ſuch towards him and his; That you will take ſome friend with you, to Communicate this ſad piece to his Lady, who hath our prayers that God may aſſiſt her to undergoe this great affliction, and that he may be a Father to his Fatherleſſe Children, we deſire to heare from you of the receipt hereof; Wiſhing your happineſſe, and that we might heare that the Diſtempers in <hi>England</hi> were all well compo<g ref="char:EOLhyphen"/>ſed by a happy Peace, we remaine,</p> <closer> <dateline> <hi>Rotterdam,</hi> <date>27 <hi>Auguſt,</hi> 1647.</date> </dateline> </closer> </div> <div type="account"> <head>A farther relation concerning ſome other paſſages of his ſick<g ref="char:EOLhyphen"/>neſſe, Death and Buriall.</head> <p>HE landed at <hi>Callice</hi> on Tueſday <hi>Aug</hi> 17 about 6 aclock at night, and preſently took his bed, being very ſick, and continued till <pb n="11" facs="tcp:110921:6"/>Thurſday about two aclock in the afternoon; the Gentlemen came to him at times til 11. that morning; In this time his man <hi>Thomas Gage</hi> did oft raiſe him up in his bed, when he was in much paine, and held him up with Pillowes behind. On Wedneſday he ſate up three houres together in the after-noone, about two houres before his departure, he willed his man to let him lie along in his Bed, then being ſo laid, he lift up his hand and eyes to heaven; His man per<g ref="char:EOLhyphen"/>ceiving that, he asked him if he were in paine; he anſwered, in no paine at all; He asked him againe, whether he thought he ſhould die, and he anſwered, yes, and willed his man to commend him to his Wife, and not to forget his Children; After this hee betooke himſelfe to prayer for an houre and a halfe, praying for his ene<g ref="char:EOLhyphen"/>mies, and deſiring God to receive his ſoule, and then quietly depar<g ref="char:EOLhyphen"/>ted without groane or gaſpe. About ten aclock at night there came one and wraped him in a ſheet, and put him in a Coffin, and with another ſheet over the Coffin; He was carried to the place where the Proteſtants of that City uſe to bury their dead, and there was buried. The Inhabitants of the place ſay, that there was once a Church there, but burnt downe by the Spaniards; It being a waſte place, the Proteſtants purchaſed it for their burying place. It is compaſſed about with a broad Ditch or Moate, onely at the en<g ref="char:EOLhyphen"/>trance there are two ſides of Brick, and a large Gate betwixt them, which is kept ſhut, at buriall times.</p> <trailer>FINIS.</trailer> </div> </body> </text> </TEI>
180.16895
2,711
0.713562
3feb27036e155a3bf96ea692111323f7db1e1c3f
1,409
xml
XML
Biblio/14/13969.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
34
2015-05-13T10:35:12.000Z
2021-12-02T02:02:19.000Z
Biblio/14/13969.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
145
2015-10-13T19:15:07.000Z
2022-02-15T13:45:13.000Z
Biblio/14/13969.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
18
2015-10-01T15:42:43.000Z
2021-02-11T02:29:54.000Z
<?xml version="1.0" encoding="UTF-8"?> <bibl xmlns="http://www.tei-c.org/ns/1.0" xml:id="b13969" type="book"> <title level="m" type="main">Antonio GUARINO, Pagine di diritto romano. VI</title> <series> <title level="s" type="main">Pubblicazioni del Dipartimento di Diritto romano e Storia della Scienza romanistica dell'Università degli Studi di Napoli "Federico II".</title> <biblScope type="volume">7</biblScope> </series> <date>1995</date> <pubPlace>Napoli</pubPlace> <note resp="#BP">Pp. 516-520: 2. Antonio e Cleopatra. Reproduit de: Ineptiae iuris Romani. IV, AAP 29 (1980) pp. 101-104.</note> <idno type="pi">13969</idno> <idno type="bp">1995-0304</idno> <idno type="bp_old">96/3/109</idno> <seg type="original" subtype="index" resp="#BP">214</seg> <seg type="original" subtype="titre" resp="#BP">GUARINO Antonio, Extravaganti e bricciche.</seg> <seg type="original" subtype="publication" resp="#BP">Antonio GUARINO, Pagine di diritto romano. VI = Pubblicazioni del Dipartimento di Diritto romano e Storia della Scienza romanistica dell'Università degli Studi di Napoli "Federico II". 7 (Napoli, 1995) pp. 512-547.</seg> <seg type="original" subtype="resume" resp="#BP">Pp. 516-520: 2. Antonio e Cleopatra. Reproduit de: Ineptiae iuris Romani. IV, AAP 29 (1980) pp. 101-104.</seg> <seg type="original" subtype="nom" resp="#BP">Guarino</seg> </bibl>
74.157895
277
0.695529
6b6a002b1a14b81496779a92bcaddb0b59f7d4c1
4,985
xml
XML
.idea/inspectionProfiles/Project_Default.xml
DRSchlaubi/mikmusic
738c5f9682cfefa2f496a94e0cb7d8f4604e865f
[ "MIT" ]
13
2021-10-03T10:26:57.000Z
2021-11-07T07:32:19.000Z
.idea/inspectionProfiles/Project_Default.xml
DRSchlaubi/mikmusic
738c5f9682cfefa2f496a94e0cb7d8f4604e865f
[ "MIT" ]
3
2021-10-30T15:17:15.000Z
2021-11-03T16:24:18.000Z
.idea/inspectionProfiles/Project_Default.xml
DRSchlaubi/mikmusic
738c5f9682cfefa2f496a94e0cb7d8f4604e865f
[ "MIT" ]
2
2021-10-04T19:34:16.000Z
2021-10-05T14:31:27.000Z
<component name="InspectionProjectProfileManager"> <profile version="1.0"> <option name="myName" value="Project Default" /> <inspection_tool class="AddOperatorModifier" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="ConvertLambdaToReference" enabled="true" level="INFORMATION" enabled_by_default="true"> <scope name="Not kts" level="WARNING" enabled="true" /> </inspection_tool> <inspection_tool class="ConvertPairConstructorToToFunction" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="DataClassCanBeRecord" enabled="false" level="WARNING" enabled_by_default="false" /> <inspection_tool class="Destructure" enabled="true" level="SERVER PROBLEM" enabled_by_default="true" /> <inspection_tool class="FromClosedRangeMigration" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="ImplicitThis" enabled="false" level="SERVER PROBLEM" enabled_by_default="false" /> <inspection_tool class="KotlinLoggerInitializedWithForeignClass" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="KotlinUnusedImport" enabled="true" level="ERROR" enabled_by_default="true" /> <inspection_tool class="LoopToCallChain" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="MapGetWithNotNullAssertionOperator" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="MisspelledHeader" enabled="true" level="WEAK WARNING" enabled_by_default="true"> <option name="CUSTOM_HEADERS"> <header value="Plugin-Class" /> </option> </inspection_tool> <inspection_tool class="ProhibitJvmOverloadsOnConstructorsOfAnnotationClassesMigration" enabled="true" level="ERROR" enabled_by_default="true" /> <inspection_tool class="ProhibitRepeatedUseSiteTargetAnnotationsMigration" enabled="true" level="ERROR" enabled_by_default="true" /> <inspection_tool class="ProhibitTypeParametersForLocalVariablesMigration" enabled="true" level="ERROR" enabled_by_default="true" /> <inspection_tool class="ProhibitUseSiteTargetAnnotationsOnSuperTypesMigration" enabled="true" level="ERROR" enabled_by_default="true" /> <inspection_tool class="RedundantElseInIf" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="RedundantInnerClassModifier" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="RedundantLabelMigration" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="RedundantNotNullExtensionReceiverOfInline" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> <inspection_tool class="RedundantObjectTypeCheck" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="RedundantSemicolon" enabled="true" level="ERROR" enabled_by_default="true" /> <inspection_tool class="ReplaceCollectionCountWithSize" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="ReplaceGuardClauseWithFunctionCall" enabled="true" level="SERVER PROBLEM" enabled_by_default="true" /> <inspection_tool class="ReplaceNotNullAssertionWithElvisReturn" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="ReplaceStringFormatWithLiteral" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="ReplaceSubstringWithDropLast" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="ReplaceSubstringWithIndexingOperation" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="ReplaceSubstringWithSubstringAfter" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="ReplaceSubstringWithSubstringBefore" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="ReplaceSubstringWithTake" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="ReplaceWithImportAlias" enabled="true" level="SERVER PROBLEM" enabled_by_default="true" /> <inspection_tool class="RestrictReturnStatementTargetMigration" enabled="true" level="ERROR" enabled_by_default="true" /> <inspection_tool class="UnlabeledReturnInsideLambda" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="UnusedMainParameter" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="UseExpressionBody" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="WarningOnMainUnusedParameterMigration" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="WhenWithOnlyElse" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> </profile> </component>
101.734694
149
0.780542
3d6c48a070b0cfa6a3d904cae93f83db4675f5f7
927
csproj
XML
Tests/opieandanthonylive.Data.API.Archive.UnitTests/opieandanthonylive.Data.API.Archive.UnitTests.csproj
vreniose95/opieandanthonylive
28e4030bffb983fa64db331ca618ed1a4c444a1f
[ "MIT" ]
null
null
null
Tests/opieandanthonylive.Data.API.Archive.UnitTests/opieandanthonylive.Data.API.Archive.UnitTests.csproj
vreniose95/opieandanthonylive
28e4030bffb983fa64db331ca618ed1a4c444a1f
[ "MIT" ]
11
2018-10-28T04:32:56.000Z
2018-11-29T19:22:08.000Z
Tests/opieandanthonylive.Data.API.Archive.UnitTests/opieandanthonylive.Data.API.Archive.UnitTests.csproj
vreniose95/opieandanthonylive
28e4030bffb983fa64db331ca618ed1a4c444a1f
[ "MIT" ]
1
2018-09-26T23:04:26.000Z
2018-09-26T23:04:26.000Z
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp2.0</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="NUnit" Version="3.10.1" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\src\Ccr.Dnc.Core\Ccr.Dnc.Core.csproj" /> <ProjectReference Include="..\..\src\Ccr.Dnc.Data.EntityFrameworkCore\Ccr.Dnc.Data.EntityFrameworkCore.csproj" /> <ProjectReference Include="..\..\src\Data\APIs\opieandanthonylive.Data.API.Archive\opieandanthonylive.Data.API.Archive.csproj" /> <ProjectReference Include="..\..\src\Data\APIs\opieandanthonylive.Data.API\opieandanthonylive.Data.API.csproj" /> <ProjectReference Include="..\..\src\Data\opieandanthonylive.Data.Domain\opieandanthonylive.Data.Domain.csproj" /> <ProjectReference Include="..\..\src\Data\opieandanthonylive.Data\opieandanthonylive.Data.csproj" /> </ItemGroup> </Project>
44.142857
133
0.736785
c28efe7327598338c3ff28c1f7ec1dbcafb74976
9,184
mxml
XML
flashclient/views/section_toolbar/Message_Maintenance.mxml
lbouma/Cyclopath
d09d927a1e6f9e07924007fd39e8e807cd9c0f8c
[ "Apache-2.0" ]
15
2015-05-06T05:11:48.000Z
2021-12-03T14:56:58.000Z
flashclient/views/section_toolbar/Message_Maintenance.mxml
landonb/Cyclopath
d09d927a1e6f9e07924007fd39e8e807cd9c0f8c
[ "Apache-2.0" ]
null
null
null
flashclient/views/section_toolbar/Message_Maintenance.mxml
landonb/Cyclopath
d09d927a1e6f9e07924007fd39e8e807cd9c0f8c
[ "Apache-2.0" ]
8
2015-05-06T05:11:36.000Z
2020-11-04T05:11:22.000Z
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (c) 2006-2013 Regents of the University of Minnesota. For licensing terms, see the file LICENSE. --> <views_panel_util:Fadeawayable_VBox xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" xmlns:views_panel_util="views.panel_util.*" xmlns:views_section_toolbar="views.section_toolbar.*" xmlns:utils_misc="utils.misc.*" backgroundColor="0xDDDDDD" borderStyle="none" paddingTop="{G.app.pad}" paddingBottom="{G.app.pad}" paddingLeft="{G.app.pad}" paddingRight="{G.app.pad}" initialize="this.on_initialize()" width="100%" > <mx:Script><![CDATA[ import flash.events.Event; import flash.text.TextLineMetrics; import mx.effects.Fade; import mx.effects.Resize; import mx.events.EffectEvent; import mx.events.FlexEvent; import mx.events.ItemClickEvent; import mx.events.ResizeEvent; import utils.misc.Logging; // *** Class attributes protected static var log:Logging = Logging.get_logger('@Msg_Mntnnce'); // *** Instance attributes protected var test_accepted:Boolean = false; [Bindable] public var msg_real:Message_Maintenance; protected var fade_into_requested:Boolean = false; protected var prev_textHeight:int = 0; // *** Instance methods // protected function on_initialize() :void { m4_DEBUG('on_initialize'); } // override protected function on_effect_resize_fwd_end(ev:EffectEvent) :void { super.on_effect_resize_fwd_end(ev); // This is a hack: Tell the Map Key to resize, otherwise when the user // opens it, it'll look funny. G.app.map_key.on_canvas_change_dimensions(); } // *** // override public function component_fade_into( is_later:Boolean=false, force:Boolean=false, height:int=-1) :void { m4_DEBUG3('component_fade_into: visible:', this.visible, '/ is_later:', is_later, '/ force:', force, '/ this.msg_real:', this.msg_real); // For DEVs: // this.print_tl3dr_heights('component_fade_into'); if (this.msg_real !== null) { // This is a hack, either around a Flex bug (the docs says to call // validateNow() and then check textHeight, but the value is // outragesouly large, e.g., 640 when it should be 62, and // TextLineMetrics doesn't work, either), or because we're using // a Canvas and something about that means we have to draw // the widget to get the correct textHeight, e.g., even setting // alpha to 0 and visible to true but includeInLayout to false // didn't work (I know, what's up with that); so our hack is to // hide a sister widget under the map canvas, and we wait for it // to draw to get the real text height. // Our on_text_resize handler to take appropriate action. this.fade_into_requested = true; if (force) { this.prev_textHeight = 0; this.pyserver_message_text.invalidateSize(); } } else { super.component_fade_into(is_later, force, height); } } // protected function on_text_resize(ev:ResizeEvent) :void { m4_DEBUG2('on_text_resize: prev_textHeight:', this.prev_textHeight); m4_DEBUG2('on_text_resize: pyserver_message_text.textHeight:', this.pyserver_message_text.textHeight); // For DEVs: // this.print_tl3dr_heights('on_text_resize'); if (this.msg_real !== null) { if ((this.fade_into_requested) && (this.pyserver_message_text.textHeight != this.prev_textHeight)) { var is_later:Boolean = true; var force:Boolean = false; var height:int = 0 + this.getStyle('paddingTop') + this.getStyle('paddingBottom') + this.msg_maint_box.getStyle('paddingTop') + this.msg_maint_box.getStyle('paddingBottom') + this.pyserver_message_text.textHeight + 16 // MAGIC_NUMBER: There's a blank line after htmlText. ; this.msg_real.component_fade_into(is_later, force, height); this.prev_textHeight = this.pyserver_message_text.textHeight; this.fade_into_requested = false; } } // else, this is the real text widget; we don't respond to resizes. } // *** // protected function print_tl3dr_heights(called_by:String='print_tl3dr') :void { m4_DEBUG(called_by, ': this.height:', this.height); m4_DEBUG2(called_by, ': msg_maint_box.height:', this.msg_maint_box.height); m4_DEBUG2(called_by, ': pyserver_message_text.htmlText:', this.pyserver_message_text.htmlText); m4_DEBUG2(called_by, ': pyserver_message_text.height:', this.pyserver_message_text.height); m4_DEBUG2(called_by, ': pyserver_message_text.percentHeight:', this.pyserver_message_text.percentHeight); // You should call this.pyserver_message_text.validateNow(); // after setting text or htmlText in the same frame. // But [lb] tried this and the height was never right. m4_DEBUG2(called_by, ': pyserver_message_text.textHeight:', this.pyserver_message_text.textHeight); m4_DEBUG2(called_by, ': pyserver_message_text.measuredHeigh:', this.pyserver_message_text.measuredHeight); // The tlm is also wrong -- it says, like, 16, when it should be 62. var tlm:TextLineMetrics; tlm = this.pyserver_message_text.measureText( this.pyserver_message_text.htmlText); m4_DEBUG2(called_by, ': htmlText tlm.height:', tlm.height, '/ tlm.width:', tlm.width); tlm = this.pyserver_message_text.measureText( this.pyserver_message_text.text); m4_DEBUG2(called_by, ': text tlm.height:', tlm.height, '/ tlm.width:', tlm.width); // This is to help you figure out how to manually compute the height. // WHATEVER: The calculated height still needs to be fudged. Either // we're missing another widget's or property's height, // or the text height is incorrect. m4_DEBUG2(' .. this.getStyle(paddingTop):', this.getStyle('paddingTop')); m4_DEBUG2(' .. this.getStyle(paddingBottom):', this.getStyle('paddingBottom')); m4_DEBUG2(' .. this.getStyle(verticalGap):', this.getStyle('verticalGap')); m4_DEBUG2(' .. this.msg_maint_box.getStyle(paddingTop):', this.msg_maint_box.getStyle('paddingTop')); m4_DEBUG2(' .. this.msg_maint_box.getStyle(paddingBottom):', this.msg_maint_box.getStyle('paddingBottom')); m4_DEBUG2(' .. this.msg_maint_box.getStyle(verticalGap):', this.msg_maint_box.getStyle('verticalGap')); m4_DEBUG2(' .. this.msg_inner_box.getStyle(paddingTop):', this.msg_inner_box.getStyle('paddingTop')); m4_DEBUG2(' .. this.msg_inner_box.getStyle(paddingBottom):', this.msg_inner_box.getStyle('paddingBottom')); m4_DEBUG2(' .. this.msg_inner_box.getStyle(verticalGap):', this.msg_inner_box.getStyle('verticalGap')); } ]]></mx:Script> <mx:HBox id="msg_maint_box" width="100%" height="100%" paddingLeft="6" paddingRight="6" paddingTop="6" paddingBottom="6" verticalAlign="middle" backgroundColor="0xcccccc" horizontalGap="0" verticalGap="3" > <mx:HBox id="msg_inner_box" width="100%" height="100%" backgroundColor="0xcccccc" > <mx:Text id="pyserver_message_text" condenseWhite="true" mouseEnabled="true" mouseChildren="true" selectable="true" width="100%" resize="this.on_text_resize(event)" > </mx:Text> </mx:HBox> <mx:HBox id="link_dismiss_box" horizontalAlign="right" backgroundColor="0xcccccc" horizontalGap="6" verticalAlign="bottom" height="100%" > <views_panel_util:Hyper_Link id="link_dismiss_message" text="Dismiss message" toolTip="Click to hide this message." enabled="true" click="this.component_fade_away();" color="0xffffff" /> </mx:HBox> </mx:HBox> </views_panel_util:Fadeawayable_VBox>
34.656604
79
0.584277
c2c6b0324be93bd32d15309302cd221061010808
33,239
xml
XML
resources/IS_packages/Demo/ns/com/sag/demo/txt/placeOrder/flow.xml
rjaw/sagdevops-ci-assets
a96e2b1d170322385602789c0601c8284136d215
[ "Apache-2.0" ]
null
null
null
resources/IS_packages/Demo/ns/com/sag/demo/txt/placeOrder/flow.xml
rjaw/sagdevops-ci-assets
a96e2b1d170322385602789c0601c8284136d215
[ "Apache-2.0" ]
null
null
null
resources/IS_packages/Demo/ns/com/sag/demo/txt/placeOrder/flow.xml
rjaw/sagdevops-ci-assets
a96e2b1d170322385602789c0601c8284136d215
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <FLOW VERSION="3.0" CLEANUP="true"> <!-- nodes --> <INVOKE TIMEOUT="" SERVICE="pub.flatFile:convertToValues" VALIDATE-IN="$none" VALIDATE-OUT="$none"> <COMMENT></COMMENT> <!-- nodes --> <MAP MODE="INPUT"> <MAPTARGET> <Values version="2.0"> <record name="xml" javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">convertToValuesInput</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">ffData</value> <value name="field_type">object</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">ffSchema</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">ffIterator</value> <value name="field_type">object</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">encoding</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">delimiters</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> </array> <value name="modifiable">true</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">iterate</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <array name="field_options" type="value" depth="1"> <value>false</value> <value>true</value> </array> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">createIfNull</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <array name="field_options" type="value" depth="1"> <value>true</value> <value>false</value> </array> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">skipWhiteSpace</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <array name="field_options" type="value" depth="1"> <value>true</value> <value>false</value> </array> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">keepResults</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <array name="field_options" type="value" depth="1"> <value>true</value> <value>false</value> </array> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">validate</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <array name="field_options" type="value" depth="1"> <value>false</value> <value>true</value> </array> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">returnErrors</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <array name="field_options" type="value" depth="1"> <value>asArray</value> <value>inResults</value> <value>both</value> </array> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">maxErrors</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <record name="node_hints" javaclass="com.wm.util.Values"> <value name="field_largerEditor">false</value> <value name="field_password">false</value> </record> <value name="is_public">false</value> <value name="field_name">flags</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> </array> <value name="rec_closed">true</value> <value name="modifiable">true</value> </record> </array> <value name="modifiable">true</value> </record> </Values> </MAPTARGET> <MAPSOURCE> <Values version="2.0"> <record name="xml" javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">contentStream</value> <value name="field_type">object</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> </array> <value name="modifiable">true</value> </record> </Values> </MAPSOURCE> <!-- nodes --> <MAPCOPY FROM="/contentStream;3;0" TO="/ffData;3;0"> </MAPCOPY> <MAPSET NAME="Setter" OVERWRITE="true" VARIABLES="false" GLOBALVARIABLES="false" FIELD="/ffSchema;1;0"> <DATA ENCODING="XMLValues" I18N="true"> <Values version="2.0"> <value name="xml">com.sag.demo.txt:OrderSchema</value> <record name="type" javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">ffSchema</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> </Values> </DATA> </MAPSET> </MAP> <MAP MODE="OUTPUT"> <MAPTARGET> <Values version="2.0"> <record name="xml" javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">ffData</value> <value name="field_type">object</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">ffSchema</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">contentStream</value> <value name="field_type">object</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">ffValues</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> </array> <value name="modifiable">true</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">ffIterator</value> <value name="field_type">object</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">isValid</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <array name="field_options" type="value" depth="1"> <value>true</value> <value>false</value> </array> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">errors</value> <value name="field_type">record</value> <value name="field_dim">1</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <value name="is_soap_array_encoding_used">true</value> <array name="rec_fields" type="record" depth="1"> </array> <value name="modifiable">true</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">order</value> <value name="field_type">recref</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <value name="modifiable">true</value> <value name="rec_ref">com.sag.demo.doc:Order</value> </record> </array> <value name="modifiable">true</value> </record> </Values> </MAPTARGET> <MAPSOURCE> <Values version="2.0"> <record name="xml" javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">convertToValuesOutput</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> <record javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">ffValues</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> <record javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">recordWithNoID</value> <value name="field_type">record</value> <value name="field_dim">1</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <value name="is_soap_array_encoding_used">false</value> <array name="rec_fields" type="record" depth="1"> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">title</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">customer</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">value</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> </array> <value name="modifiable">true</value> </record> </array> <value name="modifiable">true</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">ffIterator</value> <value name="field_type">object</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">unknown</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">isValid</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <array name="field_options" type="value" depth="1"> <value>true</value> <value>false</value> </array> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">errors</value> <value name="field_type">record</value> <value name="field_dim">1</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <value name="is_soap_array_encoding_used">true</value> <array name="rec_fields" type="record" depth="1"> </array> <value name="modifiable">true</value> </record> </array> <value name="modifiable">true</value> </record> </Values> </MAPSOURCE> <!-- nodes --> <MAPDELETE FIELD="/ffData;3;0"> </MAPDELETE> <MAPDELETE FIELD="/ffSchema;1;0"> </MAPDELETE> <MAPDELETE FIELD="/contentStream;3;0"> </MAPDELETE> <MAPDELETE FIELD="/ffIterator;3;0"> </MAPDELETE> <MAPDELETE FIELD="/isValid;1;0"> </MAPDELETE> <MAPDELETE FIELD="/errors;2;1"> </MAPDELETE> <MAPCOPY FROM="/ffValues;2;0/recordWithNoID;2;1/title;1;0" TO="/order;4;0;com.sag.demo.doc:Order/title;1;0"> </MAPCOPY> <MAPCOPY FROM="/ffValues;2;0/recordWithNoID;2;1/customer;1;0" TO="/order;4;0;com.sag.demo.doc:Order/customer;1;0"> </MAPCOPY> <MAPCOPY FROM="/ffValues;2;0/recordWithNoID;2;1/value;1;0" TO="/order;4;0;com.sag.demo.doc:Order/value;1;0"> </MAPCOPY> </MAP> </INVOKE> <INVOKE TIMEOUT="" SERVICE="com.sag.demo.svc:placeOrder" VALIDATE-IN="$none" VALIDATE-OUT="$none"> <COMMENT></COMMENT> <!-- nodes --> <MAP MODE="INPUT"> <MAPTARGET> <Values version="2.0"> <record name="xml" javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="wrapper_type">IData</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> <record javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="node_comment"></value> <record name="node_hints" javaclass="com.wm.util.Values"> <value name="field_largerEditor">false</value> <value name="field_password">false</value> </record> <value name="is_public">false</value> <value name="field_name">order</value> <value name="field_type">recref</value> <value name="field_dim">0</value> <value name="wrapper_type">IData</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <value name="rec_closed">true</value> <value name="modifiable">true</value> <value name="rec_ref">com.sag.demo.doc:Order</value> </record> </array> <value name="modifiable">true</value> </record> </Values> </MAPTARGET> <MAPSOURCE> <Values version="2.0"> <record name="xml" javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> <record javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">ffValues</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> </array> <value name="modifiable">true</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">order</value> <value name="field_type">recref</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <value name="modifiable">true</value> <value name="rec_ref">com.sag.demo.doc:Order</value> </record> </array> <value name="modifiable">true</value> </record> </Values> </MAPSOURCE> <!-- nodes --> <MAPCOPY FROM="/order;4;0;com.sag.demo.doc:Order" TO="/order;4;0;com.sag.demo.doc:Order"> </MAPCOPY> </MAP> </INVOKE> <INVOKE TIMEOUT="" SERVICE="pub.flow:setResponse" VALIDATE-IN="$none" VALIDATE-OUT="$none"> <COMMENT></COMMENT> <!-- nodes --> <MAP MODE="INPUT"> <MAPTARGET> <Values version="2.0"> <record name="xml" javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">setResponseInput</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> <record javaclass="com.wm.util.Values"> <value name="node_type">field</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">responseString</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">field</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">responseBytes</value> <value name="field_type">object</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">field</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">string</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">field</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">bytes</value> <value name="field_type">object</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">field</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">response</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">field</value> <value name="node_subtype">unknown</value> <record name="node_hints" javaclass="com.wm.util.Values"> <value name="field_usereditable">true</value> </record> <value name="is_public">false</value> <value name="field_name">contentType</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <array name="field_options" type="value" depth="1"> <value>text/xml</value> <value>text/html</value> </array> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> <record javaclass="com.wm.util.Values"> <value name="node_type">field</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">encoding</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> </array> <value name="modifiable">true</value> </record> </Values> </MAPTARGET> <MAPSOURCE> <Values version="2.0"> <record name="xml" javaclass="com.wm.util.Values"> <value name="node_type">record</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_type">record</value> <value name="field_dim">0</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> <array name="rec_fields" type="record" depth="1"> </array> <value name="modifiable">true</value> </record> </Values> </MAPSOURCE> <!-- nodes --> <MAPSET NAME="Setter" OVERWRITE="true" VARIABLES="false" GLOBALVARIABLES="false" FIELD="/responseString;1;0"> <DATA ENCODING="XMLValues" I18N="true"> <Values version="2.0"> <value name="xml">OK</value> <record name="type" javaclass="com.wm.util.Values"> <value name="node_type">field</value> <value name="node_subtype">unknown</value> <value name="is_public">false</value> <value name="field_name">responseString</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> </Values> </DATA> </MAPSET> <MAPSET NAME="Setter" OVERWRITE="true" VARIABLES="false" GLOBALVARIABLES="false" FIELD="/contentType;1;0"> <DATA ENCODING="XMLValues" I18N="true"> <Values version="2.0"> <value name="xml">text/plain</value> <record name="type" javaclass="com.wm.util.Values"> <value name="node_type">field</value> <value name="node_subtype">unknown</value> <record name="node_hints" javaclass="com.wm.util.Values"> <value name="field_usereditable">true</value> </record> <value name="is_public">false</value> <value name="field_name">contentType</value> <value name="field_type">string</value> <value name="field_dim">0</value> <value name="field_opt">true</value> <array name="field_options" type="value" depth="1"> <value>text/xml</value> <value>text/html</value> </array> <value name="nillable">true</value> <value name="form_qualified">false</value> <value name="is_global">false</value> </record> </Values> </DATA> </MAPSET> </MAP> </INVOKE> </FLOW>
39.382701
114
0.616595
bff1364d96df3f40f3cce1149d01385789c4deb9
251,056
xml
XML
framework-res/res/values-pt-rPT/strings.xml
amirulqayyum/SuperMan-ModdedFiles
550336c9064afeed087ab09744ab6b6ec077bfd0
[ "Apache-2.0" ]
5
2017-10-17T19:00:08.000Z
2021-01-03T21:46:20.000Z
framework-res/res/values-pt-rPT/strings.xml
SuperMan-Rom/ModdedFiles
550336c9064afeed087ab09744ab6b6ec077bfd0
[ "Apache-2.0" ]
null
null
null
framework-res/res/values-pt-rPT/strings.xml
SuperMan-Rom/ModdedFiles
550336c9064afeed087ab09744ab6b6ec077bfd0
[ "Apache-2.0" ]
2
2018-01-18T19:27:59.000Z
2020-03-25T14:58:50.000Z
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="cancel">Cancelar</string> <string name="copy">Copiar</string> <string name="copyUrl">Copiar URL</string> <string name="cut">Cortar</string> <string name="defaultVoiceMailAlphaTag">Correio de voz</string> <string name="defaultMsisdnAlphaTag">MSISDN1</string> <string name="emptyPhoneNumber">(Nenhum número de telefone).</string> <string name="httpErrorBadUrl">Impossível abrir página. URL inválido.</string> <string name="httpErrorUnsupportedScheme">O protocolo não é suportado.</string> <string name="no">Cancelar</string> <string name="ok">OK</string> <string name="paste">Colar</string> <string name="search_go">Pesquisar</string> <string name="selectAll">Seleccionar tudo</string> <string name="unknownName">(Desconhecido)</string> <string name="untitled">&lt;Sem nome></string> <string name="VideoView_error_button">OK</string> <string name="VideoView_error_text_unknown">Lamentamos, este vídeo não pode ser reproduzido.</string> <string name="VideoView_error_title">Problema com o vídeo</string> <string name="yes">OK</string> <string name="dialog_alert_title">Atenção</string> <string name="VideoView_error_text_invalid_progressive_playback">Lamentamos, este vídeo não é válido para streaming para este dispositivo.</string> <string name="selectTextMode">Sel. texto</string> <string name="status_bar_notification_info_overflow">999+</string> <string name="fingerprint_icon_content_description">Ícone de impressão digital</string> <string name="paste_as_plain_text">"Colar como texto sim."</string> <string name="AcMmi">Call forwarding (conditional)</string> <string name="AutoUpdateOfTimeAndDate">Actualização automática de hora e data.</string> <string name="BaMmi">Barramento de chamadas</string> <string name="CLIRDefaultOffNextCallOff">O ID de chamador regressa à predefinição de não restringido. Chamada seguinte: Não restringido</string> <string name="CLIRDefaultOffNextCallOn">O ID de chamador regressa à predefinição de não restringido. Chamada seguinte: Restringido</string> <string name="CLIRDefaultOnNextCallOff">O ID de chamador regressa à predefinição de restringido. Chamada seguinte: Não restringido</string> <string name="CLIRDefaultOnNextCallOn">O ID de chamador regressa à predefinição de restringido. Chamada seguinte: Restringido</string> <string name="CLIRPermanent">A definição de ID de chamador não pode ser alterada.</string> <string name="CfMmi">Desvio de chamadas</string> <string name="ClipMmi">ID do chamador recebido</string> <string name="ClirMmi">ID do chamador a enviar</string> <string name="CndMmi">Número de chamada recebida recebido.</string> <string name="CnipMmi">Número de chamada recebida mostrado.</string> <string name="CnirMmi">Número de chamada recebida retido.</string> <string name="ColpMmi">ID de linha ligada</string> <string name="ColrMmi">Restrição de ID de linha ligada</string> <string name="CwMmi">Chamada em espera</string> <string name="DndMmi">Não incomodar</string> <string name="KTmmiError">Undefined additional service. Contact customer centre.</string> <string name="Midnight">Meia-noite</string> <string name="NetworkPreferenceSwitchSummary">Para melhorar a receção, experimente alterar o tipo selecionado em Sistema > Rede e Internet > Redes móveis > Tipo de rede preferido.</string> <string name="NetworkPreferenceSwitchTitle">Não é possível ligar à rede</string> <string name="Noon">Meio-dia</string> <string name="Pin2Mmi">Altere o PIN2</string> <string name="PinMmi">Altere o PIN</string> <string name="PwdMmi">Alteração da palavra-passe</string> <string name="RestrictedOnAllVoiceTitle">Sem serviço de voz/emergência</string> <string name="RestrictedOnDataTitle">Sem serviço de dados</string> <string name="RestrictedOnEmergencyTitle">Sem chamadas de emergência</string> <string name="RestrictedOnNormalTitle">Sem serviço de voz</string> <string name="RestrictedStateContent">Serviço temporariamente não disponibilizado pela rede móvel na sua localização</string> <string name="RuacMmi">Rejeitar chamadas indesejadas</string> <string name="SC_BAIC">Chamadas recebidas</string> <string name="SC_BAICr">Chamadas recebidas em roaming</string> <string name="SC_BAOC">Chamadas efectuadas</string> <string name="SC_BAOIC">Todas as chamadas internacionais efectuadas</string> <string name="SC_BAOICxH">Todas as chamadas internacionais efectuadas excepto para o país de origem</string> <string name="SetupCallDefault">Chamada?</string> <string name="StrAbsentSubscriber">No response from the carrier. Please try again.</string> <string name="StrCallBarred">Serviço restringido. Desbloqueie as chamadas recebidas e tente novamente.</string> <string name="StrDataMissing">No value entered. Check the values and try again.</string> <string name="StrDeflectionToServedSubscriber">Out of service area.</string> <string name="StrEtcReturnError">Try again.</string> <string name="StrFacilityNotSupported">The function is not supported.</string> <string name="StrIllegalSSOperation">Invalid service code. Check service code and try again.</string> <string name="StrInvalidDeflectedToNumber">Verify the number and try again.</string> <string name="StrLongTermDenial">A network error has occurred. Please contact customer centre.</string> <string name="StrMaxNumberOfMPTY_ParticipantsExceeded">Maximum number of conference call participants exceeded.</string> <string name="StrNegativePWCheck">Incorrect password. Please try again.</string> <string name="StrNumOfPWAttempsViolation">Maximum password attempts exceeded. Please contact customer centre.</string> <string name="StrPositionMethodFailure">Location info unavailable.</string> <string name="StrPwRegFailure">Incorrect password. Please try again.</string> <string name="StrRejectedByNetwork">Rejected by network.</string> <string name="StrRejectedByUser">Rejected by user.</string> <string name="StrResourcesNotAvailable">Signal is too weak. Please try again.</string> <string name="StrSSErrStatus">Failed to connect due to network problem. Please try again.</string> <string name="StrSSIncompatibility">Requested service cannot be carried out due to another additional service. Please contact customer centre.</string> <string name="StrSSNotAvailable">Undefined additional service. Please contact customer centre.</string> <string name="StrSSSubscriptionViolation">Subscription status cannot be verified; requested service cannot be carried out. Please contact customer centre.</string> <string name="StrShortTermDenial">A network error has occurred. Please try again later.</string> <string name="StrSpecialServiceCode">This code is reserved for special services.</string> <string name="StrSysFailure">System error. Try again later.</string> <string name="StrUnexpectedDataValue">Os valores introduzidos estão fora do intervalo válido. Verifique os valores e tente novamente.</string> <string name="StrUnknownAlphabet">Invalid characters. Enter again.</string> <string name="StrUssd_Busy">Network busy.</string> <string name="ThreeWCMmi">Chamada de três vias</string> <string name="accept">Aceitar</string> <string name="accessibility_binding_label">Acessibilidade</string> <string name="accessibility_button_instructional_text">Para alterar as funcionalidades, toque sem soltar no botão Acessibilidade.</string> <string name="accessibility_button_prompt_text">Escolha uma funcionalidade para utilizar quando tocar no botão Acessibilidade:</string> <string name="accessibility_magnification_chooser_text">Ampliação</string> <string name="accessibility_shortcut_disabling_service">Atalho de acessibilidade utilizado para desligar %s.</string> <string name="accessibility_shortcut_enabling_service">Atalho de acessibilidade utilizado para ligar %s.</string> <string name="accessibility_shortcut_toogle_warning">"Quando o atalho está ativado, premir ambos os botões de volume durante 3 segundos inicia uma funcionalidade de acessibilidade. Funcionalidade de acessibilidade atual: %1$s Pode alterar a funcionalidade em Definições > Acessibilidade."</string> <string name="accessibility_shortcut_warning_dialog_title">Pretende utilizar o atalho de acessibilidade?</string> <string name="accessibility_unable_to_use_direct_access_while_bikemode_enable">Impossível utilizar Acesso directo. Desligue %s e tente novamente.</string> <string name="accessibility_unable_to_use_function_while_bikemode_enable">Impossível utilizar esta função quando o Modo S moto está activado. Desactive o Modo S moto e tente novamente.</string> <string name="account_addition_restrict">A política de segurança impede a adição desta conta.</string> <string name="account_removal_restrict">A política de segurança impede a remoção desta conta.</string> <string name="action_bar_home_description">Navegar para casa</string> <string name="action_bar_home_description_format">%1$s, %2$s</string> <string name="action_bar_home_subtitle_description_format">%1$s, %2$s, %3$s</string> <string name="action_bar_up_description">Navegar para cima</string> <string name="action_menu_overflow_badge_text_n">N</string> <string name="action_menu_overflow_description">Mais opções</string> <string name="action_mode_done">Concluído</string> <string name="activity_chooser_view_dialog_title_default">Seleccionar actividade</string> <string name="activity_chooser_view_see_all">Ver tudo</string> <string name="activity_list_empty">Não foram encontradas actividades correspondentes.</string> <string name="activity_resolver_use_always">Sempre</string> <string name="activity_resolver_use_once">Só uma vez</string> <string name="activity_resolver_work_profiles_support">%1$s não suporta o perfil de trabalho</string> <string name="activitychooserview_choose_application">Seleccionar uma aplicação</string> <string name="activitychooserview_choose_application_error">Não foi possível iniciar %s</string> <string name="adb_active_notification_message">Seleccione para desactivar a depuração de USB.</string> <string name="adb_active_notification_title">Depuração de USB ligada.</string> <string name="adb_debugging_notification_channel_tv">Depuração USB</string> <string name="addToDictionary">Adic. ao Dicionário</string> <string name="add_account_button_label">Adicionar conta</string> <string name="add_account_label">Adicionar conta</string> <string name="add_contact_to_sim_restriction">A política de segurança impede a adição de contactos ao cartão SIM.</string> <string name="admin_device_restart">O seu administrador irá reiniciar o seu dispositivo.</string> <string name="aerr_application">%1$s parou.</string> <string name="aerr_application_repeated">%s continua a parar</string> <string name="aerr_close">Fechar</string> <string name="aerr_close_app">Fechar aplicação</string> <string name="aerr_mute">Desativar som até o dispositivo reiniciar</string> <string name="aerr_process">O processo %1$s parou.</string> <string name="aerr_process_repeated">%s continua a parar</string> <string name="aerr_report">Enviar comentários</string> <string name="aerr_restart">Abrir aplicação novamente</string> <string name="aerr_wait">Aguardar</string> <string name="air_button_warn_no_contact">Sem contactos para adicionar.</string> <string name="air_button_warn_no_contact_history">Sem histórico de contactos recentes.</string> <string name="air_button_warn_no_images">Sem imagens para adicionar.</string> <string name="airbutton_global_air_command">"Comando aéreo"</string> <string name="airbutton_global_easy_clip">Clip de imagem</string> <string name="airbutton_global_flash_annotation">"Escrita ecrã"</string> <string name="airbutton_global_galaxy_finder">S Finder</string> <string name="airbutton_global_multiwindow">Janela da caneta</string> <string name="airbutton_global_pen_able">Selecção inteligente</string> <string name="airbutton_global_pin_mode">Álbum de recordações</string> <string name="airbutton_global_quick_memo">"Memo de acção"</string> <string name="airbutton_global_snote">S Note</string> <string name="airbutton_help_popup">Quando se prime o botão da caneta com a caneta a pairar sobre o ecrã, são mostradas as funções de comando aéreo.</string> <string name="airbutton_overlay_help_text_message">Faça a sua S Pen pairar sobre qualquer parte do ecrã e prima o botão da caneta para aceder às úteis funções da caneta %d.</string> <string name="airbutton_overlay_help_text_message1">A Selecção inteligente substituiu o Autor de álbum de recordações, e o Clip de imagem foi adicionado às funcionalidades disponíveis.</string> <string name="airplanemode_restrict">A política de segurança impede a activação do Modo de voo.</string> <string name="alert_msg_wifi_display_connected">A qualidade de imagem dos vídeos HDR pode ser reduzida no dispositivo de visualização ligado.</string> <string name="alert_windows_notification_channel_group_name">Sobrepor a outras aplicações</string> <string name="alert_windows_notification_channel_name">A aplicação %s sobrepõe-se a outras aplicações</string> <string name="alert_windows_notification_message">Se não pretende que a aplicação %s utilize esta funcionalidade, toque para abrir as definições e desative-a.</string> <string name="alert_windows_notification_title">O %s sobrepõe-se a outras aplic.</string> <string name="alert_windows_notification_turn_off_action">DESATIVAR</string> <string name="allow">Permitir</string> <string name="allow_settings_changes">A política de segurança impede a alteração das definições.</string> <string name="alwaysUse">Utilizar por predefinição para esta aplicação</string> <string name="android_preparing_apk">A preparar o %1$s.</string> <string name="android_start_title">O Android está a iniciar…</string> <string name="android_system_label">Sistema Android</string> <string name="android_upgrading_apk">A otimizar a aplicação %1$d de %2$d.</string> <string name="android_upgrading_complete">Arranque concluído.</string> <string name="android_upgrading_fstrim">A otimizar o armazenamento.</string> <string name="android_upgrading_notification_body">Algumas aplicações podem não funcionar corretamente enquanto a atualização não for concluída</string> <string name="android_upgrading_notification_title">A terminar actualização Android…</string> <string name="android_upgrading_starting_apps">A abrir aplicações…</string> <string name="android_upgrading_title">A actualizar o Android…</string> <string name="anr_activity_application">%2$s não está a responder</string> <string name="anr_activity_process">%1$s não está a responder</string> <string name="anr_application_process">%1$s não está a responder</string> <string name="anr_process">O processo %1$s não está a responder</string> <string name="anr_title" /> <string name="app_category_audio">Música e áudio</string> <string name="app_category_game">Jogos</string> <string name="app_category_image">Fotos e imagens</string> <string name="app_category_maps">Mapas e navegação</string> <string name="app_category_news">Notícias e revistas</string> <string name="app_category_productivity">Produtividade</string> <string name="app_category_social">Social e comunicação</string> <string name="app_category_video">Filmes e vídeo</string> <string name="app_info">Informações da aplicação</string> <string name="app_install_restrict">A política de segurança impede a instalação desta aplicação.</string> <string name="app_not_found">Não foi encontrada uma aplicação para processar esta acção.</string> <string name="app_running_notification_text">Toque para obter mais informações ou parar a aplicação.</string> <string name="app_running_notification_title">%s a ser executada</string> <string name="app_upgrading_toast">O %1$s está a ser atualizado…</string> <string name="application_default_restrict">Outra aplicação definida como padrão pelo administrador do dispositivo.</string> <string name="aspect_ratio_app_may_not_work_properly">Esta aplicação pode não funcionar adequadamente em ecrã inteiro.</string> <string name="aspect_ratio_previous_aspect_ratio_noti">Para voltar para a relação de visualização anterior, aceda a Definições > Apresentação > Aplicações de ecrã inteiro.</string> <string name="aspect_ratio_recent_noti">Pode alterar a relação de visualização da aplicação no ecrã Aplicações recentes.</string> <string name="aspect_ratio_tap_here_to_fill">Tocar aqui para preencher todo o ecrã</string> <string name="authentication_failed_tce">Authentication failed</string> <string name="autofill">Preench. auto</string> <string name="autofill_address_name_separator">" "</string> <string name="autofill_address_summary_format">$1$2$3</string> <string name="autofill_address_summary_name_format">$1$2$3</string> <string name="autofill_address_summary_separator">", "</string> <string name="autofill_address_type_same_as_re">Igual a</string> <string name="autofill_area">Área</string> <string name="autofill_billing_designator_re">Conta</string> <string name="autofill_county">Concelho</string> <string name="autofill_department">Departamento</string> <string name="autofill_district">Distrito</string> <string name="autofill_emirate">Emirado</string> <string name="autofill_error_cannot_autofill">Sem sugestões de preenchimento automático</string> <string name="autofill_island">Ilha</string> <string name="autofill_name_on_card_contextual_re">Nome</string> <string name="autofill_parish">Freguesia</string> <string name="autofill_phone_suffix_re">Sufixo</string> <string name="autofill_picker_accessibility_title">Opções de preenchimento automático</string> <string name="autofill_picker_no_suggestions">%d sugestões de preenchimento automático</string> <string name="autofill_postal_code">Código postal</string> <string name="autofill_prefecture">Concelho</string> <string name="autofill_province">Província</string> <string name="autofill_save_accessibility_title">Guardar para o Preenchimento automático</string> <string name="autofill_save_no">Não, obrigado</string> <string name="autofill_save_title">Guardar no %s?</string> <string name="autofill_save_title_with_2types">Guardar %1$s e %2$s no %3$s?</string> <string name="autofill_save_title_with_3types">Guardar %1$s, %2$s e %3$s no %4$s?</string> <string name="autofill_save_title_with_type">Guardar %1$s no %2$s?</string> <string name="autofill_save_type_address">endereço</string> <string name="autofill_save_type_credit_card">cartão de crédito</string> <string name="autofill_save_type_email_address">endereço de e-mail</string> <string name="autofill_save_type_password">palavra-passe</string> <string name="autofill_save_type_username">nome de utilizador</string> <string name="autofill_save_yes">Guardar</string> <string name="autofill_shipping_designator_re">Navio</string> <string name="autofill_state">Estado</string> <string name="autofill_this_form">Preenchimento Automático</string> <string name="autofill_zip_code">Código postal</string> <string name="back_button_label">Anterior</string> <string name="backup_restrict">A política de segurança impede a utilização de Cópia de segurança.</string> <string name="badPin">O PIN antigo que introduziu não está correto.</string> <string name="badPin2">O PIN2 está incorrecto. Tente novamente.</string> <string name="badPuk">O PUK1 que introduziu está incorrecto</string> <string name="badPuk2">O PUK2 que introduziu está incorrecto</string> <string name="batt_cooldown_mode">Impossível abrir aplicação. Sobreaquecimento do dispositivo.</string> <string name="batt_cooldown_mode_attention">Aplicação fechada</string> <string name="batt_cooldown_mode_attentions">Aplicações fechadas</string> <string name="batt_cooldown_mode_kill">1 aplicação foi fechada. O seu dispositivo está a sobreaquecer. Enquanto o dispositivo não arrefecer, apenas poderá fazer chamadas de emergência.</string> <string name="batt_cooldown_mode_kill_wifi_only_phone">1 aplicação foi fechada. O seu telefone está a sobreaquecer.</string> <string name="batt_cooldown_mode_kill_wifi_only_tablet">1 aplicação foi fechada. O seu tablet está a sobreaquecer.</string> <string name="batt_cooldown_mode_kills">%d aplicações foram fechadas. O seu dispositivo está a sobreaquecer. Enquanto o dispositivo não arrefecer, apenas poderá fazer chamadas de emergência.</string> <string name="batt_cooldown_mode_kills_wifi_only_phone">%d aplicações foram fechadas. O seu telefone está a sobreaquecer.</string> <string name="batt_cooldown_mode_kills_wifi_only_tablet">%d aplicações foram fechadas. O seu tablet está a sobreaquecer.</string> <string name="batt_cooldown_mode_ok">OK</string> <string name="battery_saver_description">"Para ajudar a melhorar a autonomia da bateria, a poupança de bateria reduz o desempenho do seu dispositivo e limita a vibração, os serviços de localização e a maioria dos dados em segundo plano. O email, as mensagens e outras aplicações que dependem da sincronização não podem ser atualizados exceto se os abrir. A poupança de bateria desliga-se automaticamente quando o dispositivo está a carregar."</string> <string name="beforeOneMonthDurationPast">Há mais de 1 mês</string> <string name="bixby_edgecase_carmode">Impossível utilizar Bixby em Modo Automóvel.</string> <string name="bixby_edgecase_dexmode">Impossível utilizar a Bixby no Samsung DeX.</string> <string name="bixby_edgecase_dexstation">Impossível utilizar a Bixby durante a ligação a DeX Station.</string> <string name="bixby_edgecase_emergencymode">Impossível utilizar Bixby em Modo de emergência.</string> <string name="bixby_edgecase_kidsmode">Impossível utilizar Bixby em Modo de Crianças.</string> <string name="bixby_edgecase_mirrorlink">Impossível utilizar Bixby ao mesmo tempo que MirrorLink.</string> <string name="bixby_edgecase_mpsm">Impossível utilizar Bixby com o Modo de máxima economia de energia ligado.</string> <string name="bixby_popup_unavailable_now">Bixby indisponível. Só podem utilizar a Bixby o proprietário do telefone ou o número de telefone principal.</string> <string name="block_talkback_on_bixby_setupwizard">Impossível utilizar o Voice Assistant enquanto configura o seu telefone com a Bixby.</string> <string name="blocked_by_eas_policy_toast">Esta aplicação foi bloqueada pelo administrador do dispositivo.</string> <string name="bluetooth_a2dp_audio_route_name">Áudio de Bluetooth</string> <string name="bluetooth_a2dp_restrict">A política de segurança impede a utilização de áudio de multimédia Bluetooth.</string> <string name="bluetooth_ask_enablement">Uma aplicação está a pedir permissão para utilizar Bluetooth. Permitir?</string> <string name="bluetooth_avrcp_restrict">A política de segurança impede a utilização do controlo de áudio/vídeo Bluetooth.</string> <string name="bluetooth_bpp_restrict">A política de segurança impede a impressão via Bluetooth.</string> <string name="bluetooth_china_popup_message">%1$s está a pedir permissão para utilizar %2$s. Permitir?</string> <string name="bluetooth_china_popup_title">Bluetooth</string> <string name="bluetooth_data_transfer_restrict">A política de segurança impede as transferências de dados via Bluetooth.</string> <string name="bluetooth_desktop_restrict">A política de segurança impede a ligação ao seu ambiente de trabalho via Bluetooth.</string> <string name="bluetooth_device_restrict">A política de segurança impede o emparelhamento com este dispositivo Bluetooth.</string> <string name="bluetooth_dun_restrict">A política de segurança impede a utilização de uma ligação telefónica de rede Bluetooth.</string> <string name="bluetooth_ftp_restrict">A política de segurança impede a consulta de ficheiros via Bluetooth.</string> <string name="bluetooth_hfp_restrict">A política de segurança impede a utilização de mãos-livres Bluetooth.</string> <string name="bluetooth_hsp_restrict">A política de segurança impede a utilização dos auscultadores Bluetooth.</string> <string name="bluetooth_outgoing_call_restrict">A política de segurança impede que sejam efectuadas chamadas via Bluetooth.</string> <string name="bluetooth_pairing_restrict">A política de segurança impede o emparelhamento Bluetooth.</string> <string name="bluetooth_pbap_restrict">A política de segurança impede a utilização do livro de endereços Bluetooth.</string> <string name="bluetooth_permission_request">Pedido de permissão Bluetooth</string> <string name="bluetooth_restrict">A política de segurança impede a utilização de Bluetooth.</string> <string name="bluetooth_sap_restrict">A política de segurança impede o acesso ao seu cartão SIM via Bluetooth.</string> <string name="bluetooth_security_mode_disable">A política de segurança impede a utilização de Bluetooth.</string> <string name="bluetooth_security_mode_handsfree">A política de segurança restringe a utilização da ligação Bluetooth unicamente às funções mãos-livres.</string> <string name="bluetooth_spp_restrict">A política de segurança impede a utilização de Bluetooth através de todas as portas série.</string> <string name="booster_message_download_mobile_only">A rede Wi-Fi está lenta. Para fazer as transferências mais rapidamente, o Intensificador de transferências irá utilizar apenas a rede LTE para transferir ficheiros.</string> <string name="booster_message_download_wifi_only">A rede LTE está lenta. Para fazer as transferências mais rapidamente, o Intensificador de transferências irá utilizar apenas a rede Wi-Fi para transferir ficheiros.</string> <string name="booster_message_enable">Intensificador de transferências activado. A transferir…</string> <string name="booster_message_server_error">Intensificador de transferências não suportado pelo servidor. A transferir via rede Wi-Fi em substituição…</string> <string name="booster_message_server_error_download_mobile">Intensificador de transferências não suportado pelo servidor. A transferir via rede móvel em substituição…</string> <string name="booster_message_siop_error">O download booster foi desactivado para evitar o sobreaquecimento do dispositivo. A transferir via rede Wi-Fi em substituição…</string> <string name="booster_message_siop_error_download_mobile">O download booster foi desactivado para evitar o sobreaquecimento do dispositivo. A transferir via rede móvel em substituição…</string> <string name="booster_message_turn_on_mobile">A ligar Dados móveis…</string> <string name="booster_message_turn_on_wifi">A ligar o Wi-Fi…</string> <string name="booster_name">Download booster</string> <string name="booster_notification_booster_speed">Download booster</string> <string name="booster_notification_lte">LTE</string> <string name="booster_notification_mbps">Mbps</string> <string name="booster_notification_num_mbps">%d Mbps</string> <string name="booster_notification_umts">3G</string> <string name="booster_notification_wifi">Wi-Fi</string> <string name="browse">Navegador</string> <string name="browser_module">Browser</string> <string name="bugreport_message">Isto permite que a aplicação seleccionada recolha informações sobre o estado actual do seu dispositivo via e-mail. Pode ter de aguardar até o relatório de erro estar pronto para ser enviado.</string> <string name="bugreport_option_full_summary">Utilize esta opção para uma interferência mínima do sistema quando o dispositivo não responder ou estiver demasiado lento, ou quando precisar de todas as secções de relatório. Não permite introduzir mais detalhes ou tirar capturas de ecrã adicionais.</string> <string name="bugreport_option_full_title">Relatório completo</string> <string name="bugreport_option_interactive_summary">Utilize esta opção na maioria das circunstâncias. Permite monitorizar o progresso do relatório, introduzir mais detalhes acerca do problema e tirar capturas de ecrã. Pode omitir algumas secções menos utilizadas que demoram muito tempo a comunicar.</string> <string name="bugreport_option_interactive_title">Relatório interativo</string> <string name="bugreport_title">Criar relatório de erro</string> <string name="byteShort">B</string> <string name="callControlModification">Número alterado pelo SIM.</string> <string name="callControlNotAllowed">Não permitido pelo SIM.</string> <string name="callControlSSModification">Enviar SS modificado pelo SIM.</string> <string name="callFailed_fdn_only">As chamadas efectuadas são restringidas por Marcação Fixa.</string> <string name="camera_restrict">A política de segurança impede a utilização da câmara.</string> <string name="can_not_install_app">Impossível instalar aplicação. Aplicação não optimizada para utilizar com %s.</string> <string name="capability_desc_canCaptureFingerprintGestures">Pode capturar gestos realizados no sensor de impressões digitais do dispositivo.</string> <string name="capability_desc_canControlMagnification">Controlar o nível de zoom e o posicionamento do ecrã.</string> <string name="capability_desc_canPerformGestures">É possível tocar, deslizar rapidamente, juntar os dedos e realizar outros gestos</string> <string name="capability_desc_canRequestFilterKeyEvents">Isto inclui dados pessoais, como números de cartões de crédito e palavras-passe.</string> <string name="capability_desc_canRequestTouchExploration">Os itens tocados serão lidos em voz alta e o ecrã pode ser explorado com gestos.</string> <string name="capability_desc_canRetrieveWindowContent">Inspeccionar o conteúdo de uma janela com que está a interagir.</string> <string name="capability_title_canCaptureFingerprintGestures">Gestos de impressão digital</string> <string name="capability_title_canControlMagnification">Controlar a ampliação do ecrã</string> <string name="capability_title_canPerformGestures">Realizar gestos</string> <string name="capability_title_canRequestFilterKeyEvents">Observar o texto que o utilizador escreve</string> <string name="capability_title_canRequestTouchExploration">Activar Explorar pelo toque</string> <string name="capability_title_canRetrieveWindowContent">Obter conteúdo da janela</string> <string name="capital_off">Desligado</string> <string name="capital_on">Ligar</string> <string name="car_mode_disable_notification_message">Toque para sair do modo automóvel.</string> <string name="car_mode_disable_notification_title">Activar o modo de automóvel.</string> <string name="cardCrash">Falha do cartão SIM</string> <string name="carrier_app_dialog_button">OBTER A APLICAÇÃO</string> <string name="carrier_app_dialog_message">Para que o novo SIM funcione corretamente, tem de instalar e abrir uma aplicação do seu operador.</string> <string name="carrier_app_dialog_not_now">AGORA NÃO</string> <string name="carrier_app_notification_text">Toque para configurar</string> <string name="carrier_app_notification_title">Novo SIM inserido</string> <string name="cert_fail_reason_alg_non_fips_approved">Algoritmo do certificado não aprovado pelo FIPS.</string> <string name="cert_fail_reason_altsuject_mismatch">O assunto do novo certificado não é igual ao do certificado antigo.</string> <string name="cert_fail_reason_bad_certificate">Certificado inválido.</string> <string name="cert_fail_reason_expired">Certificado expirou.</string> <string name="cert_fail_reason_install_parse_failed_certificate_encoding">Tipo de certificado não suportado.</string> <string name="cert_fail_reason_install_parse_failed_inconsistent_certificates">Os certificados não correspondem.</string> <string name="cert_fail_reason_install_parse_failed_no_certificates">Nenhum certificado encontrado.</string> <string name="cert_fail_reason_not_yet_valid">O certificado ainda não é válido.</string> <string name="cert_fail_reason_revoked">Certificado revogado.</string> <string name="cert_fail_reason_server_chain_probe">Cadeia para certificado não encontrada.</string> <string name="cert_fail_reason_subject_mismatch">O assunto do novo certificado não corresponde ao do antigo.</string> <string name="cert_fail_reason_unable_check_revocation">Impossível verificar se o certificado foi revogado.</string> <string name="cert_fail_reason_unspecified">Certificado não especificado.</string> <string name="cert_fail_reason_untrusted">Certificado não fidedigno.</string> <string name="certificate_untrusted">A política de segurança impede a utilização deste certificado.</string> <string name="cfTemplateForwarded">{0}: {1}</string> <string name="cfTemplateForwardedTime">{0}: {1} após {2} segundos</string> <string name="cfTemplateNotForwarded">{0}: Não reencaminhado</string> <string name="cfTemplateRegistered">{0}: Não reencaminhado</string> <string name="cfTemplateRegisteredTime">{0}: Não reencaminhado</string> <string name="charging_connected_via_usb">A carregar o dispositivo ligado via USB…</string> <string name="chooseActivity">Seleccionar uma acção</string> <string name="chooseUsbActivity">Seleccionar uma aplicação para o dispositivo USB.</string> <string name="choose_account_label">Seleccionar conta</string> <string name="chooser_direct_share_panel_title">Toque num ícone abaixo para partilhar conteúdo directamente.</string> <string name="chooser_wallpaper">Alterar fundo</string> <string name="chunghwa_operator_name">Chunghwa</string> <string name="classAllAsyncSync">para todos os serviços de assincronização e sincronização</string> <string name="classAllBasic">para todos os serviços básicos</string> <string name="classAllData">para todos os serviços de dados</string> <string name="classAllGPRS">for todos os serviços de portadora GPRS</string> <string name="classAllSync">para todos os serviços síncronos</string> <string name="classAllTele">para todos serviços Tele</string> <string name="classAllTelexSMS">para todos os serviços Tele excepto SMS</string> <string name="classData">para serviços de dados</string> <string name="classDataAsync">para todos os serviços de dados assíncronos</string> <string name="classDataSync">para todos os serviços de sincronização de dados</string> <string name="classFAX">para serviços de FAX</string> <string name="classPacket">para serviços por pacotes</string> <string name="classPad">para serviços PAD</string> <string name="classSMS">para serviços SMS</string> <string name="classVoice">para todos os serviços de voz</string> <string name="clearDefaultHintMsg">%s será utilizado por predefinição sempre que executar esta acção. Pode alterar a sua aplicação padrão em Definições > Aplicações > Aplicações padrão.</string> <string name="clearDefaultHintMsgNotSupportEasymode">Limpe as predefinições das aplicações acedendo a Definições > Gestor de aplicações > Tudo.</string> <string name="clearDefaultHintMsgUI2013">Limpe as definições das aplicações predefinidas acedendo a Definições > Geral > Aplicações padrão e depois toque em Limpar.</string> <string name="clearDefaultHintMsg_knox">%1$s será utilizado por predefinição sempre que executar esta acção. Pode alterar a sua aplicação padrão em Definições de %2$s > Aplicações > Botão Mais opções > Aplicações padrão.</string> <string name="clearcache_application_restrict">A política de segurança restringe a limpeza da memória cache desta aplicação.</string> <string name="cleardata_application_restrict">A política de segurança restringe a limpeza dos dados da aplicação.</string> <string name="clipboard_cant_paste_item">Impossível colar item.</string> <string name="clipboard_copied_to_clipboard">Copiado para a área de transferência.</string> <string name="clipboard_copied_to_clipboard_maximum_exceeded">Tamanho máximo de texto que pode ser copiado excedido. Copiados para área de transferência apenas os primeiros 128 KB.</string> <string name="clipboard_exceed_msg">Número máximo de clips protegidos (%d) atingido.</string> <string name="clipboard_exceed_text_size">Impossível copiar. Texto demasiado longo.</string> <string name="clipboard_restrict">A política de segurança restringe a utilização da área de transferência.</string> <string name="close">Fechar</string> <string name="close_button_text">Fechar</string> <string name="cmcc_operator_name">CMCC</string> <string name="cmhk_operator_name">CMHK</string> <string name="common_name">Nome comum:</string> <string name="common_secure_boot_nwlock_notification_text">Este cartão SIM não é suportado.</string> <string name="common_secure_boot_nwlock_notification_title">Invalid SIM card inserted</string> <string name="condition_provider_service_binding_label">Fornecedor de condição</string> <string name="conference_call">Conferência</string> <string name="connect">Ligar</string> <string name="constrained_status_bar_device_locked">Dispositivo bloqueado</string> <string name="contentServiceSync">Sincronizar</string> <string name="contentServiceSyncNotificationTitle">Sincronizar</string> <string name="contentServiceTooManyDeletesNotificationDesc">Demasiados %s eliminados.</string> <string name="content_description_sliding_handle">Barra deslizante. Toque &amp; não solte.</string> <string name="country_selection_title">Preferência de região</string> <string name="create_contact_using">Criar contacto utilizando %s.</string> <string name="ctc_full_operator_name">China Telecom</string> <string name="ctc_plmn_card_off">CARTÃO DESLIGADO</string> <string name="ctc_plmn_check_card">Verificar Cartão</string> <string name="ctc_plmn_locked_card">Cartão bloqueado</string> <string name="ctc_plmn_unknown">Desconhecido</string> <string name="cu_gsm_operator_name">GSM CU</string> <string name="cu_operator_name">China Unicom</string> <string name="data_call_restriction">A política de segurança restringe a utilização de dados móveis.</string> <string name="data_saver_description">Para ajudar a reduzir a utilização de dados, a Poupança de dados impede que algumas aplicações enviem ou recebam dados em segundo plano. Uma determinada aplicação que esteja a utilizar atualmente pode aceder aos dados, mas é possível que o faça com menos frequência. Isto pode significar, por exemplo, que as imagens não são apresentadas até que toque nas mesmas.</string> <string name="data_saver_enable_button">Ativar</string> <string name="data_saver_enable_title">Ativar a Poupança de dados?</string> <string name="data_usage_3g_limit_snoozed_title">Limite de utilização de dados 2G/3G excedido</string> <string name="data_usage_3g_limit_title">Limite de dados 2G/3G atingido</string> <string name="data_usage_4g_limit_snoozed_title">Limite de utilização de dados 4G excedido</string> <string name="data_usage_4g_limit_title">Limite de dados 4G atingido</string> <string name="data_usage_disable_mobile">Desactivar ligação de dados móvel?</string> <string name="data_usage_enable_mobile_warning">O acesso à rede através de pacotes de dados pode implicar a cobrança de taxas adicionais. Continuar?</string> <string name="data_usage_limit_body">Toque para activar.</string> <string name="data_usage_limit_snoozed_body">Limite de utilização de dados excedido em %s.</string> <string name="data_usage_mobile_limit_snoozed_title">Limite de dados móveis excedido</string> <string name="data_usage_mobile_limit_title">Dados móveis desligados</string> <string name="data_usage_restricted_body">Toque aqui p/ remover restrição.</string> <string name="data_usage_restricted_title">Dados de segundo plano restringidos</string> <string name="data_usage_warning_body">Tocar para ver a utilização e as definições.</string> <string name="data_usage_warning_title">Aviso de utilização de dados</string> <string name="data_usage_wifi_limit_snoozed_title">Limite de dados Wi-Fi excedido</string> <string name="data_usage_wifi_limit_title">Limite de dados Wi-Fi atingido</string> <string name="date_and_time" formatted="false">%H:%M:%S %-e de %b de %Y</string> <string name="date_picker_decrement_day_button">Diminuir dia</string> <string name="date_picker_decrement_month_button">Diminuir mês</string> <string name="date_picker_decrement_year_button">Diminuir ano</string> <string name="date_picker_dialog_title">Definir data</string> <string name="date_picker_increment_day_button">Aumentar dia</string> <string name="date_picker_increment_month_button">Aumentar mês</string> <string name="date_picker_increment_year_button">Aumentar ano</string> <string name="date_picker_next_month_button">Mês seguinte</string> <string name="date_picker_prev_month_button">Mês anterior</string> <string name="date_time">%2$s %1$s</string> <string name="date_time_done">Concluído</string> <string name="date_time_set">Definir</string> <string name="day">dia</string> <string name="days">dias</string> <string name="decline">Rejeitar</string> <string name="decline_remote_bugreport_action">RECUSAR</string> <string name="default_audio_route_category_name">Sistema</string> <string name="default_audio_route_name">Telefone</string> <string name="default_audio_route_name_dock_speakers">Altifalantes da ancoragem</string> <string name="default_audio_route_name_headphones">Auscultadores</string> <string name="default_media_route_name_hdmi">HDMI</string> <string name="default_notification_channel_label">Sem categoria</string> <string name="delete">ELIMINAR</string> <string name="deleteText">ELIMINAR</string> <string name="deleted_key">%s eliminado.</string> <string name="demo_restarting_message">A repor o dispositivo…</string> <string name="demo_starting_message">A iniciar a demonstração…</string> <string name="demo_user_inactivity_timeout_countdown">Perderá todas as alterações e a demonstração começará novamente dentro de %1$s segundos…</string> <string name="demo_user_inactivity_timeout_left_button">Cancelar</string> <string name="demo_user_inactivity_timeout_right_button">Repor agora</string> <string name="demo_user_inactivity_timeout_title">Pretende repor o dispositivo?</string> <string name="deny">Recusar</string> <string name="description_target_unlock_tablet">Passe o dedo para desbloquear.</string> <string name="device_disabled">Dispositivo desactivado. Contacte o administrador de TI.</string> <string name="device_storage_low_htap_here_to_view_related_settings_m_status">Armazenamento no dispositivo baixo (toque aqui para ver definições relacionadas)</string> <string name="device_storage_monitor_notification_channel">Armazenamento do dispositivo</string> <string name="dex_launcher_mode_change">%s fechado para mudar para o Samsung DeX.</string> <string name="dex_restriction_blockerMessage">A política de segurança impede a utilização do Samsung DeX.</string> <string name="dex_restriction_ethernetOnly">A política de segurança impede a utilização de dados Wi-Fi, dados móveis e ancoragem no DeX. É necessária uma ligação com fios para funcionalidades de rede.</string> <string name="dial">Telemóvel</string> <string name="dial_number_using">Marcar número utilizando %s.</string> <string name="dictionary">Dicionário</string> <string name="digital_signature_failure_user_notification">Assinatura digital inválida para utilizador %d</string> <string name="direct_access_actions_galaxy_talkback_mode_off">Voice Assistant desactivado.</string> <string name="direct_access_actions_galaxy_talkback_mode_on">Voice Assistant activado. Agora já são fornecidas Respostas de voz. Para desactivar, prima a Tecla principal três vezes.</string> <string name="direct_access_actions_talkback_mode_off">TalkBack desactivado.</string> <string name="direct_access_actions_talkback_mode_on">TalkBack activado. Agora já são fornecidos comentários falados para utilizadores com deficiência visual. Para desactivar, prima a tecla principal três vezes.</string> <string name="direction_view_description_text">Área de desenho de direcções</string> <string name="direction_view_down">Para baixo</string> <string name="direction_view_left">Esquerda</string> <string name="direction_view_right">Direita</string> <string name="direction_view_up">Para cima</string> <string name="disable">Desactivar</string> <string name="disable_accessibility_shortcut">Desativar atalho</string> <string name="disableupdate_application_restrict">A política de segurança impede a actualização desta aplicação.</string> <string name="display_manager_built_in_display_name">Ecrã Integrado</string> <string name="display_manager_hdmi_display_name">Ecrã HDMI</string> <string name="display_manager_overlay_display_name">Sobreposição #%1$d</string> <string name="display_manager_overlay_display_secure_suffix">, protegido</string> <string name="display_manager_overlay_display_title">%1$s: %2$dx%3$d, %4$d ppp</string> <string name="dlg_brightness_title">Brilho</string> <string name="dlg_change_BT_IME_to_samsung_msg">Para utilizar o teclado Bluetooth, altere o método de introdução para Samsung QWERTY.</string> <string name="dlg_change_IME_to_samsung_msg">Para utilizar a ancoragem do teclado, altere o método de introdução para Samsung Qwerty.</string> <string name="dlg_change_input_method">Alterar método introdução</string> <string name="dlg_confirm_kill_storage_users_text">A ligação do armazenamento USB irá parar algumas aplicações em utilização. Podem não estar disponíveis até desligar o armazenamento USB.</string> <string name="dlg_confirm_kill_storage_users_title">Ligar memória ao PC</string> <string name="dlg_error_title">Operação USB sem êxito</string> <string name="dlg_how_to_chang_BT_IME_msg">Se alterar o método de introdução de Samsung QWERTY para outro, o teclado Bluetooth pode não funcionar correctamente.</string> <string name="dlg_ics_security_policy">A política de segurança restringe a utilização da partilha de Internet.</string> <string name="dlg_msg_warning">Aviso</string> <string name="dlg_ok">OK</string> <string name="do_not_show_again">Não mostrar novamente</string> <string name="done_label">Concluir</string> <string name="double_tap_toast">Sugestão: toque duas vezes para ampliar e reduzir.</string> <string name="dpm_wifi_blocked_network">A política de segurança bloqueia a utilização desta rede Wi-Fi.</string> <string name="dpm_wifi_misc_network_insecure">A política de segurança impede a utilização de redes Wi-Fi não protegidas.</string> <string name="dpm_wifi_misc_wifi_disabled">A política de segurança impede a utilização de Wi-Fi.</string> <string name="dpm_wifi_user_profiles_denied">A política de segurança impede a adição de redes Wi-Fi.</string> <string name="dragndroplist_description">Toque, sem soltar, para arrastar e largar.</string> <string name="dragndroplist_description_exp_by_touch">Toque duas vezes, sem soltar, para arrastar e largar.</string> <string name="dragndroplist_drag_release">Item largado na posição %d.</string> <string name="dragndroplist_drag_start">Comece a arrastar o item na posição %d.</string> <string name="dragndroplist_item_cannot_be_dragged">Impossível arrastar o item na posição %d.</string> <string name="dream_cant_use_this_app_in_multi_window_view_tpop">Impossível utilizar esta aplicação na Vista multi-janela.</string> <string name="dump_heap_notification">%1$s excedeu o limite da memória</string> <string name="dump_heap_notification_detail">Foi recolhida a captura da área dinâmica para dados. Toque para partilhar.</string> <string name="dump_heap_text">O processo %1$s excedeu o respetivo limite de memória do processo de %2$s. Está disponível uma captura da área dinâmica para dados para partilhar com o respetivo programador. Tenha atenção: esta captura da área dinâmica para dados pode conter algumas das suas informações pessoais a que a aplicação tem acesso.</string> <string name="dump_heap_title">Pretende partilhar a captura da área dinâmica para dados?</string> <string name="durationDayHour">%1$d dia %2$d h</string> <string name="durationDayHours">%1$d dia %2$d h</string> <string name="durationDays">%1$d dias</string> <string name="durationHourMinute">%1$d h %2$d min</string> <string name="durationHourMinutes">%1$d h %2$d min</string> <string name="durationHours">%1$d horas</string> <string name="durationMinute">%1$d min.</string> <string name="durationMinuteSecond">%1$d min %2$d seg</string> <string name="durationMinuteSeconds">%1$d min %2$d seg</string> <string name="durationMinutes">%1$d min</string> <string name="durationSecond">%1$d seg</string> <string name="durationSeconds">%1$d seg</string> <string name="easy_mode_string_for_mobile_keyboard">Modo fácil</string> <string name="editTextMenuTitle">Acções de texto</string> <string name="edit_contact_at_sim_restriction">A política de segurança impede a edição de contactos do cartão SIM.</string> <string name="elapsed_time_short_format_h_mm_ss">%1$d:%2$02d:%3$02d</string> <string name="elapsed_time_short_format_mm_ss">%1$02d:%2$02d</string> <string name="email">Email</string> <string name="emailTypeCustom">Personalizar</string> <string name="emailTypeHome">Casa</string> <string name="emailTypeMobile">Telemóvel</string> <string name="emailTypeOther">Outro</string> <string name="emailTypeWork">Empresa</string> <string name="emergency_call_dialog_number_for_display">Número de emergência</string> <string name="emergency_calls_only">Só chamadas de emergência</string> <string name="emergency_mode_noti_detail">Toque aqui para activar o Modo de emergência para poupar bateria.</string> <string name="emergency_mode_noti_title">Activar Modo de emergência</string> <string name="enable">Activar</string> <string name="enablePin">Ação sem êxito. Ative o bloqueio do SIM/RUIM.</string> <string name="enable_explore_by_touch_warning_message">%1$s pretende ativar a funcionalidade Explorar Através do Toque. Quando a funcionalidade Explorar Através do Toque estiver ativada, pode ouvir ou visualizar descrições sobre o que está por baixo do seu dedo ou executar gestos para interagir com o telemóvel.</string> <string name="enable_explore_by_touch_warning_title">Ativar Explorar Através do Toque?</string> <string name="enabling_shared_devices">A activar Dispositivo Partilhado Knox…</string> <string name="enterpriseBilling_notification_disabled">Desactivada</string> <string name="enterpriseBilling_notification_disconnected">Indisponível</string> <string name="enterpriseBilling_notification_disconnected_roaming">Não disponível durante o roaming</string> <string name="enterpriseBilling_notification_enabled">Activada</string> <string name="error_message_change_not_allowed">Esta alteração não é permitida pelo administrador do dispositivo.</string> <string name="error_message_title">Erro</string> <string name="errordialog_message">A função %1$s em %2$s foi desactivada. Para a activar, aceda a Definições > Autorizações da aplicação.</string> <string name="errordialog_title">Função desactivada</string> <string name="ethernet_cable_connected_notification_message">Toque para configurar.</string> <string name="ethernet_cable_connected_notification_title">Cabo Ethernet ligado.</string> <string name="etws_primary_default_message_earthquake">Mantenha a calma e procure abrigo nas proximidades.</string> <string name="etws_primary_default_message_earthquake_and_tsunami">Mantenha a calma e procure abrigo nas proximidades.</string> <string name="etws_primary_default_message_others" /> <string name="etws_primary_default_message_test">Teste de mensagens de emergência</string> <string name="etws_primary_default_message_tsunami">Abandone imediatamente regiões costeiras e zonas ribeirinhas em direção a um local mais seguro, como um terreno elevado.</string> <string name="eventTypeAnniversary">Aniversário</string> <string name="eventTypeBirthday">Data de nascimento</string> <string name="eventTypeCustom">Personalizar</string> <string name="eventTypeOther">Outro</string> <string name="expand_action_accessibility">ativar/desativar expansão</string> <string name="expand_button_content_description_collapsed">Expandir</string> <string name="expand_button_content_description_expanded">Reduzir</string> <string name="expandablelist_collapse">Fechar</string> <string name="expandablelist_expand">Expandir</string> <string name="expandablelist_indicator_description">Botão %1$s</string> <string name="expires_on">Expira a:</string> <string name="ext_media_badremoval_notification_message">Faça Unmount do cartão SD antes de o remover para evitar a perda de dados.</string> <string name="ext_media_badremoval_notification_title">Cartão SD inesperadamente removido.</string> <string name="ext_media_browse_action">Abrir</string> <string name="ext_media_checking_notification_message">A verificar existência de erros.</string> <string name="ext_media_checking_notification_title">A preparar o %s</string> <string name="ext_media_init_action">Configurar</string> <string name="ext_media_missing_message">Reinserir este dispositivo</string> <string name="ext_media_missing_title">%s em falta</string> <string name="ext_media_move_failure_message">Os dados permaneceram na localização original</string> <string name="ext_media_move_failure_title">Não foi possível mover os dados</string> <string name="ext_media_move_specific_title">A mover %s</string> <string name="ext_media_move_success_message">Os dados foram movidos para %s</string> <string name="ext_media_move_success_title">Transferência concluída</string> <string name="ext_media_move_title">A mover dados</string> <string name="ext_media_new_notification_message">Novo %s detetado</string> <string name="ext_media_nofs_notification_message">O cartão SD está vazio ou tem um sistema de ficheiros não suportado.</string> <string name="ext_media_nofs_notification_message_usbhost">A memória de armazenamento USB está vazia ou tem um sistema de ficheiros não suportado.</string> <string name="ext_media_nofs_notification_title">Cartão SD vazio</string> <string name="ext_media_nofs_notification_title_usbhost">Armazenamento USB vazio</string> <string name="ext_media_nomedia_notification_message">Insira um novo cartão SD.</string> <string name="ext_media_nomedia_notification_title">Cartão SD removido</string> <string name="ext_media_ready_notification_message">Toque aqui para transferir ficheiros multimédia.</string> <string name="ext_media_safe_unmount_notification_message">Pode remover o cartão SD com segurança.</string> <string name="ext_media_safe_unmount_notification_title">É seguro retirar o cartão SD</string> <string name="ext_media_status_bad_removal">Removido de forma não segura</string> <string name="ext_media_status_checking">A verificar…</string> <string name="ext_media_status_ejecting">A desinstalar…</string> <string name="ext_media_status_formatting">A formatar...</string> <string name="ext_media_status_missing">Não inserido</string> <string name="ext_media_status_mounted">Pronto</string> <string name="ext_media_status_mounted_ro">Só de leitura</string> <string name="ext_media_status_removed">Removido</string> <string name="ext_media_status_unmountable">Corrompido</string> <string name="ext_media_status_unmounted">Desinstalado</string> <string name="ext_media_status_unsupported">Incompatível</string> <string name="ext_media_unmount_action">Desinstalar</string> <string name="ext_media_unmountable_notification_message">O %s está corrompido. Toque para o corrigir.</string> <string name="ext_media_unmountable_notification_title">%s danificado</string> <string name="ext_media_unmounting_notification_message">Não remover</string> <string name="ext_media_unmounting_notification_title">Ainda a ejetar %s…</string> <string name="ext_media_unsupported_notification_message">Este dispositivo não suporta este %s. Toque para configurar num formato suportado.</string> <string name="ext_media_unsupported_notification_title">%s não suportado</string> <string name="extmedia_format_button_format">Formato</string> <string name="extmedia_format_message">Todos os dados do seu cartão serão perdidos.</string> <string name="extmedia_format_message_usbhost">Todos os ficheiros armazenados na sua USB de armazenamento serão apagados. Não é possível reverter a ação!</string> <string name="extmedia_format_title">Formatar cartão SD?</string> <string name="extmedia_format_title_usbhost">Formatar unidade de armazenamento USB?</string> <string name="extract_edit_menu_button">Edt.</string> <string name="faceunlock_multiple_failures">Foi ultrapassado o número máximo de tentativas de desbloqueio com rosto.</string> <string name="factory_reset_message">"Não é possível utilizar a aplicação de administração. O seu dispositivo será agora apagado. Se tiver questões, contacte o administrador da entidade."</string> <string name="factory_reset_warning">O seu dispositivo será apagado</string> <string name="factoryreset_restrict">A política de segurança restringe a reposição dos valores de fábrica.</string> <string name="factorytest_failed">Teste de fábrica falhou.</string> <string name="factorytest_no_action">Não foi encontrado qualquer pacote que faculte a acção FACTORY_TEST.</string> <string name="factorytest_not_system">A acção FACTORY_TEST só é suportada por pacotes instalados em /system/app.</string> <string name="factorytest_reboot">Reinicializar.</string> <string name="fareastone_operator_name">FarEasTone</string> <string name="fast_scroll_alphabet">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string> <string name="fast_scroll_numeric_alphabet">" 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string> <string name="fcComplete">Código de função concluído.</string> <string name="fcError">Impossível ligar à rede ou código de função inválido.</string> <string name="fileSizeSuffix">%1$s %2$s</string> <string name="find">Localizar</string> <string name="find_next">Localizar seguinte</string> <string name="find_on_page">Localizar na página</string> <string name="find_previous">Localizar anterior</string> <string name="fingerprint_acquired_imager_dirty">O sensor de impressões digitais está sujo. Limpe-o e tente novamente.</string> <string name="fingerprint_acquired_insufficient">Não foi possível processar a impressão digital. Tente novamente.</string> <string name="fingerprint_acquired_partial">Impressão digital detetada. Tente novamente.</string> <string name="fingerprint_acquired_too_fast">O dedo moveu-se demasiado rápido. Tente novamente.</string> <string name="fingerprint_acquired_too_slow">Moveu o dedo demasiado lentamente. Tente novamente.</string> <string name="fingerprint_error_canceled">Operação de impressão digital cancelada.</string> <string name="fingerprint_error_hw_not_available">Hardware de impressão digital não disponível.</string> <string name="fingerprint_error_lockout">Demasiadas tentativas. Tente novamente mais tarde.</string> <string name="fingerprint_error_lockout_permanent">Demasiadas tentativas. Sensor de impressões digitais desativado.</string> <string name="fingerprint_error_no_space">Não é possível armazenar a impressão digital. Remova uma impressão digital existente.</string> <string name="fingerprint_error_timeout">Foi atingido o limite de tempo da impressão digital. Tente novamente.</string> <string name="fingerprint_error_unable_to_process">Tente novamente.</string> <string name="fingerprint_name_template">Dedo %d</string> <string name="fingerprints">Impressões digitais:</string> <string name="firmwarerecovery_restrict">A política de segurança restringe a recuperação do firmware.</string> <string name="floating_toolbar_close_overflow_description">Fechar excesso</string> <string name="floating_toolbar_open_overflow_description">Mais opções</string> <string name="force_close">OK</string> <string name="force_restart_message">Prima sem soltar a Tecla de alimentação e a tecla Diminuir volume simultaneamente durante mais de %d segundos, para reiniciar o seu telefone.</string> <string name="foreground_service_app_in_background">%s em execução em segundo plano</string> <string name="foreground_service_apps_in_background">%d apps executadas em 2.º plano</string> <string name="foreground_service_multiple_separator">%1$s, %2$s</string> <string name="foreground_service_tap_for_details">Toque aqui para ver detalhes de utilização de bateria e dados.</string> <string name="format_error">Não foi possível apagar o cartão SD.</string> <string name="format_error_usbhost">Não foi possível apagar a memória de armazenamento USB.</string> <string name="forward_intent_from">Está a utilizar esta aplicação fora do %s.</string> <string name="forward_intent_from_knox">Está a utilizar esta aplicação fora do modo Knox.</string> <string name="forward_intent_to_owner">Esta aplicação está a ser utilizada agora no seu espaço pessoal.</string> <string name="forward_intent_to_work">Esta aplicação está a ser utilizada agora no seu espaço de trabalho.</string> <string name="free_message_confirmation">Para lhe prestar serviços de maior qualidade, o seu dispositivo vai enviar uma mensagem de registo gratuito para a China Telecom agora e sempre que inserir um novo UIM.</string> <string name="free_message_confirmation_alert_title">Enviar mensagem de registo gratuita</string> <string name="freeform_max_count_text">Impossível abrir mais de %d aplicações na vista de pop-up.</string> <string name="gadget_host_error_inflating">Impossível adicionar widget.</string> <string name="gigabyteShort">GB</string> <string name="global_action_alert_tts">Alerta</string> <string name="global_action_assist">Assistência</string> <string name="global_action_bikemode">Modo S moto</string> <string name="global_action_bikemode_cannot_enable_while_emergency_mode_enabled">Impossível ligar %s. Desligue o Modo de emergência ou tente novamente.</string> <string name="global_action_bikemode_earphone_disabled">Impossível utilizar auriculares quando o Modo S moto está activado.</string> <string name="global_action_bikemode_off_status">Desactivado</string> <string name="global_action_bikemode_on_status">Activado</string> <string name="global_action_bikemode_popup_cancel">Cancelar</string> <string name="global_action_bikemode_popup_disable">Desligar</string> <string name="global_action_bikemode_popup_enable">Ligar</string> <string name="global_action_bikemode_turning_off_msg">Desligar %s?</string> <string name="global_action_bikemode_turning_on_msg">Ligar %s?</string> <string name="global_action_bug_report">Relatório de erros</string> <string name="global_action_button_tts">Botão</string> <string name="global_action_confirm_msg_poweroff">Tocar novamente para desligar o telefone</string> <string name="global_action_confirm_msg_poweroff_tablet">Tocar novamente para desligar o tablet</string> <string name="global_action_confirm_msg_restart">Toque novamente para reiniciar o telefone</string> <string name="global_action_confirm_msg_restart_tablet">Toque novamente para reiniciar o tablet</string> <string name="global_action_confirm_msg_safemode">Toque novamente para reiniciar o telefone em Modo seguro. As aplicações transferidas serão temporariamente desactivadas para o ajudar a resolver problemas no telefone.</string> <string name="global_action_confirm_msg_safemode_tablet">Toque novamente para reiniciar o tablet em Modo seguro. As aplicações transferidas serão temporariamente desactivadas, para o ajudar a resolver problemas no tablet.</string> <string name="global_action_data_mode_off_status">Desactivado</string> <string name="global_action_data_mode_on_status">Activado</string> <string name="global_action_emergency">Emergência</string> <string name="global_action_insert_sim_card_message">Insira o cartão SIM para aceder aos serviços de rede.</string> <string name="global_action_lock">Bloqueio de ecrã</string> <string name="global_action_lockdown">Bloquear agora</string> <string name="global_action_power_off">Desligar</string> <string name="global_action_power_off_disabled">A política de segurança impede desligamento.</string> <string name="global_action_pro_kiosk_mode_enter_passcode">Introduza código p/ sair modo ProKiosk.</string> <string name="global_action_pro_kiosk_mode_off_status">Não está no modo ProKiosk</string> <string name="global_action_pro_kiosk_mode_on_status">No modo ProKiosk</string> <string name="global_action_pro_kiosk_mode_title">Sair do modo ProKiosk</string> <string name="global_action_restart">Reiniciar</string> <string name="global_action_safemode">Modo seguro</string> <string name="global_action_sealed_mode_enter_passcode">Enter pass code to exit Sealed mode</string> <string name="global_action_sealed_mode_off_status">Não está em Modo selado</string> <string name="global_action_sealed_mode_on_status">Em Modo selado</string> <string name="global_action_sealed_mode_title">Sair do Modo selado</string> <string name="global_action_settings">Definições</string> <string name="global_action_silent_mode_off_status">O som está LIGADO.</string> <string name="global_action_silent_mode_on_status">O som está DESLIGADO.</string> <string name="global_action_toggle_data_mode">Dados móveis</string> <string name="global_action_toggle_pro_kiosk_mode">Modo ProKiosk</string> <string name="global_action_toggle_sealed_mode">Modo selado</string> <string name="global_action_toggle_silent_mode">Modo silencioso</string> <string name="global_action_voice_assist">Assist. de voz</string> <string name="global_actions">Opções do dispositivo</string> <string name="global_actions_airplane_mode_off_status">Desactivado</string> <string name="global_actions_airplane_mode_off_status_confirm">O modo de voo será desactivado.</string> <string name="global_actions_airplane_mode_on_status">Activado</string> <string name="global_actions_airplane_mode_on_status_confirm">O Modo de voo permite-lhe desligar as funções de chamadas, mensagens e redes de dados. Também desliga funções de conectividade como Wi-Fi e Bluetooth. Para utilizar Wi-Fi e Bluetooth, active estas funções nas Definições ou no painel de notificação.</string> <string name="global_actions_airplane_mode_on_status_confirm_body">O Modo de voo permite-lhe desligar as funções de rede, incluindo a rede Wi-Fi. Para utilizar a rede Wi-Fi, ligue-a em Definições ou no painel de notificação.</string> <string name="global_actions_airplane_mode_on_status_confirm_wifi">O Modo de voo permite-lhe desligar as funções de rede, incluindo a rede Wi-Fi. Para utilizar a rede Wi-Fi, ligue-a em Definições ou no painel de notificação.</string> <string name="global_actions_emergency_mode_cannot_enabled_while_sbike_mode_enable">Impossível ligar Modo de emergência ou ver Termos e Condições. Desligue %s e tente novamente.</string> <string name="global_actions_longlife_mode_off_status">Desligado</string> <string name="global_actions_longlife_mode_on_status">Ligado</string> <string name="global_actions_subscreen_off_status">Desactivado</string> <string name="global_actions_subscreen_on_status">Activado</string> <string name="global_actions_toggle_airplane_mode">Modo de voo</string> <string name="global_actions_toggle_airplane_mode_enable">Activar Modo de voo</string> <string name="global_actions_toggle_airplane_mode_usb3_notice">Notícias</string> <string name="global_actions_toggle_longlife_mode">Modo de emergência</string> <string name="global_actions_toggle_subscreen_mode">Subecrã</string> <string name="globalactions_unable_airplane_mode_msg">Modo de voo desactivado nos dispositivos de demonstração.</string> <string name="globalactions_unable_airplane_mode_msg_safelock">Impossível activar o Modo de voo enquanto a função Bloquear desligar quando bloqueado estiver activada. Tente novamente depois de desbloquear o ecrã.</string> <string name="globalactions_unable_emergency_msg_fmm">Impossível activar o Modo de emergência. Dispositivo bloqueado por Bloqueio com tecla de alimentação.</string> <string name="globalactions_unable_flight_mode_warning">Impossível activar o Modo de voo.</string> <string name="globalactions_unable_power_off_msg">Impossível desligar o dispositivo enquanto a função Bloquear desligar quando bloqueado estiver activada. Tente novamente depois de desbloquear o ecrã.</string> <string name="globalactions_unable_power_off_msg_fmm">Impossível desligar o dispositivo. Dispositivo bloqueado por Bloqueio com tecla de alimentação.</string> <string name="globalactions_unable_power_off_msg_securelock">Impossível desligar telefone quando está bloqueado. Abra a capa e desbloqueie o telefone, para o desligar.</string> <string name="globalactions_unable_restart_msg_fmm">Impossível reiniciar o dispositivo. Dispositivo bloqueado por Bloqueio com tecla de alimentação.</string> <string name="globalactions_unable_restart_msg_securelock_and_securestartup">Impossível reiniciar telefone quando está bloqueado. Abra a capa e desbloqueie para reiniciar o telefone.</string> <string name="globalactions_unable_sbike_msg_fmm">Impossível ligar %s. Telefone bloqueado por Localizar o Meu Telemóvel.</string> <string name="gpsNotifMessage">Pedido por %1$s (%2$s)</string> <string name="gpsNotifTicker">Pedido de localização de %s</string> <string name="gpsNotifTitle">Pedido de localização</string> <string name="gpsVerifNo">Não</string> <string name="gpsVerifYes">Sim</string> <string name="grant_credentials_permission_message_footer">Permitir este pedido?</string> <string name="grant_credentials_permission_message_header">As aplicações seguintes pedem permissão para aceder à sua conta.</string> <string name="grant_permissions_header_text">Pedido de acesso</string> <string name="granularity_label_character">Carácter</string> <string name="granularity_label_line">linha</string> <string name="granularity_label_link">Ligação</string> <string name="granularity_label_word">Palavra</string> <string name="hardware">Hardware</string> <string name="hardware_key_restrict">A política de segurança impede a utilização desta tecla.</string> <string name="hardware_sec">Teclado no ecrã</string> <string name="hdmi_connect">HDMI ligada.</string> <string name="hdmi_connect_indirectly">Ligue o seu dispositivo directamente à TV através do cabo HDMI.</string> <string name="hdmi_disconnect">HDMI desligada.</string> <string name="hdmi_recommend_charging_device">Recomendamos que carregue o seu dispositivo se ele estiver ligado a um Adaptador HDTV durante muito tempo. Ligue o carregador ao adaptador HDTV para carregar o seu dispositivo.</string> <string name="hdmi_wfd_terminate">HDMI ligado. A ligação do Screen Mirroring foi terminada</string> <string name="head_up_noti_close_button">Fechar</string> <string name="head_up_noti_settings_button">Definições</string> <string name="head_up_noti_text">Esta função melhora a qualidade da imagem dos seus vídeos. Toque em DEFINIÇÕES para a activar.</string> <string name="head_up_noti_title">Melhorador de vídeo</string> <string name="headset">Auricular</string> <string name="heavy_weight_notification">%s a ser executada</string> <string name="heavy_weight_notification_detail">Toque para mudar para a aplicação.</string> <string name="heavy_weight_switcher_text">Impossível iniciar uma aplicação nova enquanto outra aplicação estiver activa.</string> <string name="heavy_weight_switcher_title">Mudar de aplicações?</string> <string name="home_key_restrict">A política de segurança impede a utilização da tecla principal.</string> <string name="hour">hora</string> <string name="hour_picker_description">Selector de hora analógico</string> <string name="hours">horas</string> <string name="httpError">Ocorreu um erro de rede.</string> <string name="httpErrorAuth">Falha de autenticação.</string> <string name="httpErrorConnect">A ligação ao servidor foi mal sucedida.</string> <string name="httpErrorFailedSslHandshake">Não pode ser estabelecida uma ligação segura.</string> <string name="httpErrorFile">Impossível aceder ao ficheiro.</string> <string name="httpErrorFileNotFound">O ficheiro pedido não foi encontrado.</string> <string name="httpErrorIO">Erro do servidor. Tente novamente mais tarde.</string> <string name="httpErrorLookup">Impossível encontrar URL.</string> <string name="httpErrorOk">OK</string> <string name="httpErrorProxyAuth">Autenticação por servidor proxy mal sucedida.</string> <string name="httpErrorRedirectLoop">A página contém demasiados redireccionamentos de servidor.</string> <string name="httpErrorTimeout">Tempo de ligação ao servidor excedido.</string> <string name="httpErrorTooManyRequests">Estão a ser processados demasiados pedidos. Tente mais tarde.</string> <string name="httpErrorUnsupportedAuthScheme">O esquema de autenticação do site não é suportado.</string> <string name="imProtocolAim">AIM</string> <string name="imProtocolCustom">Personalizar</string> <string name="imProtocolGoogleTalk">Hangouts</string> <string name="imProtocolIcq">ICQ</string> <string name="imProtocolJabber">Jabber</string> <string name="imProtocolMsn">Windows Live</string> <string name="imProtocolNetMeeting">NetMeeting</string> <string name="imProtocolQq">QQ</string> <string name="imProtocolSkype">Skype</string> <string name="imProtocolYahoo">Yahoo</string> <string name="imTypeCustom">Personalizar</string> <string name="imTypeHome">Residência</string> <string name="imTypeOther">Outro</string> <string name="imTypeWork">Empresa</string> <string name="ime_action_default">Executar</string> <string name="ime_action_done">Concluído</string> <string name="ime_action_go">Ir</string> <string name="ime_action_next">Seguinte</string> <string name="ime_action_previous">Ant.</string> <string name="ime_action_search">Procurar</string> <string name="ime_action_send">Enviar</string> <string name="imei">IMEI</string> <string name="immersive_cling_description">Para sair, deslize rapidamente para baixo a partir da parte superior.</string> <string name="immersive_cling_positive">Compreendi</string> <string name="immersive_cling_title">Visualização de ecrã inteiro</string> <string name="importance_from_person">É importante devido às pessoas envolvidas.</string> <string name="importance_from_user">Definiu a importância destas notificações.</string> <string name="inputMethod">Método de entrada</string> <string name="input_method_binding_label">Método de entrada</string> <string name="install_blocked_by_eas_policy">A instalação de aplicações desconhecidas não é autorizada pelo administrador do dispositivo.</string> <string name="installer_module">Instalador</string> <string name="invalidNumbersOfPuk">Introduza um PUK com 8 números.</string> <string name="invalidPin">Introduzir PIN de 4 a 8 dígitos.</string> <string name="invalidPuk">Introduzir PUK com 8 números ou maior.</string> <string name="invalid_sim_notification_title">Cartão SIM inválido.</string> <string name="invalid_sim_notification_title_vzw">Non-Verizon SIM card inserted</string> <string name="iriscamera_restrict">A política de segurança impede a utilização da câmara de íris.</string> <string name="issued_by">Emitido por:</string> <string name="issued_on">Emitido em:</string> <string name="issued_to">Emitido para:</string> <string name="js_dialog_before_unload">"%s Tem a certeza de que pretende navegar para outra página?"</string> <string name="js_dialog_before_unload_negative_button">Permanecer nesta página</string> <string name="js_dialog_before_unload_positive_button">Sair desta página</string> <string name="js_dialog_before_unload_title">Confirmar a navegação</string> <string name="js_dialog_title">Página em %s diz:</string> <string name="js_dialog_title_default">JavaScript</string> <string name="keyboardview_keycode_alt">ALT</string> <string name="keyboardview_keycode_cancel">Cancelar</string> <string name="keyboardview_keycode_delete">ELIMINAR</string> <string name="keyboardview_keycode_done">Concluído</string> <string name="keyboardview_keycode_enter">Introd</string> <string name="keyboardview_keycode_mode_change">Altera o modo.</string> <string name="keyboardview_keycode_shift">Shift</string> <string name="keygaurd_accessibility_media_controls">Controlos de multimédia</string> <string name="keyguard_accessibility_add_widget">Adicionar widget</string> <string name="keyguard_accessibility_camera">Câmara</string> <string name="keyguard_accessibility_expand_lock_area">Expandir área de desbloqueio.</string> <string name="keyguard_accessibility_face_unlock">Desbloqueio com rosto</string> <string name="keyguard_accessibility_password_unlock">Desbloqueio através de palavra-passe.</string> <string name="keyguard_accessibility_pattern_area">Área da sequência.</string> <string name="keyguard_accessibility_pattern_unlock">Desbloqueio com padrão</string> <string name="keyguard_accessibility_pin_unlock">Desbloqueio através de PIN.</string> <string name="keyguard_accessibility_slide_area">Área de deslize.</string> <string name="keyguard_accessibility_slide_unlock">Desbloqueio através de deslize.</string> <string name="keyguard_accessibility_status">Estado</string> <string name="keyguard_accessibility_unlock_area_collapsed">Área de desbloqueio minimizada.</string> <string name="keyguard_accessibility_unlock_area_expanded">Área de desbloqueio expandida.</string> <string name="keyguard_accessibility_user_selector">Seletor de utilizadores</string> <string name="keyguard_accessibility_widget">Widget %s</string> <string name="keyguard_accessibility_widget_changed">%1$s. Widget %2$d de %3$d.</string> <string name="keyguard_accessibility_widget_deleted">Widget %1$s eliminado.</string> <string name="keyguard_accessibility_widget_empty_slot">Vazio</string> <string name="keyguard_accessibility_widget_reorder_end">Reordenação de widgets concluída.</string> <string name="keyguard_accessibility_widget_reorder_start">Reordenação de widgets iniciada.</string> <string name="keyguard_label_text">Para desbloquear, prima Menu e 0.</string> <string name="keyguard_password_enter_password_code">Escreva a palavra-passe para desbloquear</string> <string name="keyguard_password_enter_pin_code">Introduzir código PIN.</string> <string name="keyguard_password_enter_pin_password_code">Introduzir PIN para desbloquear.</string> <string name="keyguard_password_enter_pin_prompt">Novo código PIN</string> <string name="keyguard_password_enter_puk_code">Introduzir PUK e PIN novo.</string> <string name="keyguard_password_enter_puk_prompt">Código PUK</string> <string name="keyguard_password_entry_touch_hint">Toque para introduzir palavra-passe.</string> <string name="keyguard_password_wrong_pin_code">Código PIN incorrecto.</string> <string name="keyguard_signature_toast_for_only_pen_action">Desenhe a sua assinatura utilizando a caneta.</string> <string name="kg_enter_confirm_pin_hint">Confirme o seu novo PIN.</string> <string name="kg_failed_attempts_almost_at_login">"Desenhou a sequência de desbloqueio incorretamente %1$d vezes. Depois de mais %2$d tentativas sem sucesso, ser-lhe-á pedido para desbloquear o telemóvel através de uma conta de email. Tente novamente dentro de %3$d segundos."</string> <string name="kg_failed_attempts_almost_at_wipe">Tentou desbloquear o telemóvel %1$d vezes de forma incorreta. Depois de mais %2$d tentativas sem êxito, as definições de origem do telemóvel serão repostas e todos os dados do utilizador serão perdidos.</string> <string name="kg_failed_attempts_now_wiping">Tentou desbloquear o telemóvel %d vezes de forma incorreta, pelo que será reposta a predefinição de fábrica.</string> <string name="kg_forgot_pattern_button_text">Esqueceu-se da Sequência</string> <string name="kg_invalid_confirm_pin_hint">Os PINs que introduziu são diferentes.</string> <string name="kg_invalid_puk">Introduza novamente o PUK. Se falhar várias tentativas, o cartão SIM fica bloqueado permanentemente.</string> <string name="kg_invalid_sim_pin_hint">Introduza um PIN com 4 a 8 números</string> <string name="kg_invalid_sim_puk_hint">O seu PUK deve ter 8 ou mais dígitos.</string> <string name="kg_login_account_recovery_hint">"Esqueceu-se do nome de utilizador ou da palavra-passe? Aceda a "<b>google.com/accounts/recovery</b>.</string> <string name="kg_login_checking_password">A verificar conta…</string> <string name="kg_login_instructions">Para desbloquear, inicie uma sessão da sua conta Google.</string> <string name="kg_login_invalid_input">Nome de utilizador ou palavra-passe inválidos.</string> <string name="kg_login_password_hint">Palavra-passe</string> <string name="kg_login_submit_button">Iniciar sessão</string> <string name="kg_login_too_many_attempts">Demasiadas tentativas para desenhar sequência</string> <string name="kg_login_username_hint">Nome de utilizador (e-mail)</string> <string name="kg_password_instructions">Introduzir palavra-passe.</string> <string name="kg_password_wrong_pin_code">Código PIN incorrecto.</string> <string name="kg_pattern_instructions">Desenhe a sua sequência</string> <string name="kg_pin_instructions">Introduzir PIN de desbloqueio.</string> <string name="kg_puk_enter_pin_hint">Introduza um novo PIN.</string> <string name="kg_puk_enter_puk_hint">O seu cartão SIM foi bloqueado. Introduza o seu PUK para continuar. Para mais informações, contacte o fornecedor de serviços.</string> <string name="kg_reordering_delete_drop_target_text">Remover</string> <string name="kg_sim_pin_instructions">Introduzir PIN de desbloqueio do cartão SIM.</string> <string name="kg_sim_unlock_progress_dialog_message">A desbloquear cartão SIM…</string> <string name="kg_text_message_separator">" - "</string> <string name="kg_too_many_failed_attempts_countdown">Tente nov. dentro %d seg.</string> <string name="kg_too_many_failed_password_attempts_dialog_message">"Escreveu a palavra-passe incorretamente %1$d vezes. Tente novamente dentro de %2$d segundos."</string> <string name="kg_too_many_failed_pattern_attempts_dialog_message">"Pode ter desenhado incorrectamente o seu padrão de desbloqueio %1$d vezes. Tente novamente dentro de %2$d segundos."</string> <string name="kg_too_many_failed_pin_attempts_dialog_message">"Escreveu o PIN incorretamente %1$d vezes. Tente novamente dentro de %2$d segundos."</string> <string name="kg_wrong_password">Palavra-passe incorrecta.</string> <string name="kg_wrong_pattern">Sequência Incorreta</string> <string name="kg_wrong_pin">PIN Incorreto</string> <string name="kgt_operator_name">KGT</string> <string name="kilobyteShort">KB</string> <string name="knox_custom_protected_app_enter_password">Introduzir palavra-passe</string> <string name="knox_feature_disabled_toast">A política de segurança da Knox restringe esta acção.</string> <string name="knoxvpn_proxy_text">O browser fechou devido a uma actualização das definições. Reabra o seu browser.</string> <string name="knoxvpn_proxy_title">Definições de VPN atualizadas</string> <string name="knoxvpn_text">Toque para gerir a rede.</string> <string name="knoxvpn_title">Ligado a VPN</string> <string name="lacking_filenode_internal_storage_view_text">Foram criados demasiados ficheiros no seu telefone. As aplicações podem deixar de funcionar correctamente e o seu telefone pode deixar de arrancar. Faça a cópia de segurança de todos os dados importantes e execute a reposição de fábrica do seu telefone.</string> <string name="lacking_filenode_internal_storage_view_title">Limite de sistema de ficheiros</string> <string name="language_picker_section_all">Todos os idiomas</string> <string name="language_picker_section_show_all">Todos os idiomas</string> <string name="language_picker_section_suggested">Sugeridos</string> <string name="language_picker_section_suggested_sec">Samsung sugere</string> <string name="language_picker_section_suggested_sec_jpn">Sugeridos pela Galaxy</string> <string name="language_selection_title">Adicionar idioma</string> <string name="last_month">Último mês</string> <string name="launchBrowserDefault">Iniciar o browser?</string> <string name="launch_warning_original">%s foi iniciada primeiro.</string> <string name="launch_warning_replace">%1$s está agora a ser executado.</string> <string name="launch_warning_title">Aplicação redireccionada</string> <string name="leave_accessibility_shortcut_on">Utilizar atalho</string> <string name="loading">A carregar…</string> <string name="locale_search_menu">Pesquisa</string> <string name="lock_to_app_exit">Aplicação desafixada.</string> <string name="lock_to_app_start">Aplicação afixada.</string> <string name="lock_to_app_toast">Para desafixar uma aplicação, prima sem soltar as Teclas de aplicações recentes e de retrocesso ao mesmo tempo.</string> <string name="lock_to_app_toast_locked">O Modo bloquear na aplicação foi activado.</string> <string name="lock_to_app_unlock_password">Pedir palavra-passe antes de soltar</string> <string name="lock_to_app_unlock_pattern">Pedir sequência de desbloqueio antes de soltar</string> <string name="lock_to_app_unlock_pin">Pedir PIN antes de soltar</string> <string name="lockscreen_access_pattern_area">Área da sequência.</string> <string name="lockscreen_access_pattern_cell_added">Célula adicionada</string> <string name="lockscreen_access_pattern_cell_added_verbose">Célula %1$s adicionada</string> <string name="lockscreen_access_pattern_cleared">Sequência apagada</string> <string name="lockscreen_access_pattern_detected">Sequência concluída</string> <string name="lockscreen_access_pattern_start">Sequência iniciada</string> <string name="lockscreen_carrier_default">Sem ligação de rede</string> <string name="lockscreen_carrier_noservice">(Sem rede)</string> <string name="lockscreen_emergency_call">Chamada de emergência</string> <string name="lockscreen_failed_attempts_almost_at_wipe">Tentou desbloquear o telemóvel %1$d vezes de forma incorreta. Após mais %2$d tentativa(s) sem êxito, as definições de origem do telemóvel serão repostas e todos os dados de utilizador serão perdidos.</string> <string name="lockscreen_failed_attempts_almost_glogin">Padrão de desbloqueio incorrecto desenhado %1$d vezes. Restam %2$d tentativas antes de lhe ser pedido que desbloqueie o dispositivo utilizando o início de sessão Google. Tente novamente dentro de %3$d segundos.</string> <string name="lockscreen_failed_attempts_now_wiping">Tentou desbloquear o telemóvel %d vezes de forma incorreta, pelo que serão repostas as respetivas definições de origem.</string> <string name="lockscreen_forgot_pattern_button_text">Esqueceu-se do padrão?</string> <string name="lockscreen_glogin_account_recovery_hint">Esqueceu-se do seu nome de utilizador ou da sua palavra-passe? Visite google.com/accounts/recovery.</string> <string name="lockscreen_glogin_checking_password">A verificar…</string> <string name="lockscreen_glogin_forgot_pattern">Desbloqueio de conta</string> <string name="lockscreen_glogin_instructions">Para desbloquear, inicie uma sessão da sua conta Google.</string> <string name="lockscreen_glogin_invalid_input">Nome de utilizador ou palavra-passe inválidos.</string> <string name="lockscreen_glogin_password_hint">Palavra-passe</string> <string name="lockscreen_glogin_submit_button">Iniciar sessão</string> <string name="lockscreen_glogin_too_many_attempts">Demasiadas tentativas de padrão!</string> <string name="lockscreen_glogin_username_hint">Nome de utilizador (e-mail)</string> <string name="lockscreen_instructions_when_pattern_disabled">Prima Menu para desbloquear.</string> <string name="lockscreen_instructions_when_pattern_enabled">Premir Menu para desbloquear ou efectuar uma chamada de emergência.</string> <string name="lockscreen_missing_sim_instructions">Insira um cartão SIM.</string> <string name="lockscreen_missing_sim_instructions_long">O cartão SIM está em falta ou não é legível. Introduza um cartão SIM.</string> <string name="lockscreen_missing_sim_message">Nenhum cartão SIM no telefone</string> <string name="lockscreen_missing_sim_message_short">Sem cartão SIM</string> <string name="lockscreen_network_locked_message">Rede bloqueada.</string> <string name="lockscreen_password_wrong">Lamentamos, tente novamente.</string> <string name="lockscreen_pattern_correct">Correcto!</string> <string name="lockscreen_pattern_instructions">Desenhar padrão para desbloquear.</string> <string name="lockscreen_pattern_wrong">Lamentamos, tente novamente.</string> <string name="lockscreen_permanent_disabled_sim_instructions">"O cartão SIM foi desativado definitivamente. Contacte o seu fornecedor de serviços de rede sem fios para obter outro cartão SIM."</string> <string name="lockscreen_permanent_disabled_sim_message_short">Cartão SIM inutilizável.</string> <string name="lockscreen_return_to_call">Regressar à chamada</string> <string name="lockscreen_screen_locked">Ecrã bloqueado.</string> <string name="lockscreen_sim_locked_message">O cartão SIM está bloqueado.</string> <string name="lockscreen_sim_puk_locked_instructions">Consulte o Manual de utilizador ou contacte a Assistência a Clientes.</string> <string name="lockscreen_sim_puk_locked_message">O cartão SIM está bloqueado com PUK</string> <string name="lockscreen_sim_unlock_progress_dialog_message">A desbloquear cartão SIM…</string> <string name="lockscreen_sound_off_label">Som desactivado</string> <string name="lockscreen_sound_on_label">Som activado</string> <string name="lockscreen_storage_locked">Desbloqueio de todas as funcionalidades e dados</string> <string name="lockscreen_too_many_failed_attempts_countdown">Tente novamente dentro de %d segundos.</string> <string name="lockscreen_too_many_failed_attempts_dialog_message">"Desenhou a sua sequência de desbloqueio incorretamente %1$d vezes. Tente novamente dentro de %2$d segundos."</string> <string name="lockscreen_too_many_failed_password_attempts_dialog_message">Palavra-passe incorrecta introduzida %1$d vezes. Tente novamente dentro de %2$d segundos.</string> <string name="lockscreen_too_many_failed_pin_attempts_dialog_message">PIN incorrecto introduzido %1$d vezes. Tente novamente dentro de %2$d segundos.</string> <string name="lockscreen_transport_ffw_description">Avançar</string> <string name="lockscreen_transport_next_description">Faixa seguinte</string> <string name="lockscreen_transport_pause_description">Interromper</string> <string name="lockscreen_transport_play_description">Reproduzir</string> <string name="lockscreen_transport_prev_description">Faixa anterior</string> <string name="lockscreen_transport_rew_description">Rebobinar</string> <string name="lockscreen_transport_stop_description">Parar</string> <string name="lockscreen_unlock_label">Desbloquear</string> <string name="low_internal_storage_view_text">Algumas funções do sistema poderão não funcionar.</string> <string name="low_internal_storage_view_text_no_boot">Não existe armazenamento suficiente para o sistema. Certifique-se de que tem 250 MB de espaço livre e reinicie.</string> <string name="low_internal_storage_view_title">A ficar sem espaço</string> <string name="low_memory">O armazenamento do telefone está cheio! Apague alguns ficheiros para libertar espaço</string> <string name="managed_profile_label">Mudar para trabalho</string> <string name="managed_profile_label_badge">%1$s de trabalho</string> <string name="managed_profile_label_badge_2">2.º %1$s de trabalho</string> <string name="managed_profile_label_badge_3">3.º %1$s de trabalho</string> <string name="map">Mapas</string> <string name="maximize_button_text">Maximizar</string> <string name="mcc_setting_dialog_body">A rede não fornece informações de data e hora. Vá para as definições de Data e hora para as especificar manualmente.</string> <string name="mcc_setting_dialog_body_vzw">Date and time information is not updating automatically. Go to Settings > Date and time to set manually.</string> <string name="mcc_setting_toast_notification">Seleccionar fuso horário antes de definir a hora.</string> <string name="mdf_content_enabled">Reinicie o seu dispositivo para activar o Modo CC.</string> <string name="mdf_content_enforced">Condições prévias não respeitadas</string> <string name="mdf_content_ready">Reinicie o seu dispositivo para desactivar o Modo CC.</string> <string name="mdf_st_direction_lock">Bloqueio de direcção</string> <string name="mdf_st_disable">Desactivar:</string> <string name="mdf_st_enable">Activar:</string> <string name="mdf_st_encryption_device">Arranque seguro</string> <string name="mdf_st_encryption_sd">Encriptação do cartão SD</string> <string name="mdf_st_face">Reconhecimento de rosto</string> <string name="mdf_st_header">Para activar o Modo CC, execute as seguintes acções:</string> <string name="mdf_st_pw_history">Histórico de palavras-passe</string> <string name="mdf_st_pw_recovery">Palavra-passe de recuperação</string> <string name="mdf_st_pw_retry">Tentativas de introdução de palavra-passe (1-10)</string> <string name="mdf_st_pw_screenlock">Bloqueio de ecrã com palavra-passe (alfanumérica)</string> <string name="mdf_st_refresh">Actualizar</string> <string name="mdf_st_revocation">Revogação</string> <string name="mdf_st_tampered">Manipulação de software detectada</string> <string name="mdf_title_enabled_n_ready">Reiniciar dispositivo</string> <string name="mdf_title_enforced">Impossível activar Modo CC.</string> <string name="me">Eu</string> <string name="media_bad_removal">Cartão SD removido antes de ser desinstalado.</string> <string name="media_checking">O cartão SD está actualmente a ser verificado.</string> <string name="media_checking_usbhost">O armazenamento USB está actualmente a ser verificado.</string> <string name="media_removed">O cartão SD foi removido.</string> <string name="media_route_button_content_description">Transmitir</string> <string name="media_route_chooser_extended_settings">Definições</string> <string name="media_route_chooser_searching">A pesquisar dispositivos…</string> <string name="media_route_chooser_title">Ligar ao dispositivo</string> <string name="media_route_chooser_title_for_remote_display">Transmitir ecrã para o dispositivo</string> <string name="media_route_controller_disconnect">Desligar</string> <string name="media_route_status_available">Disponível</string> <string name="media_route_status_connecting">A ligar…</string> <string name="media_route_status_in_use">Em utilização</string> <string name="media_route_status_not_available">Não disponível.</string> <string name="media_route_status_scanning">A procurar…</string> <string name="media_shared">O cartão SD está actualmente a ser utilizado por um computador.</string> <string name="media_unknown_state">Suporte externo em estado desconhecido.</string> <string name="mediaplayer_restrict">A política de segurança impede a utilização do leitor multimédia MTP.</string> <string name="mediasize_chinese_om_dai_pa_kai">Dai Pa Kai</string> <string name="mediasize_chinese_om_jurro_ku_kai">Jurro Ku Kai</string> <string name="mediasize_chinese_om_pa_kai">Pa Kai</string> <string name="mediasize_chinese_prc_1">PRC 1</string> <string name="mediasize_chinese_prc_10">PRC 10</string> <string name="mediasize_chinese_prc_16k">PRC 16K</string> <string name="mediasize_chinese_prc_2">PRC 2</string> <string name="mediasize_chinese_prc_3">PRC 3</string> <string name="mediasize_chinese_prc_4">PRC 4</string> <string name="mediasize_chinese_prc_5">PRC 5</string> <string name="mediasize_chinese_prc_6">PRC 6</string> <string name="mediasize_chinese_prc_7">PRC 7</string> <string name="mediasize_chinese_prc_8">PRC 8</string> <string name="mediasize_chinese_prc_9">PRC 9</string> <string name="mediasize_chinese_roc_16k">ROC 16K</string> <string name="mediasize_chinese_roc_8k">ROC 8K</string> <string name="mediasize_iso_a0">ISO A0</string> <string name="mediasize_iso_a1">ISO A1</string> <string name="mediasize_iso_a10">ISO A10</string> <string name="mediasize_iso_a2">ISO A2</string> <string name="mediasize_iso_a3">ISO A3</string> <string name="mediasize_iso_a4">ISO A4</string> <string name="mediasize_iso_a5">ISO A5</string> <string name="mediasize_iso_a6">ISO A6</string> <string name="mediasize_iso_a7">ISO A7</string> <string name="mediasize_iso_a8">ISO A8</string> <string name="mediasize_iso_a9">ISO A9</string> <string name="mediasize_iso_b0">ISO B0</string> <string name="mediasize_iso_b1">ISO B1</string> <string name="mediasize_iso_b10">ISO B10</string> <string name="mediasize_iso_b2">ISO B2</string> <string name="mediasize_iso_b3">ISO B3</string> <string name="mediasize_iso_b4">ISO B4</string> <string name="mediasize_iso_b5">ISO B5</string> <string name="mediasize_iso_b6">ISO B6</string> <string name="mediasize_iso_b7">ISO B7</string> <string name="mediasize_iso_b8">ISO B8</string> <string name="mediasize_iso_b9">ISO B9</string> <string name="mediasize_iso_c0">ISO C0</string> <string name="mediasize_iso_c1">ISO C1</string> <string name="mediasize_iso_c10">ISO C10</string> <string name="mediasize_iso_c2">ISO C2</string> <string name="mediasize_iso_c3">ISO C3</string> <string name="mediasize_iso_c4">ISO C4</string> <string name="mediasize_iso_c5">ISO C5</string> <string name="mediasize_iso_c6">ISO C6</string> <string name="mediasize_iso_c7">ISO C7</string> <string name="mediasize_iso_c8">ISO C8</string> <string name="mediasize_iso_c9">ISO C9</string> <string name="mediasize_japanese_chou2">Chou2</string> <string name="mediasize_japanese_chou3">Chou3</string> <string name="mediasize_japanese_chou4">Chou4</string> <string name="mediasize_japanese_hagaki">Hagaki</string> <string name="mediasize_japanese_jis_b0">JIS B0</string> <string name="mediasize_japanese_jis_b1">JIS B1</string> <string name="mediasize_japanese_jis_b10">JIS B10</string> <string name="mediasize_japanese_jis_b2">JIS B2</string> <string name="mediasize_japanese_jis_b3">JIS B3</string> <string name="mediasize_japanese_jis_b4">JIS B4</string> <string name="mediasize_japanese_jis_b5">JIS B5</string> <string name="mediasize_japanese_jis_b6">JIS B6</string> <string name="mediasize_japanese_jis_b7">JIS B7</string> <string name="mediasize_japanese_jis_b8">JIS B8</string> <string name="mediasize_japanese_jis_b9">JIS B9</string> <string name="mediasize_japanese_jis_exec">JIS Exec</string> <string name="mediasize_japanese_kahu">Kahu</string> <string name="mediasize_japanese_kaku2">Kaku2</string> <string name="mediasize_japanese_oufuku">Oufuku</string> <string name="mediasize_japanese_you4">You4</string> <string name="mediasize_na_foolscap">Foolscap</string> <string name="mediasize_na_gvrnmt_letter">Government Letter</string> <string name="mediasize_na_index_3x5">Index Card 3x5</string> <string name="mediasize_na_index_4x6">Index Card 4x6</string> <string name="mediasize_na_index_5x8">Index Card 5x8</string> <string name="mediasize_na_junior_legal">Junior Legal</string> <string name="mediasize_na_ledger">Livro de razão</string> <string name="mediasize_na_legal">Legal</string> <string name="mediasize_na_letter">Letter</string> <string name="mediasize_na_monarch">Monarch</string> <string name="mediasize_na_quarto">Quarto</string> <string name="mediasize_na_tabloid">Tabloid</string> <string name="mediasize_unknown_landscape">O tamanho do papel que está na impressora é desconhecido.</string> <string name="mediasize_unknown_portrait">O tamanho do papel que está na impressora é desconhecido.</string> <string name="megabyteShort">MB</string> <string name="meid">MEID</string> <string name="menu_delete_shortcut_label">ELIMINAR</string> <string name="menu_enter_shortcut_label">Introd</string> <string name="menu_space_shortcut_label">Espaço</string> <string name="microphone_restrict">A política de segurança impede a utilização de microfone.</string> <string name="midnight">meia-noite</string> <string name="minute">min</string> <string name="minute_picker_description">Selector de minutos analógico</string> <string name="minutes">min</string> <string name="mismatchPin">PINs não correspondem.</string> <string name="mmcc_authentication_reject">SIM não permitido</string> <string name="mmcc_illegal_me">Telemóvel não permitido</string> <string name="mmcc_illegal_ms">SIM não permitido</string> <string name="mmcc_imsi_unknown_in_hlr">SIM não ativado</string> <string name="mmiComplete">MMI concluído.</string> <string name="mmiError">Problema de ligação ou código MMI inválido.</string> <string name="mmiErrorTMO">Impossível processar o pedido.</string> <string name="mmiErrorWhileRoaming">Não é possível alterar as definições do encaminhamento de chamadas no telemóvel quando está em roaming.</string> <string name="mmiError_DCM">Funcionamento impossível.</string> <string name="mmiError_callbarring_CMCC">Impossível ligar ou desligar o Barramento de chamadas. Esta acção foi impedida pelo seu fornecedor de serviços.</string> <string name="mmiError_unknown">Desconhecido</string> <string name="mmiFdnError">Chamadas restringidas a números de marcação fixa.</string> <string name="mobile_data_isoff_alert_toast">Os dados móveis estão desactivados. Se precisar de se ligar à Internet, active-os na barra de notificações.</string> <string name="month_day_year" formatted="false">%-e de %B de %Y</string> <string name="more">Mais</string> <string name="more_apps">Mais apps</string> <string name="more_item_label">Mais</string> <string name="mptcp_message_MA_setting_off_before_reboot">Serviço %s não suportado. Contacte os serviços de apoio ao cliente.</string> <string name="mptcp_message_address_type_not_supported">Ligação %s fraca. A restabelecer ligação através da rede disponível…</string> <string name="mptcp_message_busy_ntime_wait">Ligação %s fraca. A restabelecer ligação através da rede disponível…</string> <string name="mptcp_message_cmd_not_supported">Rede %s não disponível temporariamente. A restabelecer ligação através da rede disponível…</string> <string name="mptcp_message_connection_not_allowed_by_ruleset">Ligação %s fraca. A restabelecer ligação através da rede disponível…</string> <string name="mptcp_message_connection_not_stabile">Ligação de rede instável.</string> <string name="mptcp_message_connection_refused">Ligação %s fraca. A restabelecer ligação através da rede disponível…</string> <string name="mptcp_message_data_usage_limit">Limite de utilização de dados atingido. Para alterar o limite de utilização de dados, aceda às Definições.</string> <string name="mptcp_message_host_unreachable">Ligação %s fraca. A restabelecer ligação através da rede disponível…</string> <string name="mptcp_message_mptcp_capability_LteRegistered">Impossível activar %s. O dispositivo não está ligado à rede 4G.</string> <string name="mptcp_message_mptcp_capability_Roaming">Impossível activar %s em roaming internacionalmente.</string> <string name="mptcp_message_mptcp_capability_TetheringMode">Impossível activar %s com PA móvel ou Ancoragem USB activados.</string> <string name="mptcp_message_mptcp_capability_WifiDirect">Impossível activar %s com Wi-Fi Direct activado.</string> <string name="mptcp_message_mptcp_capability_airplane">Impossível activar %s com Modo de voo activado.</string> <string name="mptcp_message_mptcp_capability_getMobileDataEnabled">Impossível activar %s com os Dados móveis desligados.</string> <string name="mptcp_message_mptcp_capability_noresponse">Sem resposta do fornecedor de serviços.</string> <string name="mptcp_message_mptcp_capability_packege_authfail">Impossível activar %1$s. %2$s não disponível com o seu pacote de Internet ou não foi recebida resposta do servidor de %3$s.</string> <string name="mptcp_message_mptcp_capability_sendfail">Falha ao enviar pedido de activação de %s. A restabelecer ligação através das redes disponíveis…</string> <string name="mptcp_message_mptcp_capability_simstatus">Impossível activar %s. Cartão SIM incorrecto inserido.</string> <string name="mptcp_message_network_unreachable">Ligação %s fraca. A restabelecer ligação através da rede disponível…</string> <string name="mptcp_message_non_mptcp_plan">Impossível activar Giga Multi-Path. O plano de dados não suporta esta função.</string> <string name="mptcp_message_operation_disabled_overheating">%s desactivado para evitar o sobreaquecimento do dispositivo. A transferir via rede móvel…</string> <string name="mptcp_message_server_error">Ligação %s fraca. A restabelecer ligação através da rede disponível…</string> <string name="mptcp_message_setting_disabled_overheating">Impossível activar %s. Sobreaquecimento do dispositivo. Aguarde que o dispositivo arrefeça e tente novamente.</string> <string name="mptcp_message_ttl_expired">Rede %s não disponível temporariamente. A restabelecer ligação através da rede disponível…</string> <string name="msg_already_installed">Já instalado.</string> <string name="msg_app_installed">Aplicação instalada.</string> <string name="msg_app_not_installed">Aplicação não instalada.</string> <string name="msg_check_connection">Verifique a sua ligação à rede e tente novamente.</string> <string name="msg_download_fail">A transferência falhou devido a erro de rede.</string> <string name="multi_user_capability_restrict">A política de segurança impede a capacidade de utilizadores múltiplos no seu dispositivo.</string> <string name="multi_user_creation_restrict">A política de segurança impede a criação de novas contas de utilizador no seu dispositivo.</string> <string name="multi_user_removal_restrict">A política de segurança impede a remoção de contas de utilizador do seu dispositivo.</string> <string name="multi_window">Multi-janela</string> <string name="multi_window_restrict">A política de segurança impede a função Multi-janela.</string> <string name="multisound_app_uninstalled_toast">Aplicação seleccionada desinstalada. %s desligado.</string> <string name="multisound_change_output_device">Alterar dispositivo de saída de áudio</string> <string name="multisound_headup_contents">O dispositivo de áudio que seleccionou para esta aplicação é igual ao dispositivo de saída de áudio actual do seu telefone. Para separar o som desta aplicação, altere o seu dispositivo de saída de áudio no painel de definições rápidas.</string> <string name="multisound_hun_change">Alterar</string> <string name="multisound_hun_close">Fechar</string> <string name="multisound_hun_contents">O dispositivo de áudio que seleccionou para esta aplicação (%1$s) é igual ao dispositivo de saída de áudio principal (%2$s). Para separar o som desta aplicação, tem de alterar o dispositivo de saída de áudio principal para %3$s.</string> <string name="multisound_hun_title">Alterar dispositivo saída de áudio principal?</string> <string name="multisound_sound_via_bluetooth">Som de %s a ser reproduzido num dispositivo de áudio Bluetooth. Toque aqui para desligar.</string> <string name="multisound_sound_via_headphone">Som de %s a ser reproduzido através dos seus auriculares. Toque aqui para desligar.</string> <string name="multisound_sound_via_phone_speaker">Som de %s a ser reproduzido através do altifalante do seu telefone. Toque aqui para desligar.</string> <string name="multisound_sound_via_usb_audio">Som de %s a ser reproduzido através do seu dispositivo de áudio USB. Toque aqui para desligar.</string> <string name="multisound_title">Som de aplicação separado</string> <string name="multisound_turn_off_multisound">Desligar</string> <string name="multiwindow_cant_create_app_pair_with_ps">Impossível criar Par de aplicações com %s.</string> <string name="multiwindow_cant_create_app_pair_with_ps_and_ps">Impossível criar Par de aplicações com %1$s e %2$s.</string> <string name="multiwindow_cant_create_app_pair_with_ps_apps">Impossível criar Par de aplicações com aplicações de %s.</string> <string name="multiwindow_cant_create_app_pair_with_secure_folder_app">Impossível criar Par de aplicações com aplicações da Pasta Segura.</string> <string name="multiwindow_cant_use_app_pair">Impossível utilizar Par de aplicações. Multi-janela não disponível.</string> <string name="multiwindow_desktop_policy_text_cant_open">Impossível abrir %s no Samsung DeX.</string> <string name="multiwindow_desktop_policy_text_cant_run_doesnt_support_multiwindow">%s não pode ser executado no Samsung DeX. Tente executar no modo de telefone.</string> <string name="multiwindow_desktop_policy_text_cant_run_for_phone_home_screen">%s não pode ser executado em Samsung DeX. Foi concebido para Ecrãs principais de telefones.</string> <string name="multiwindow_desktop_policy_text_cant_run_for_phone_touch_screen">%s não pode ser executado em Samsung DeX. Foi concebido para ecrãs tácteis de telefones.</string> <string name="multiwindow_forced_resizable_samsung_dex_for_game">Alguns jogos só funcionam em ecrãs tácteis. Se os controlos do rato não funcionarem no Samsung DeX, tente jogar no modo de telefone.</string> <string name="muted_by">Som desativado por %1$s</string> <string name="my_device">O meu telefone</string> <string name="my_phone">Telefone</string> <string name="needPuk">O seu cartão SIM está bloqueado com PUK. Introduza o código PUK para desbloqueá-lo.</string> <string name="needPuk2">Introduza o PUK2 para desbloquear o cartão SIM.</string> <string name="negative_duration">-%1$s</string> <string name="network_available_sign_in">Início de sessão na rede</string> <string name="network_available_sign_in_detailed">%s</string> <string name="network_locked_sim_notification_text">Cartão SIM bloq. p/ rede inserido.</string> <string name="network_locked_sim_notification_text_vzw">Tap here to use your phone on a different network.</string> <string name="network_logging_notification_text">A sua entidade gere este dispositivo e pode monitorizar o tráfego de rede. Toque para obter mais detalhes.</string> <string name="network_logging_notification_title">O dispositivo é gerido</string> <string name="network_switch_metered">Mudou para %1$s</string> <string name="network_switch_metered_detail">O dispositivo utiliza %1$s quando %2$s não tem acesso à Internet. Podem ser aplicados custos.</string> <string name="network_switch_metered_toast">Mudou de %1$s para %2$s</string> <string name="network_switch_type_name_unknown">um tipo de rede desconhecido</string> <string name="new_app_action">Iniciar %s.</string> <string name="new_app_description">Sair da aplicação sem guardar</string> <string name="new_sms_notification_content">Abra a aplicação de SMS para ver</string> <string name="new_sms_notification_title">Tem mensagens novas</string> <string name="next_button_label">Seguinte</string> <string name="nfc_restrict">A política de segurança impede a utilização de NFC.</string> <string name="noApplications">Todas as aplicações associadas a esta acção foram desactivadas, bloqueadas ou não estão instaladas.</string> <string name="no_file_chosen">Não foi selecionado nenhum ficheiro</string> <string name="no_matches">Nenhumas correspondências</string> <string name="no_permissions">Nenhumas permissões requeridas.</string> <string name="no_recent_tasks">Nenhumas aplicações recentes</string> <string name="noon">meio-dia</string> <string name="nosim_limited_service">Serviço limitado</string> <string name="noti_template_app_name">Definições</string> <string name="noti_template_private_text">Olá!</string> <string name="noti_template_private_title">Ecrã bloqueado</string> <string name="noti_template_public_text">Conteúdo oculto</string> <string name="notification_channel_account">Estado da conta</string> <string name="notification_channel_alerts">Alertas</string> <string name="notification_channel_call_forward">Reencaminhamento de chamadas</string> <string name="notification_channel_car_mode">Modo automóvel</string> <string name="notification_channel_developer">Mensagens do programador</string> <string name="notification_channel_device_admin">Administração do dispositivo</string> <string name="notification_channel_emergency_callback">Modo de chamada de retorno de emergência</string> <string name="notification_channel_enterpriseBilling">Estado de facturação empresarial</string> <string name="notification_channel_foreground_service">Aplicações em execução em segundo plano</string> <string name="notification_channel_mobile_data_alert">Alertas de dados móveis</string> <string name="notification_channel_network_alert">Alertas</string> <string name="notification_channel_network_alerts">Alertas da rede</string> <string name="notification_channel_network_available">Rede disponível</string> <string name="notification_channel_network_connections">Ligações de rede</string> <string name="notification_channel_network_status">Estado da rede</string> <string name="notification_channel_physical_keyboard">Teclado físico</string> <string name="notification_channel_retail_mode">Demonstração para retalho</string> <string name="notification_channel_security">Segurança</string> <string name="notification_channel_sms">Mensagens SMS</string> <string name="notification_channel_updates">Actualizações</string> <string name="notification_channel_usb">Ligação USB</string> <string name="notification_channel_virtual_keyboard">Teclado virtual</string> <string name="notification_channel_voice_mail">Mensagens de correio de voz</string> <string name="notification_channel_vpn">Estado VPN</string> <string name="notification_channel_wfc">Chamadas Wi-Fi</string> <string name="notification_hidden_by_policy_text">Conteúdo ocultado pela política</string> <string name="notification_hidden_text">Conteúdo oculto</string> <string name="notification_listener_binding_label">Ouvinte de notificação</string> <string name="notification_messaging_title_template">%1$s: %2$s</string> <string name="notification_ranker_binding_label">Serviço de classificação de notificações</string> <string name="notification_title">Erro de início de sessão para %s</string> <string name="notification_work_profile_content_description">Perfil de trabalho</string> <string name="now_string_shortest">agora</string> <string name="number_picker_decrement_button">Diminuir</string> <string name="number_picker_increment_button">Aumentar</string> <string name="number_picker_increment_scroll_action">Deslizar para cima para aumentar e para baixo para diminuir.</string> <string name="number_picker_increment_scroll_mode">Tocar sem soltar em %s</string> <string name="old_app_action">Regressar a %s</string> <string name="old_app_description">Impossível iniciar nova aplicação.</string> <string name="older">Mais antigo</string> <string name="oneMonthDurationPast">Há 1 mês</string> <string name="open_permission_deny">Não tem permissão para abrir esta página.</string> <string name="orgTypeCustom">Personalizar</string> <string name="orgTypeOther">Outro</string> <string name="orgTypeWork">Empresa</string> <string name="org_name">Organização:</string> <string name="org_unit">Unidade organizacional:</string> <string name="overheat_limit_closed">%1$s fechado. O seu telefone está a sobreaquecer. Tende utilizar %2$s novamente depois de o telefone ter arrefecido.</string> <string name="overheat_limit_closed_title">Aplicação fechada</string> <string name="overheat_limit_ok">OK</string> <string name="overheat_limit_warning">O seu telefone está a sobreaquecer. Feche esta aplicação imediatamente. %s será fechado automaticamente dentro de 1 minuto e os dados não guardados serão perdidos.</string> <string name="overheat_limit_warning_phone_second">O seu telefone está a sobreaquecer. Feche esta aplicação imediatamente. %1$s será fechado automaticamente dentro de %2$d segundos e os dados não guardados serão perdidos.</string> <string name="overheat_limit_warning_tablet_second">O seu tablet está a sobreaquecer. Feche esta aplicação imediatamente. %1$s será fechado automaticamente dentro de %2$d segundos e os dados não guardados serão perdidos.</string> <string name="overheat_limit_warning_title">Sobreaquecimento telefone</string> <string name="owner_name">Proprietário</string> <string name="package_deleted_device_owner">Eliminado pelo seu administrador</string> <string name="package_installed_device_owner">Instalado pelo seu administrador</string> <string name="package_module">Pacote</string> <string name="package_updated_device_owner">Atualizado pelo seu administrador</string> <string name="passwordIncorrect">Palavra-passe incorrecta.</string> <string name="password_keyboard_label_alpha_key">ABC</string> <string name="password_keyboard_label_alt_key">ALT</string> <string name="password_keyboard_label_symbol_key">\?123</string> <string name="peerTtyModeFull">O par solicitou o modo COMPLETO de teletipo</string> <string name="peerTtyModeHco">O par solicitou o modo HCO de teletipo</string> <string name="peerTtyModeOff">O par solicitou o modo DESATIVADO de teletipo</string> <string name="peerTtyModeVco">O par solicitou o modo VCO de teletipo</string> <string name="perm_blocked_sim_notification_dcm_text">Cartão SIM bloqueado via PUK</string> <string name="perm_blocked_sim_notification_text">Car. SIM bloq. forma permanen.</string> <string name="perm_costs_money">isto poderá estar sujeito a custos</string> <string name="permdesc_accessCoarseLocation">Esta aplicação pode obter a sua localização com base em fontes de rede, tais como torres de redes móveis e redes Wi-Fi. É necessário que estes serviços de localização estejam ativados e disponíveis no seu telemóvel para que a aplicação os possa utilizar.</string> <string name="permdesc_accessDrmCertificates">Permite que uma aplicação forneça e utilize certificados DRM. Nunca deverá ser necessário para aplicações normais.</string> <string name="permdesc_accessFineLocation">Esta aplicação pode obter a sua localização com base em fontes de localização da rede e de GPS, tais como torres de redes móveis e redes Wi-Fi. É necessário que estes serviços de localização estejam ativados e disponíveis no seu telemóvel para que a aplicação os possa utilizar. Esta ação pode aumentar o consumo da bateria.</string> <string name="permdesc_accessImsCallService">Permite que a aplicação utilize o serviço IMS para fazer chamadas sem a sua intervenção.</string> <string name="permdesc_accessLocationExtraCommands">Permite que a aplicação aceda a comandos adicionais do fornecedor de localização. Esta opção pode permitir que a aplicação interfira com o funcionamento do GPS ou de outras fontes de localização.</string> <string name="permdesc_accessNetworkConditions">Permite que uma aplicação ouça observações sobre as condições da rede. Nunca deverá ser necessário para aplicações normais.</string> <string name="permdesc_accessNetworkState">Permite que a aplicação visualize informações acerca das ligações de rede como, por exemplo, que redes que existem e estão ligadas.</string> <string name="permdesc_accessNotifications">Permite que a aplicação obtenha, examine e limpe notificações, incluindo as que foram publicadas por outras aplicações.</string> <string name="permdesc_accessWifiState">Permite que a aplicação visualize informações acerca de redes Wi-Fi como, por exemplo, se o Wi-Fi está ativado e o nome dos dispositivos Wi-Fi ligados.</string> <string name="permdesc_accessWimaxState">Permite que a aplicação determine se o WiMAX está ativado e aceda a informações acerca de qualquer rede WiMAX que esteja ligada.</string> <string name="permdesc_access_notification_policy">Permite à aplicação ler e alterar a configuração de Não incomodar</string> <string name="permdesc_addVoicemail">Permite que a aplicação adicione mensagens à sua caixa de entrada de correio de voz.</string> <string name="permdesc_answerPhoneCalls">Permite que a aplicação atenda chamadas recebidas.</string> <string name="permdesc_bindCarrierMessagingService">Permite ao titular ligar à interface de nível superior do serviço de mensagens de um operador. Nunca deve ser necessário para aplicações normais.</string> <string name="permdesc_bindCarrierServices">Permite ao titular vincular-se a serviços do operador. Nunca deverá ser necessário nas aplicações normais.</string> <string name="permdesc_bindConditionProviderService">Permite que o titular vincule a interface de nível superior de um serviço de fornecedor de condição. Nunca deverá ser necessário para aplicações normais.</string> <string name="permdesc_bindDreamService">Permite ao detentor ficar vinculado à interface de nível superior de um serviço de sonho. Nunca deverá ser necessário para aplicações normais.</string> <string name="permdesc_bindNotificationListenerService">Permite que o titular vincule a interface de nível superior de um serviço de escuta de notificações. Nunca deverá ser necessário para aplicações normais.</string> <string name="permdesc_bindTerminal">Esta aplicação pode vincular a terminais de sistema OMAPI. Apenas o SmartcardService pode utilizar esta permissão.</string> <string name="permdesc_bind_connection_service">Permite à aplicação interagir com serviços telefónicos e fazer/receber chamadas.</string> <string name="permdesc_bind_incall_service">Permite que a aplicação controle quando e como o utilizador vê o ecrã durante uma chamada.</string> <string name="permdesc_bluetooth">Permite que a aplicação visualize a configuração do Bluetooth no telemóvel e que estabeleça e aceite ligações com dispositivos emparelhados.</string> <string name="permdesc_bluetoothAdmin">Permite que a aplicação configure o telemóvel Bluetooth local, bem como descobrir e emparelhar com dispositivos remotos.</string> <string name="permdesc_bodySensors">Permite que a aplicação aceda a dados de sensores que monitorizam a sua condição física, como o ritmo cardíaco.</string> <string name="permdesc_broadcastSticky">Permite que a aplicação envie difusões fixas, que permanecem após o fim da difusão. Uma utilização excessiva pode tornar o telemóvel lento ou instável, fazendo com que utilize demasiada memória.</string> <string name="permdesc_callPhone">Permite que a aplicação ligue para números de telefone sem a intervenção do utilizador. Esta ação pode resultar em cobranças ou chamadas inesperadas. Tenha em atenção que isto não permite que a aplicação ligue para números de emergência. As aplicações maliciosas podem fazer com que incorra em custos, fazendo chamadas sem a sua confirmação.</string> <string name="permdesc_camera">Esta aplicação pode tirar fotos e gravar vídeos através da câmara a qualquer momento.</string> <string name="permdesc_changeNetworkState">Permite que a aplicação altere o estado de conectividade da rede.</string> <string name="permdesc_changeTetherState">Permite que a aplicação altere o estado de conectividade da rede ligada.</string> <string name="permdesc_changeWifiMulticastState">Permite que a aplicação receba pacotes enviados para todos os dispositivos numa rede Wi-Fi através de endereços multicast, não apenas para o telemóvel. Utiliza mais energia do que o modo não multicast.</string> <string name="permdesc_changeWifiState">Permite que a aplicação se ligue e desligue de pontos de acesso Wi-Fi e que efetue alterações à configuração do dispositivo para redes Wi-Fi.</string> <string name="permdesc_changeWimaxState">Permite que a aplicação ligue e desligue o telemóvel de redes WiMAX.</string> <string name="permdesc_connection_manager">Permite que a aplicação faça a gestão das ligações de telecomunicação.</string> <string name="permdesc_control_incall_experience">Permite que a aplicação proporcione uma experiência de utilizador em chamada.</string> <string name="permdesc_createNetworkSockets">Permite que a aplicação crie ligações de rede e utilize protocolos de rede personalizados. O navegador e outras aplicações fornecem meios para enviar dados para a Internet, pelo que esta autorização não é necessária para enviar dados para a Internet.</string> <string name="permdesc_custom_rubense_features">Permita outras funções na tecla aplic recentes.</string> <string name="permdesc_disableKeyguard">Permite que a aplicação desative o bloqueio de teclas e qualquer segurança por palavra-passe associada. Por exemplo, o telemóvel desativa o bloqueio de teclas quando recebe uma chamada e reativa o bloqueio de teclas ao terminar a chamada.</string> <string name="permdesc_enableCarMode">Permite que a aplicação ative o modo automóvel.</string> <string name="permdesc_enterpriseBilling">Gerir Políticas de facturação da empresa.</string> <string name="permdesc_expandStatusBar">Permite à aplicação expandir ou fechar a barra de estado.</string> <string name="permdesc_getAccounts">Permite que a aplicação obtenha a lista de contas reconhecidas pelo telemóvel. Pode incluir qualquer conta criada pelas aplicações instaladas.</string> <string name="permdesc_getPackageSize">Permite à aplicação obter o código, os dados e o tamanhos de cache da mesma</string> <string name="permdesc_getTasks">Permite que a aplicação recupere informações acerca de tarefas executadas atual e recentemente. Isto pode permitir que a aplicação descubra informações acerca de quais as aplicações utilizadas no dispositivo.</string> <string name="permdesc_handoverStatus">Permite que esta aplicação receba informações acerca das transferências atuais do Android Beam</string> <string name="permdesc_install_shortcut">Permite que uma aplicação adicione atalhos ao Ecrã principal sem a intervenção do utilizador.</string> <string name="permdesc_invokeCarrierSetup">Permite que o titular invoque a aplicação de configuração fornecida pela operadora. Nunca deverá ser necessário para aplicações normais.</string> <string name="permdesc_killBackgroundProcesses">Permite que a aplicação termine processos em segundo plano de outras aplicações. Isto pode fazer com que outras aplicações deixem de funcionar.</string> <string name="permdesc_knoxContainerVpn">Criar, modificar e eliminar perfis VPN para tráfego do Knox Workspace.</string> <string name="permdesc_knoxCustomProKioskMode">Bloquear o dispositivo para dar acesso a apenas uma ou algumas aplicações e desactivar a barra de estado.</string> <string name="permdesc_knoxCustomSealedMode">Controlar o dispositivo no Modo selado.</string> <string name="permdesc_knoxCustomSetting">Configurar definições do dispositivo, como Bluetooth, Localização, Wi-Fi, Dados móveis e Android.</string> <string name="permdesc_knoxCustomSystem">Configurar definições de sistema, como Rotação automática do ecrã, Multi-janela, notificações e volume do dispositivo.</string> <string name="permdesc_knoxGenericVpn">Criar, modificar e eliminar perfis Knox VPN para tráfego fora do Workspace.</string> <string name="permdesc_knoxNetworkTrafficAgent">Controlar tráfego de rede no dispositivo para permitir túneis VPN, filtragem de conteúdos de rede ou detecção e análise de ameaças de rede.</string> <string name="permdesc_manageFingerprint">Permite que a aplicação invoque métodos para adicionar e eliminar modelos de impressão digital para utilização.</string> <string name="permdesc_manageNetworkPolicy">Permite que a aplicação faça a gestão de políticas de rede e defina regras específicas de aplicações.</string> <string name="permdesc_manageOwnCalls">Permite que a aplicação encaminhe as respetivas chamadas através do sistema de modo a melhorar a experiência da chamada.</string> <string name="permdesc_manageProfileAndDeviceOwners">Permite que as aplicações definam proprietários de perfis e o proprietário do dispositivo.</string> <string name="permdesc_mdmAnalytics">Recolher dados do dispositivo para analisar o desempenho do dispositivo e o comportamento do utilizador.</string> <string name="permdesc_mdmApnSettings">Criar, modificar e eliminar perfis de rede.</string> <string name="permdesc_mdmApplicationBackup">Efectuar cópia segurança e restauro de dados da aplicação.</string> <string name="permdesc_mdmApplications">Instalar, desinstalar, desactivar, activar e consultar estado da aplicação. Restringir capacidade de instalar ou desinstalar aplicações específicas.</string> <string name="permdesc_mdmApplicationsPerm">Remover ou reverter permissões de uma ou mais aplicações.</string> <string name="permdesc_mdmAuditLog">Permitir que os administradores criem registos de auditorias.</string> <string name="permdesc_mdmBluetooth">Controlar perfis e definições de Bluetooth.</string> <string name="permdesc_mdmBluetoothSecureMode">Actualizar e activar o modo seguro Bluetooth.</string> <string name="permdesc_mdmBrowserProxy">Configurar e restringir definições de proxy do browser.</string> <string name="permdesc_mdmBrowserSettings">Configurar definições do browser e restringir alterações</string> <string name="permdesc_mdmCalling">Configurar as opções de chamada do dispositivo</string> <string name="permdesc_mdmCcm">Utilizar serviços para armazenamento e obtenção de certificados digitais.</string> <string name="permdesc_mdmCertProvisioning">O administrador pode instalar ou eliminar certificados de arquivos de chaves, assim como delegar estas acções a uma aplicação fidedigna.</string> <string name="permdesc_mdmCertificate">Gerir CA (autoridades de certificados) raiz utilizadas para validação de certificados.</string> <string name="permdesc_mdmClipboard">O administrador pode adicionar, obter ou limpar texto da área de transferência no dispositivo.</string> <string name="permdesc_mdmDLP">Permita que a aplicação configure as definições do Enterprise DLP no modo Knox.</string> <string name="permdesc_mdmDateTime">Especificar e consultar a data e hora do dispositivo. Modificar o formato de data e hora.</string> <string name="permdesc_mdmDeActivateLicense">Desactivar a licença Knox.</string> <string name="permdesc_mdmDeviceInventory">Monitorizar e consultar o estado e os dados do dispositivo</string> <string name="permdesc_mdmDex">Defina restrições para o Samsung DeX.</string> <string name="permdesc_mdmDualSim">Forçar chamadas, dados e SMS/MMS nos dispositivos de SIM duplo a utilizarem um cartão SIM empresarial.</string> <string name="permdesc_mdmELMLog">Permitir que a aplicação recolha estatísticas de utilização de API de gestão do dispositivo.</string> <string name="permdesc_mdmEmailAccount">Criar, modificar, configurar e eliminar contas de e-mail IMAP/POP.</string> <string name="permdesc_mdmEnterpriseAdmin">Controlar políticas empresariais no dispositivo.</string> <string name="permdesc_mdmEnterpriseContainer">Criar, editar e eliminar contas de Knox Workspace e utilizadores associados</string> <string name="permdesc_mdmEnterpriseISL">Permitir que o administrador execute a gestão da integridade.</string> <string name="permdesc_mdmEnterpriseSSO">Permite que a aplicação configure as definições do Enterprise SSO e elimine os tokens de SSO no modo Knox.</string> <string name="permdesc_mdmEnterpriseVpn">Criar, modificar e eliminar perfis VPN para o cliente Mocana VPN.</string> <string name="permdesc_mdmEnterpriseVpnSolution">Enviar objectivos e pedidos aos serviços de solução VPN empresariais.</string> <string name="permdesc_mdmExchangeAccount">Criar, modificar e eliminar definições da conta Exchange ActiveSync.</string> <string name="permdesc_mdmFirewall">Configurar regras do firewall de rede</string> <string name="permdesc_mdmGeofencing">Crie, active e elimine configurações de perímetro virtual (geofence).</string> <string name="permdesc_mdmGlobalProxy">O administrador pode configurar e restringir definições de proxy globais.</string> <string name="permdesc_mdmHWControl">Restringir o acesso a várias funcionalidades de hardware.</string> <string name="permdesc_mdmKeystore">Utilizar a KeyStore para gerar e manter chaves criptográficas seguras.</string> <string name="permdesc_mdmKioskMode">Bloquear o dispositivo para restringir o acesso a apenas às aplicações aprovadas.</string> <string name="permdesc_mdmKnoxActivateDevicePermissions">Autorizar e recusar permissões para utilizar hardware e funções, como Wi-Fi e Bluetooth, a partir do modo Knox.</string> <string name="permdesc_mdmKnoxAttestation">Verificar a integridade dos dados de firmware do dispositivo.</string> <string name="permdesc_mdmKnoxRCPSync">Configurar os dados do Knox Workspace que podem ser sincronizados e partilhados com aplicações fora do Workspace.</string> <string name="permdesc_mdmKnoxRestrictionPermission">O administrador pode controlar a restrição avançada de funcionalidades de software e serviços no Knox.</string> <string name="permdesc_mdmLDAPSettings">Criar, consultar e eliminar contas de serviços de directórios (LDAP).</string> <string name="permdesc_mdmLSO">Personalizar as definições de chamadas de emergência, ecrã bloqueado e fundo.</string> <string name="permdesc_mdmLSOEmergencyPhone">Ligar ao administrador TI</string> <string name="permdesc_mdmLSOFoundInfo">"SE ENCONTRAR, DEVOLVER A"</string> <string name="permdesc_mdmLSOPropertyInfo">ESTE DISPOSITIVO É PROPRIEDADE DE</string> <string name="permdesc_mdmLSOUnauthorizedAccess">PROIBIDO USO NÃO AUTORIZADO</string> <string name="permdesc_mdmLocation">Restringir a utilização de serviços de localização.</string> <string name="permdesc_mdmMultiUser">Activar, desactivar e gerir capacidade de utilizadores múltiplos.</string> <string name="permdesc_mdmPhoneRestriction">Controlar a funcionalidade de chamada e SMS com base na utilização</string> <string name="permdesc_mdmProvider">Esta aplicação pode aceder aos fornecedores de conteúdos MDM.</string> <string name="permdesc_mdmRemoteControlSettings">Ver o ecrã do dispositivo remotamente e partilhar eventos de teclas, toque e trackball com o utilizador do dispositivo.</string> <string name="permdesc_mdmRestriction">Restringir o acesso a várias funcionalidades e serviços de software.</string> <string name="permdesc_mdmRoaming">Restringir a utilização de redes de roaming.</string> <string name="permdesc_mdmSDP">Permitir que a aplicação controle a encriptação dos respectivos dados utilizando as funcionalidades de encriptação Knox avançadas.</string> <string name="permdesc_mdmSEAndroid">Controle o comportamento do SEAndroid do seu dispositivo através dos ficheiros de contexto e de política.</string> <string name="permdesc_mdmSSO">Permita que a aplicação configure as definições do Enterprise SSO e elimine os tokens de SSO.</string> <string name="permdesc_mdmScep">Permitir protocolos de pedidos de registo.</string> <string name="permdesc_mdmSeamsPermission">Criar e gerir contentores SEAMS (SE for Android Management Service). Gerir definições comportamento do registo de SE for Android.</string> <string name="permdesc_mdmSeamsSepolicyPermission">Permitir que a aplicação aceda às APIs SEAMS de política SE.</string> <string name="permdesc_mdmSecurity">Instalar certificados, encriptar o dispositivo, remover dados seleccionados do dispositivo, e limpar o dispositivo.</string> <string name="permdesc_mdmSetProxyCredential">Permitir que a aplicação defina Credenciais de proxy da empresa.</string> <string name="permdesc_mdmSmartCardPolicy">Permitir cartões de controlo de acesso (SmartCards) para autenticar utilizadores que acedem a aplicações como browsers e clientes de e-mail.</string> <string name="permdesc_mdmUcsmEse">Gerir o Armazenamento eSE utilizando a Gestão de Credenciais Universais.</string> <string name="permdesc_mdmUcsmOther">Gerir armazenamento de terceiros utilizando a Gestão de Credenciais Universais.</string> <string name="permdesc_mdmVpn">Criar, modificar e eliminar definições e perfis de VPN</string> <string name="permdesc_mdmWifi">Criar, modificar e eliminar perfis de Wi-Fi.</string> <string name="permdesc_modifyAudioSettings">Permite que a aplicação modifique definições de áudio globais, tais como o volume e qual o altifalante utilizado para a saída de som.</string> <string name="permdesc_modifyNetworkAccounting">Permite que a aplicação modifique o modo como a utilização da rede é contabilizada em relação a aplicações. Nunca é necessário para aplicações normais.</string> <string name="permdesc_mountUnmountEncryptfsStorage">Ligar e desligar APIs de armazenamento encriptado.</string> <string name="permdesc_mount_format_filesystems">Permite à aplicação formatar armazenamento amovível.</string> <string name="permdesc_mount_unmount_filesystems">Permite à aplicação instalar e desinstalar sistemas de ficheiros de armazenamento amovível.</string> <string name="permdesc_nfc">Permite que a aplicação comunique com etiquetas, cartões e leitores Near Field Communication (NFC).</string> <string name="permdesc_persistentActivity">Permite que a aplicação torne partes de si mesma persistentes na memória. Isto pode limitar a disponibilidade da memória para outras aplicações, tornando o telemóvel mais lento.</string> <string name="permdesc_processOutgoingCalls">Permite que a aplicação veja o número que é marcado durante uma chamada efetuada, com a opção de redirecionar a chamada para um número diferente ou terminar a chamada.</string> <string name="permdesc_readCalendar">Esta aplicação pode ler todos os eventos do calendário armazenados no seu telemóvel e partilhar ou guardar os dados do calendário.</string> <string name="permdesc_readCallLog">Esta aplicação pode ler o seu histórico de chamadas.</string> <string name="permdesc_readCellBroadcasts">Permite que a aplicação leia mensagens de transmissão celular recebidas pelo seu dispositivo. Os alertas de transmissão celular são fornecidos em algumas localizações para avisá-lo sobre situações de emergência. As aplicações maliciosas podem interferir com o desempenho ou funcionamento do seu dispositivo quando for recebida uma transmissão celular de emergência.</string> <string name="permdesc_readContacts">Permite que a aplicação leia dados acerca de contactos guardados no telemóvel, incluindo a frequência com que telefonou, enviou emails ou comunicou através de outras formas com determinadas pessoas. Esta autorização permite que a aplicação guarde dados de contactos e as aplicações maliciosas podem partilhar dados de contactos sem o seu conhecimento.</string> <string name="permdesc_readHistoryBookmarks">Permite que a aplicação leia o histórico de todos os URLs visitados pelo Navegador e todos os marcadores do Navegador. Nota: esta autorização pode não ser aplicada por navegadores de terceiros ou outras aplicações com capacidades de navegação na Web.</string> <string name="permdesc_readInstallSessions">Permite que uma aplicação leia sessões de instalação. Isto permite que veja detalhes acerca de instalações de pacotes ativas.</string> <string name="permdesc_readNetworkUsageHistory">Permite que a aplicação leia utilização histórica da rede para redes e aplicações específicas.</string> <string name="permdesc_readPhoneNumbers">Permite à aplicação aceder aos números de telefone do dispositivo.</string> <string name="permdesc_readPhoneState">Permite que a aplicação aceda às funcionalidades de telefone do dispositivo. Esta autorização permite que a aplicação determine o número de telefone e IDs do dispositivo, se alguma chamada está ativa e qual o número remoto ligado por uma chamada.</string> <string name="permdesc_readSms">Esta aplicação pode ler todas as mensagens SMS (de texto) armazenadas no seu telemóvel.</string> <string name="permdesc_readSyncSettings">Permite que a aplicação leia as definições de sincronização de uma conta. Por exemplo, pode determinar se a aplicação Pessoas está sincronizada com uma conta.</string> <string name="permdesc_readSyncStats">Permite que uma aplicação leia o estado de sincronização de uma conta, incluindo o histórico de eventos de sincronização e a quantidade de dados sincronizados.</string> <string name="permdesc_receiveBootCompleted">Permite que uma aplicação se inicie automaticamente assim que tiver terminado o arranque do sistema. Isto pode atrasar o arranque do telemóvel e permitir à aplicação abrandar todo o funcionamento do telemóvel, uma vez que está em constante execução.</string> <string name="permdesc_receiveMms">Permite que a aplicação receba e processe mensagens MMS. Isto significa que a aplicação poderá monitorizar ou eliminar mensagens enviadas para o seu dispositivo sem as apresentar.</string> <string name="permdesc_receiveSms">Permite que a aplicação receba e processe mensagens SMS. Isto significa que a aplicação poderá monitorizar ou eliminar mensagens enviadas para o seu dispositivo sem as apresentar.</string> <string name="permdesc_receiveWapPush">Permite que a aplicação receba e processe mensagens WAP. Esta autorização inclui a capacidade de monitorizar ou eliminar mensagens enviadas para si sem as apresentar.</string> <string name="permdesc_recordAudio">Esta aplicação pode gravar áudio através do microfone a qualquer momento.</string> <string name="permdesc_register_call_provider">Permite que a aplicação registe novas ligações de telecomunicação.</string> <string name="permdesc_register_sim_subscription">Permite que a aplicação registe novas ligações SIM de telecomunicações.</string> <string name="permdesc_removeDrmCertificates">Permite que uma aplicação remova certificados DRM. Nunca deverá ser necessário para aplicações normais.</string> <string name="permdesc_reorderTasks">Permite que a aplicação mova tarefas para primeiro e segundo plano. A aplicação poderá fazê-lo sem qualquer entrada do utilizador.</string> <string name="permdesc_requestDeletePackages">Permite que uma aplicação solicite a eliminação de pacotes.</string> <string name="permdesc_requestIgnoreBatteryOptimizations">Permite que uma aplicação solicite autorização para ignorar as otimizações da bateria para a mesma.</string> <string name="permdesc_requestInstallPackages">Permite que uma aplicação solicite a instalação de pacotes.</string> <string name="permdesc_route_media_output">Permite que a aplicação encaminhe a saída de som multimédia para outros dispositivos externos.</string> <string name="permdesc_runInBackground">Esta aplicação pode ser executada em segundo plano, o que pode descarregar a bateria mais rapidamente.</string> <string name="permdesc_sdcardRead">Permite a uma aplicação obter informações sobre o cartão SD.</string> <string name="permdesc_sdcardWrite">Permite a uma aplicação escrever no cartão SD.</string> <string name="permdesc_sendSms">Permite que a aplicação envie mensagens SMS. Isto pode resultar em custos inesperados. As aplicações maliciosas podem fazer com que incorra em custos, enviando mensagens sem a sua confirmação.</string> <string name="permdesc_sendSmsNoConfirmation">Permite à aplicação enviar mensagens SMS. Isto pode causar custos inesperados. As aplicações maliciosas podem fazê-lo gastar dinheiro enviando mensagens sem a sua confirmação.</string> <string name="permdesc_setAlarm">Permite que a aplicação defina um alarme numa aplicação de despertador instalada. Algumas aplicações de despertador podem não integrar esta funcionalidade.</string> <string name="permdesc_setInputCalibration">Permite à aplicação modificar os parâmetros de calibragem do ecrã tátil. Esta funcionalidade nunca deverá ser necessária para aplicações normais.</string> <string name="permdesc_setTimeZone">Permite que a aplicação altere o fuso horário do telemóvel.</string> <string name="permdesc_setWallpaper">Permite à aplicação definir a imagem de fundo do sistema.</string> <string name="permdesc_setWallpaperHints">Permite que a aplicação defina as sugestões de tamanho da imagem de fundo do sistema.</string> <string name="permdesc_sim_communication">Permite que a aplicação envie comandos para o SIM. Esta ação é muito perigosa.</string> <string name="permdesc_spdControl">Gerir as definições das actualizações automáticas de política de segurança.</string> <string name="permdesc_statusBar">Permite à aplicação desativar a barra de estado ou adicionar e remover ícones do sistema.</string> <string name="permdesc_statusBarService">Permite que a aplicação seja apresentada na barra de estado.</string> <string name="permdesc_subscribedFeedsRead">Permite à aplicação obter detalhes acerca dos feeds atualmente sincronizados.</string> <string name="permdesc_systemAlertWindow">Esta aplicação pode aparecer por cima de outras aplicações ou de outras partes do ecrã. Tal pode interferir com a utilização normal das aplicações e alterar a forma como as outras aplicações aparecem.</string> <string name="permdesc_systemTerminal">Esta aplicação é um terminal de sistema OMAPI.</string> <string name="permdesc_transaction_event">Permite à aplicação receber eventos de transacção NFC, como, por exemplo, durante o processo de pagamento.</string> <string name="permdesc_transmitIr">Permite que a aplicação utilize o transmissor de infravermelhos do telemóvel.</string> <string name="permdesc_ucsPlugin">Trabalhar com plug-ins de armazenamento de credenciais de terceiros.</string> <string name="permdesc_uninstall_shortcut">Permite que a aplicação remova atalhos do Ecrã principal sem a intervenção do utilizador.</string> <string name="permdesc_useDataInBackground">Esta aplicação pode utilizar dados em segundo plano, o que pode aumentar a utilização de dados.</string> <string name="permdesc_useFingerprint">Permite que a aplicação utilize o hardware de impressão digital para autenticação</string> <string name="permdesc_use_sip">Permite que a aplicação efetue e receba chamadas SIP.</string> <string name="permdesc_vibrate">Permite à aplicação controlar o vibrador.</string> <string name="permdesc_wakeLock">Permite que a aplicação impeça o telemóvel de entrar em inatividade.</string> <string name="permdesc_writeCalendar">Esta aplicação pode adicionar, remover ou alterar eventos do calendário no seu telemóvel. Esta aplicação pode enviar mensagens que parecem vir de proprietários do calendário ou alterar eventos sem notificar os respetivos proprietários.</string> <string name="permdesc_writeCallLog">Permite à aplicação modificar o registo de chamadas do telemóvel, incluindo os dados sobre as chamadas recebidas e efetuadas. As aplicações maliciosas podem utilizar esta funcionalidade para apagar ou modificar o seu registo de chamadas.</string> <string name="permdesc_writeContacts">Permite que a aplicação modifique dados acerca dos contactos guardados no telemóvel, incluindo a frequência com que telefonou, enviou emails ou comunicou através de outras formas com determinadas pessoas. Esta autorização permite que as aplicações eliminem dados de contactos.</string> <string name="permdesc_writeGeolocationPermissions">Permite que a aplicação modifique as permissões de geolocalização do navegador. As aplicações maliciosas podem usar isto para permitir o envio de informações de localização para Web sites arbitrárias.</string> <string name="permdesc_writeHistoryBookmarks">Permite que a aplicação modifique o histórico do Navegador ou marcadores guardados no telemóvel. Isto pode permitir que a aplicação apague ou modifique dados do Navegador. Nota: esta autorização pode não ser aplicada por navegadores de terceiros ou outras aplicações com capacidades de navegação na Web.</string> <string name="permdesc_writeSettings">Permite à aplicação modificar os dados das definições do sistema. As aplicações maliciosas podem corromper a configuração do seu sistema.</string> <string name="permdesc_writeSyncSettings">Permite que uma aplicação modifique as definições de sincronização de uma conta. Por exemplo, pode ser utilizada para ativar a sincronização da aplicação Pessoas com uma conta.</string> <string name="permgroupdesc_calendar">aceder ao calendário</string> <string name="permgroupdesc_camera">tirar fotografias e gravar vídeos</string> <string name="permgroupdesc_contacts">aceder aos contactos</string> <string name="permgroupdesc_location">aceder à localização do seu dispositivo</string> <string name="permgroupdesc_microphone">gravar áudio</string> <string name="permgroupdesc_phone">fazer e gerir chamadas</string> <string name="permgroupdesc_sensors">aceder a dados do sensor acerca dos seus sinais vitais</string> <string name="permgroupdesc_sms">enviar e ver mensagens SMS</string> <string name="permgroupdesc_storage">aceda a fotos, multimédia e ficheiros no dispositivo</string> <string name="permgrouplab_calendar">Calendário</string> <string name="permgrouplab_camera">Câmara</string> <string name="permgrouplab_contacts">Contactos</string> <string name="permgrouplab_location">Localização</string> <string name="permgrouplab_mdm">Gestão disp. móveis</string> <string name="permgrouplab_microphone">Microfone</string> <string name="permgrouplab_phone">Telefone</string> <string name="permgrouplab_sensors">Sensores de corpo</string> <string name="permgrouplab_sms">SMS</string> <string name="permgrouplab_storage">Memória</string> <string name="permission_error_suggest_message">Para utilizar %s, toque em DEFINIÇÕES e autorize as seguintes permissões:</string> <string name="permission_error_suggest_title">Autorizar permissões</string> <string name="permission_info_label_access_coarse_location">Utilizar redes</string> <string name="permission_info_label_access_fine_location">Utilizar satélites GPS</string> <string name="permission_info_label_access_location_extra_commands">Utilizar comandos fornec.</string> <string name="permission_info_label_call_phone">Efectuar chamadas</string> <string name="permission_info_label_camera">Utilizar a câmara</string> <string name="permission_info_label_read_call_log">Ler registos de chamadas</string> <string name="permission_info_label_read_contacts">Ler contactos</string> <string name="permission_info_label_read_sms">Ler mensagens SMS e MMS</string> <string name="permission_info_label_send_mms">Enviar mensagens MMS</string> <string name="permission_info_label_send_sms">Enviar mensagens SMS</string> <string name="permission_info_label_write_call_log">Criar/elimin. regis. chs.</string> <string name="permission_info_label_write_contacts">Criar/eliminar contactos</string> <string name="permission_info_label_write_sms">Criar/eliminar SMS e MMS</string> <string name="permission_request_notification_title">Permissão pedida</string> <string name="permission_request_notification_with_subtitle">"Pedida permissão para conta %s"</string> <string name="permlab_accessCoarseLocation">aceder à localização aproximada (baseada na rede)</string> <string name="permlab_accessDrmCertificates">Aceder a certificados DRM</string> <string name="permlab_accessFineLocation">aceder à localização exata (baseada no GPS e na rede)</string> <string name="permlab_accessImsCallService">aceder ao serviço de chamadas IMS</string> <string name="permlab_accessLocationExtraCommands">aceder a comandos adicionais do fornecedor de localização</string> <string name="permlab_accessNetworkConditions">ouvir observações sobre as condições da rede</string> <string name="permlab_accessNetworkState">ver ligações de rede</string> <string name="permlab_accessNotifications">aceder às notificações</string> <string name="permlab_accessWifiState">ver ligações Wi-Fi</string> <string name="permlab_accessWimaxState">ligar e desligar do WiMAX</string> <string name="permlab_access_notification_policy">aceder a Não incomodar</string> <string name="permlab_addVoicemail">adicionar correio de voz</string> <string name="permlab_answerPhoneCalls">atender chamadas telefónicas</string> <string name="permlab_bindCarrierMessagingService">ligar ao serviço de mensagens de um operador</string> <string name="permlab_bindCarrierServices">vincular a serviços do operador</string> <string name="permlab_bindConditionProviderService">vincular a um serviço de fornecedor de condição</string> <string name="permlab_bindDreamService">vincular-se a um serviço de sonho</string> <string name="permlab_bindNotificationListenerService">vincular a um serviço de escuta de notificações</string> <string name="permlab_bindTerminal">Vincular a terminais de sistema OMAPI</string> <string name="permlab_bind_connection_service">Interagir com serviços telefónicos</string> <string name="permlab_bind_incall_service">interagir com o ecrã durante uma chamada</string> <string name="permlab_bluetooth">sincronizar com dispositivos Bluetooth</string> <string name="permlab_bluetoothAdmin">aceder às definições de Bluetooth</string> <string name="permlab_bodySensors">aceder a sensores corporais (como monitores do ritmo cardíaco)</string> <string name="permlab_broadcastSticky">enviar difusão fixa</string> <string name="permlab_callPhone">marcar números de telefone diretamente</string> <string name="permlab_camera">tirar fotografias e vídeos</string> <string name="permlab_changeNetworkState">mudar conectividade de rede</string> <string name="permlab_changeTetherState">alterar conectividade associada</string> <string name="permlab_changeWifiMulticastState">permitir recepção Multicast Wi-Fi</string> <string name="permlab_changeWifiState">ligar e desligar de redes Wi-Fi</string> <string name="permlab_changeWimaxState">alterar estado do WiMAX</string> <string name="permlab_connection_manager">gerir ligações de telecomunicação</string> <string name="permlab_control_incall_experience">proporcionar uma experiência de utilizador em chamada</string> <string name="permlab_createNetworkSockets">ter acesso total à rede</string> <string name="permlab_custom_rubense_features">Activar funções de tecla aplic recentes</string> <string name="permlab_disableKeyguard">desativar o bloqueio do ecrã</string> <string name="permlab_enableCarMode">ativar modo de carro</string> <string name="permlab_enterpriseBilling">Gerir Facturação da empresa</string> <string name="permlab_enterpriseContainer">Configurar definições de serviço de contentor de empresa</string> <string name="permlab_expandStatusBar">expandir/fechar barra de estado</string> <string name="permlab_getAccounts">procurar contas no dispositivo</string> <string name="permlab_getPackageSize">medir espaço de armazenamento da aplicação</string> <string name="permlab_getTasks">obter aplicações em execução</string> <string name="permlab_handoverStatus">receber estado de transferência do Android Beam</string> <string name="permlab_install_shortcut">instalar atalhos</string> <string name="permlab_invokeCarrierSetup">invocar a aplicação de configuração fornecida pela operadora</string> <string name="permlab_killBackgroundProcesses">fechar outras aplicações</string> <string name="permlab_knoxContainerVpn">Gerir Knox Workspace VPNs</string> <string name="permlab_knoxCustomProKioskMode">Gerir personalização no modo ProKiosk</string> <string name="permlab_knoxCustomSealedMode">Gerir personalização do Sealed mode</string> <string name="permlab_knoxCustomSetting">Gerir definições do dispositivo</string> <string name="permlab_knoxCustomSystem">Gerir definições de sistema</string> <string name="permlab_knoxGenericVpn">Gerir Knox VPNs</string> <string name="permlab_knoxNetworkTrafficAgent">Controlar tráfego de rede</string> <string name="permlab_manageFingerprint">gerir o hardware de impressão digital</string> <string name="permlab_manageNetworkPolicy">gerir a política de rede</string> <string name="permlab_manageOwnCalls">encaminhar chamadas através do sistema</string> <string name="permlab_manageProfileAndDeviceOwners">gerir proprietários de perfis e de dispositivos</string> <string name="permlab_mdmAnalytics">Recolh. dados dispos. p/ análise</string> <string name="permlab_mdmApnSettings">Configurar definições de rede</string> <string name="permlab_mdmApplicationBackup">Gerir dados da aplicação</string> <string name="permlab_mdmApplications">Gerir aplicações</string> <string name="permlab_mdmApplicationsPerm">Gerir permissões de aplicação</string> <string name="permlab_mdmAuditLog">Auditar o dispositivo</string> <string name="permlab_mdmBluetooth">Gerir políticas do Bluetooth</string> <string name="permlab_mdmBluetoothSecureMode">Gerir Bluetooth</string> <string name="permlab_mdmBrowserProxy">Definir restrições de proxy do browser</string> <string name="permlab_mdmBrowserSettings">Definir restrições do browser</string> <string name="permlab_mdmCalling">Gerir políticas de chamada</string> <string name="permlab_mdmCcm">Gestor de Certificados de Cliente</string> <string name="permlab_mdmCertProvisioning">Instalar e eliminar certificados ou permitir que outra aplicação o faça</string> <string name="permlab_mdmCertificate">Gerir certificados</string> <string name="permlab_mdmClipboard">Gerir área de transferência</string> <string name="permlab_mdmDLP">Configurar definições do Enterprise DLP no modo Knox</string> <string name="permlab_mdmDateTime">Definir definições de data e hora</string> <string name="permlab_mdmDeActivateLicense">Desactivar licença Knox</string> <string name="permlab_mdmDeviceInventory">Monitorizar inventário do dispositivo</string> <string name="permlab_mdmDex">Permitir que o administrador controle políticas para Samsung DeX.</string> <string name="permlab_mdmDualSim">Configurar política de dispositivos de cartão SIM duplo</string> <string name="permlab_mdmELMLog">Recolher dados de utilização de API</string> <string name="permlab_mdmEmailAccount">Configurar contas de e-mail</string> <string name="permlab_mdmEnterpriseAdmin">Administrador do dispositivo</string> <string name="permlab_mdmEnterpriseContainer">Configurar Knox Workspace</string> <string name="permlab_mdmEnterpriseISL">Políticas de serviço de integridade</string> <string name="permlab_mdmEnterpriseSSO">Configurar definições SSO de empresa no modo Knox</string> <string name="permlab_mdmEnterpriseVpn">Gerir VPNs específicas de representantes</string> <string name="permlab_mdmEnterpriseVpnSolution">Permite à aplicação comunicar com os serviços de solução VPN empresariais (que comunicam com representantes de VPN de terceiros).</string> <string name="permlab_mdmExchangeAccount">Configurar conta Exchange</string> <string name="permlab_mdmFirewall">Definir firewall do dispositivo</string> <string name="permlab_mdmGeofencing">Definir restrições baseadas na localização</string> <string name="permlab_mdmGlobalProxy">Definições de proxy global</string> <string name="permlab_mdmHWControl">Definir restrições de hardware</string> <string name="permlab_mdmKeystore">KeyStore de hardware</string> <string name="permlab_mdmKioskMode">Activar Modo de quiosque</string> <string name="permlab_mdmKnoxActivateDevicePermissions">Permitir adm. autorize/recuse permissões</string> <string name="permlab_mdmKnoxAttestation">Verificar integridade do dispositivo</string> <string name="permlab_mdmKnoxRCPSync">Definir restrições de partilha de dados no Knox Workspace</string> <string name="permlab_mdmKnoxRestrictionPermission">Definir restrições do Knox Workspace</string> <string name="permlab_mdmLDAPSettings">Gerir contas LDAP</string> <string name="permlab_mdmLSO">Personalizar bloqueio de ecrã</string> <string name="permlab_mdmLocation">Gerir serviços de localização</string> <string name="permlab_mdmMultiUser">Gerir múltiplos utilizadores de dispositivo</string> <string name="permlab_mdmPhoneRestriction">Definir restrições do telefone</string> <string name="permlab_mdmProvider">Acesso a fornecedores de conteúdos MDM</string> <string name="permlab_mdmRefreshUI">Actualizar certificados de segurança</string> <string name="permlab_mdmRemoteControlSettings">Controlar remotamente o dispositivo</string> <string name="permlab_mdmRestriction">Restringir serviços de software</string> <string name="permlab_mdmRoaming">Gerir políticas de roaming</string> <string name="permlab_mdmSDP">SDP (Sensitive Data Protection)</string> <string name="permlab_mdmSEAndroid">Permitir que o administrador configure o SEAndroid</string> <string name="permlab_mdmSSO">Configurar definições SSO de empresa</string> <string name="permlab_mdmScep">Protocolos de pedidos de registo</string> <string name="permlab_mdmSeamsPermission">Utilizar segurança SE for Android</string> <string name="permlab_mdmSeamsSepolicyPermission">Aceder às APIs SEAMS de política SE</string> <string name="permlab_mdmSecurity">Definir segurança do dispositivo</string> <string name="permlab_mdmSetProxyCredential">Definir Credencial de proxy da empresa</string> <string name="permlab_mdmSmartCardPolicy">Definir Permissões de cartão inteligente</string> <string name="permlab_mdmUcsmEse">Gestão de Credenciais Universais para Armazenamento eSE</string> <string name="permlab_mdmUcsmOther">Gestão de Credenciais Universais para armazenamento de terceiros</string> <string name="permlab_mdmVpn">Configurar VPNs</string> <string name="permlab_mdmWifi">Configurar e gerir perfis de Wi-Fi</string> <string name="permlab_modifyAudioSettings">alterar as suas definições de áudio</string> <string name="permlab_modifyNetworkAccounting">modificar contabilização da utilização da rede</string> <string name="permlab_mount_format_filesystems">apagar Cartão SD</string> <string name="permlab_mount_unmount_filesystems">aceder ao sistema de ficheiros do Cartão SD</string> <string name="permlab_nfc">controlo Near Field Communication</string> <string name="permlab_persistentActivity">fazer com que a aplicação seja sempre executada</string> <string name="permlab_processOutgoingCalls">redirecionar as chamadas efetuadas</string> <string name="permlab_readCalendar">Ler detalhes e eventos do calendário</string> <string name="permlab_readCallLog">ler registo de chamadas</string> <string name="permlab_readCellBroadcasts">ler mensagens de transmissão celular</string> <string name="permlab_readContacts">ler os contactos</string> <string name="permlab_readHistoryBookmarks">ler os marcadores da Web e o histórico</string> <string name="permlab_readInstallSessions">ler sessões de instalação</string> <string name="permlab_readNetworkUsageHistory">ler utilização histórica da rede</string> <string name="permlab_readPhoneNumbers">ler os números de telefone</string> <string name="permlab_readPhoneState">ler o estado e a identidade do telemóvel</string> <string name="permlab_readSms">ler as mensagens de texto (SMS ou MMS)</string> <string name="permlab_readSyncSettings">ler definições de sincronização</string> <string name="permlab_readSyncStats">ler estatísticas de sincronização</string> <string name="permlab_receiveBootCompleted">executar no arranque</string> <string name="permlab_receiveMms">receber mensagens de texto (MMS)</string> <string name="permlab_receiveSms">receber mensagens de texto (SMS)</string> <string name="permlab_receiveWapPush">receber mensagens de texto (WAP)</string> <string name="permlab_recordAudio">gravar áudio</string> <string name="permlab_register_call_provider">registar novas ligações de telecomunicações</string> <string name="permlab_register_sim_subscription">registar novas ligações SIM de telecomunicações</string> <string name="permlab_removeDrmCertificates">remover certificados DRM</string> <string name="permlab_reorderTasks">reordenar as aplicações em execução</string> <string name="permlab_requestDeletePackages">solicitar eliminação de pacotes</string> <string name="permlab_requestIgnoreBatteryOptimizations">pedir para ignorar as otimizações da bateria</string> <string name="permlab_requestInstallPackages">solicitar pacotes de instalação</string> <string name="permlab_route_media_output">encaminhar saída de som multimédia</string> <string name="permlab_runInBackground">executar em segundo plano</string> <string name="permlab_sdcardRead">ler os conteúdos do cartão SD</string> <string name="permlab_sdcardWrite">Modificar ou eliminar conteúdos do cartão SD.</string> <string name="permlab_sendSms">enviar e ver mensagens SMS</string> <string name="permlab_sendSmsNoConfirmation">Enviar mensagens SMS sem confirmação</string> <string name="permlab_setAlarm">definir um alarme</string> <string name="permlab_setInputCalibration">alterar a calibragem de entrada do dispositivo</string> <string name="permlab_setTimeZone">definir fuso horário</string> <string name="permlab_setWallpaper">definir imagem de fundo</string> <string name="permlab_setWallpaperHints">ajustar o tamanho da imagem de fundo</string> <string name="permlab_sim_communication">enviar comandos para o SIM</string> <string name="permlab_spdControl">Gerir actualizações de política de segurança</string> <string name="permlab_statusBar">desativar ou modificar barra de estado</string> <string name="permlab_statusBarService">ser apresentada na barra de estado</string> <string name="permlab_subscribedFeedsRead">ler feeds subscritos</string> <string name="permlab_systemAlertWindow">Esta aplicação pode aparecer por cima de outras aplicações</string> <string name="permlab_systemTerminal">Terminal de sistema OMAPI</string> <string name="permlab_transaction_event">Receber eventos de transacção NFC</string> <string name="permlab_transmitIr">transmitir infravermelhos</string> <string name="permlab_ucsPlugin">Plug-in da Gestão de Credenciais Universais</string> <string name="permlab_uninstall_shortcut">desinstalar atalhos</string> <string name="permlab_useDataInBackground">utilizar dados em segundo plano</string> <string name="permlab_useFingerprint">Usar hardware impressão digital</string> <string name="permlab_use_sip">efetuar/receber chamadas SIP</string> <string name="permlab_vibrate">controlar vibração</string> <string name="permlab_wakeLock">impedir modo de inactividade do telefone</string> <string name="permlab_writeCalendar">adicionar ou modificar eventos do calendário e enviar e-mail a convidados sem o conhecimento dos proprietários</string> <string name="permlab_writeCallLog">escrever registo de chamadas</string> <string name="permlab_writeContacts">modificar os contactos</string> <string name="permlab_writeGeolocationPermissions">modificar permissões de geolocalização do Navegador</string> <string name="permlab_writeHistoryBookmarks">gravar marcadores da Web e o histórico</string> <string name="permlab_writeSettings">modificar as definições do sistema</string> <string name="permlab_writeSyncSettings">ativar e desativar a sincronização</string> <string name="perms_description_app">Fornecido por %1$s.</string> <string name="perms_new_perm_prefix"><font fgcolor="#ff33b5e5" size="12">NOVA: </font></string> <string name="petabyteShort">PB</string> <string name="phoneTypeAssistant">Assistente</string> <string name="phoneTypeCallback">Chamada de retorno</string> <string name="phoneTypeCar">Automóvel</string> <string name="phoneTypeCompanyMain">Principal da empresa</string> <string name="phoneTypeConference">Conferência</string> <string name="phoneTypeCustom">Personalizar</string> <string name="phoneTypeFaxHome">Fax de casa</string> <string name="phoneTypeFaxWork">Fax do trabalho</string> <string name="phoneTypeHome">Casa</string> <string name="phoneTypeIsdn">ISDN</string> <string name="phoneTypeMain">Principal</string> <string name="phoneTypeMms">MMS</string> <string name="phoneTypeMobile">Telemóvel</string> <string name="phoneTypeOther">Outro</string> <string name="phoneTypeOtherFax">Outro fax</string> <string name="phoneTypePager">Pager</string> <string name="phoneTypeRadio">Rádio</string> <string name="phoneTypeTelex">Telex</string> <string name="phoneTypeTtyTdd">TTY TDD</string> <string name="phoneTypeWork">Empresa</string> <string name="phoneTypeWorkMobile">Telemóvel do trabalho</string> <string name="phoneTypeWorkPager">Pager do trabalho</string> <string name="pin_target">Fixar</string> <string name="policydesc_allow_bluetoothmode">Impedir a utilização de Bluetooth</string> <string name="policydesc_allow_browser">Impedir a utilização da Internet</string> <string name="policydesc_allow_camera">Impedir a utilização da câmara</string> <string name="policydesc_allow_desktopsync">Impedir a utilização da sincronização do ambiente de trabalho</string> <string name="policydesc_allow_internetsharing">Impedir a utilização da partilha da Internet</string> <string name="policydesc_allow_irda">Impedir a utilização de IrDA</string> <string name="policydesc_allow_popimapemail">Impedir a utilização de todos os e-mails POP e IMAP no dispositivo</string> <string name="policydesc_allow_storagecard">Impedir a utilização do cartão SD</string> <string name="policydesc_allow_textmessaging">Impedir a utilização de mensagens SMS/MMS</string> <string name="policydesc_allow_thirdParty">Esta aplicação pode impedir a execução de aplicações de terceiros.</string> <string name="policydesc_allow_wifi">Impedir a utilização de Wi-Fi</string> <string name="policydesc_block_inRom">Esta aplicação pode impedir a execução de aplicações nativas.</string> <string name="policydesc_disableCamera">Impedir a utilização de todas as câmaras do dispositivo.</string> <string name="policydesc_disableKeyguardFeatures">Impedir a utilização de algumas funções quando o ecrã está bloqueado.</string> <string name="policydesc_encryptedStorage">Pedir que os dados de aplicação guardados sejam encriptados.</string> <string name="policydesc_expirePassword">Controlar a frequência com que a palavra-passe de desbloqueio do ecrã tem de ser alterada.</string> <string name="policydesc_forceLock">Controlar como e quando o ecrã bloqueia</string> <string name="policydesc_limitPassword">Controlar o comprimento e as restrições dos caracteres da palavras-passe de desbloqueio do ecrã</string> <string name="policydesc_recoverPassword">Permitir palavra-passe necessária para desbloquear o dispositivo para ser recuperado</string> <string name="policydesc_require_storagecard_encryption">Exigir que a aplicação do cartão SD seja encriptada</string> <string name="policydesc_resetPassword">Alterar palavra-passe de desbloqueio do ecrã</string> <string name="policydesc_setGlobalProxy">Definir o proxy global do dispositivo a ser utilizado enquanto a política estiver activada. Apenas o primeiro administrador do dispositivo define o proxy global efectivo.</string> <string name="policydesc_unsigned_app">Esta aplicação pode impedir a execução de aplicações de origens desconhecidas.</string> <string name="policydesc_unsigned_pkg">Esta aplicação pode impedir a instalação de aplicações de origens desconhecidas.</string> <string name="policydesc_watchLogin">Monitorizar o número de palavras-passe incorretas introduzidas ao desbloquear o ecrã e bloquear o telemóvel ou apagar todos os dados do telemóvel caso tenham sido introduzidas demasiadas palavras-passe.</string> <string name="policydesc_watchLogin_secondaryUser">Monitorizar o número de palavras-passe incorretas introduzidas ao desbloquear o ecrã e bloquear o telemóvel ou apagar todos os dados deste utilizador se forem introduzidas demasiadas palavras-passe incorretas.</string> <string name="policydesc_wipeData">Apagar dados do telefone sem aviso, executando a reposição dos dados de fábrica.</string> <string name="policydesc_wipeData_secondaryUser">Apagar os dados deste utilizador neste telemóvel sem aviso.</string> <string name="policylab_allow_bluetoothmode">Desactivar Bluetooth</string> <string name="policylab_allow_browser">Desactivar a Internet</string> <string name="policylab_allow_camera">Desactivar câmaras</string> <string name="policylab_allow_desktopsync">Desactivar a sincronização do ambiente de trabalho</string> <string name="policylab_allow_internetsharing">Desactivar a partilha de Internet</string> <string name="policylab_allow_irda">Desactivar IrDA</string> <string name="policylab_allow_popimapemail">Desactivar e-mails POP e IMAP</string> <string name="policylab_allow_storagecard">Desactivar cartão SD</string> <string name="policylab_allow_textmessaging">Desactivar mensagens SMS/MMS</string> <string name="policylab_allow_thirdParty">Desactivar aplicações de terceiros</string> <string name="policylab_allow_wifi">Desactivar Wi-Fi</string> <string name="policylab_block_inRom">Desactivar aplicações nativas</string> <string name="policylab_disableCamera">Desactivar câmaras</string> <string name="policylab_disableKeyguardFeatures">Desactivar funções no ecrã bloqueado</string> <string name="policylab_encryptedStorage">Definir a encriptação do armazenamento</string> <string name="policylab_expirePassword">Definir expiração da palavra-passe de desbloqueio</string> <string name="policylab_forceLock">Bloquear o ecrã</string> <string name="policylab_limitPassword">Definir regras de palavra-passe</string> <string name="policylab_recoverPassword">Recuperação de palavra-passe</string> <string name="policylab_require_storagecard_encryption">Definir encriptação do cartão SD</string> <string name="policylab_resetPassword">Alterar palavra-passe de desbloqueio do ecrã</string> <string name="policylab_setGlobalProxy">Definir o proxy global do dispositivo.</string> <string name="policylab_unsigned_app">Desactivar aplicações desconhecidas</string> <string name="policylab_unsigned_pkg">Impedir a instalação de aplicações desconhecidas</string> <string name="policylab_watchLogin">Monitorizar tentativas de desbloqueio do ecrã</string> <string name="policylab_wipeData">Apagar todos os dados</string> <string name="policylab_wipeData_secondaryUser">Apagar os dados do utilizador</string> <string name="popup_notification_title">Notificação</string> <string name="popup_set_manually_button_vzw">Set manually</string> <string name="postalTypeCustom">Personalizar</string> <string name="postalTypeHome">Casa</string> <string name="postalTypeOther">Outro</string> <string name="postalTypeWork">Empresa</string> <string name="power_dialog">Opções de telefone</string> <string name="power_off">Desligar</string> <string name="prepend_shortcut_label">Menu+</string> <string name="preposition_for_date">Na %s</string> <string name="preposition_for_time">no(a) %s</string> <string name="preposition_for_year">Em %s</string> <string name="print_service_installed_message">Toque aqui para activar a função de impressão</string> <string name="print_service_installed_title">Serviço %s instalado</string> <string name="profile_encrypted_detail">Perfil de trabalho bloqueado</string> <string name="profile_encrypted_message">Toque p/ desb. perfil trabalho</string> <string name="progress_erasing">A apagar cartão SD…</string> <string name="progress_erasing_usbhost">A apagar memória de armazenamento USB…</string> <string name="progress_unmounting">A desmontar cartão SD…</string> <string name="progress_unmounting_usbhost">A desmontar memória de armazenamento USB…</string> <string name="pwd_change_enforced">A política de segurança exige que altere a sua palavra-passe.</string> <string name="quick_contacts_not_available">Não foram encontradas aplicações para visualizar este contacto.</string> <string name="reason_service_unavailable">Serviço de impressão não ativado</string> <string name="reason_unknown">Desconhecido</string> <string name="reboot_safemode_confirm">Pretende reiniciar no modo de segurança? Se sim, irá desativar todas as aplicações de terceiros instaladas. Estas serão restauradas quando reiniciar novamente.</string> <string name="reboot_safemode_title">Reiniciar no modo de segurança</string> <string name="reboot_to_reset_message">A reiniciar…</string> <string name="reboot_to_reset_title">Reposição de dados de fábrica</string> <string name="reboot_to_update_package">A processar o pacote de atualização…</string> <string name="reboot_to_update_prepare">A preparar para atualizar…</string> <string name="reboot_to_update_reboot">A reiniciar…</string> <string name="reboot_to_update_title">Atualização do sistema Android</string> <string name="recent_tasks_title">Recente</string> <string name="recognize_fail">Sem correspondência.</string> <string name="redo">Refazer</string> <string name="region_picker_section_all">Todas as regiões</string> <string name="relationTypeAssistant">Assistente</string> <string name="relationTypeBrother">Irmão</string> <string name="relationTypeChild">Criança</string> <string name="relationTypeCustom">Personalizar</string> <string name="relationTypeDomesticPartner">Parceiro domést.</string> <string name="relationTypeFather">Pai</string> <string name="relationTypeFriend">Amigo</string> <string name="relationTypeManager">Gestor</string> <string name="relationTypeMother">Mãe</string> <string name="relationTypeParent">Progenitor</string> <string name="relationTypePartner">Parceiro</string> <string name="relationTypeReferredBy">Referências</string> <string name="relationTypeRelative">Parente</string> <string name="relationTypeSister">Irmã</string> <string name="relationTypeSpouse">Esposa</string> <string name="relative_time">%1$s, %2$s</string> <string name="replace">Substituir...</string> <string name="report">Relatório</string> <string name="requested_service_not_subscribed_tce">Serviço pedido não subscrito</string> <string name="reset">Repor</string> <string name="reset_retail_demo_mode_text">Toque para repor o dispositivo</string> <string name="reset_retail_demo_mode_title">Pretende repor o dispositivo?</string> <string name="resolver_guide_title">Aplicação definida como padrão</string> <string name="restart_confirm">O dispositivo será reiniciado.</string> <string name="restart_confirm_question">Gostaria de reiniciar?</string> <string name="restr_pin_confirm_pin">Confirmar PIN novo</string> <string name="restr_pin_create_pin">Criar um PIN para alterar as definições de restrição.</string> <string name="restr_pin_enter_admin_pin">Introduzir PIN de administrador</string> <string name="restr_pin_enter_new_pin">Novo PIN</string> <string name="restr_pin_enter_old_pin">PIN actual</string> <string name="restr_pin_enter_pin">Introduzir PIN</string> <string name="restr_pin_error_doesnt_match">O novo PIN e a confirmação não correspondem. Tente novamente.</string> <string name="restr_pin_error_too_short">O seu PIN tem de ter pelo menos %d dígitos</string> <string name="restr_pin_incorrect">Introduziu um PIN incorrecto.</string> <string name="restr_pin_try_later">Tentar novamente.</string> <string name="restrict_backgroud_data_kor_lgt_body">Toque aqui para desactivar a função Restringir dados de segundo plano.</string> <string name="restrict_backgroud_data_kor_lgt_title">Restringir dados de segundo plano</string> <string name="restrict_network_toast_data">%1$s não pode utilizar dados móveis. Desbloqueie %2$s e tente novamente.</string> <string name="restrict_network_toast_wifi">%1$s não pode utilizar WLAN. Desbloqueie %2$s e tente novamente.</string> <string name="restriction_Activation_Lock">A política de segurança impede a activação do bloqueio de reactivação.</string> <string name="restriction_AndroidBeam">A política de segurança impede a utilização do Android Beam.</string> <string name="restriction_CC_Mode">A política de segurança impede o CC Mode.</string> <string name="restriction_Fast_Encryption">A política de segurança impede a encriptação rápida.</string> <string name="restriction_Firmware_AutoUpdate">A política de segurança restringe a actualização automática do firmware.</string> <string name="restriction_Headphone">A política de segurança impede a utilização de auscultadores.</string> <string name="restriction_SBeam">A política de segurança impede a utilização do S Beam.</string> <string name="restriction_SDCard_Move">A política de segurança impede a mudança de conteúdos para o cartão SD.</string> <string name="restriction_VPN_allowUserAddProfiles">A política de segurança restringe a criação de perfis VPN.</string> <string name="restriction_VPN_allowUserChangeProfiles">A política de segurança restringe as alterações nos perfis VPN.</string> <string name="restriction_VPN_allowUserSetAlwaysOn">A política de segurança restringe alterações na configuração Sempre ligado.</string> <string name="restriction_admin_activation">A política de segurança impede a activação de administradores de dispositivo.</string> <string name="restriction_admin_installation">A política de segurança impede a instalação de administradores de dispositivo.</string> <string name="restriction_allowWifiDirect">A política de segurança impede as ligações Wi-Fi Direct.</string> <string name="restriction_audio_record">A política de segurança impede a gravação de áudio.</string> <string name="restriction_ccmode_support">Este dispositivo suporta o modo CC.</string> <string name="restriction_developer_mode">A política de segurança impede a alteração das definições do modo Programador.</string> <string name="restriction_msg_already_installed">Já instalado.</string> <string name="restriction_msg_app_installed">Aplicação instalada.</string> <string name="restriction_msg_app_not_installed">Aplicação não instalada.</string> <string name="restriction_msg_check_connection">Verifique a sua ligação à rede e tente novamente.</string> <string name="restriction_msg_download_fail">A transferência falhou devido a erro de rede.</string> <string name="restriction_phone_rcs">A política de segurança impede a utilização do serviços de mensagens RCS.</string> <string name="restriction_video_record">A política de segurança impede a gravação de vídeo.</string> <string name="restricts_use_of_external_sd_card_msg">A política de segurança restringe a utilização do cartão SD.</string> <string name="revoke">Revogar</string> <string name="ringtone_default">Tom de toque padrão</string> <string name="ringtone_default_with_actual">Tom de toque padrão (%s)</string> <string name="ringtone_picker_title">Tons de toque</string> <string name="ringtone_picker_title_alarm">Sons de alarme</string> <string name="ringtone_picker_title_notification">Sons de notificação</string> <string name="ringtone_silent">Silencioso</string> <string name="ringtone_unknown">Tom de toque desconhecido</string> <string name="roamingText0">Indicador de roaming ligado.</string> <string name="roamingText1">Indicador de roaming desligado.</string> <string name="roamingText10">Roaming: serviço parcial</string> <string name="roamingText11">Faixa de roaming activada</string> <string name="roamingText12">Faixa de roaming desactivada</string> <string name="roamingText2">Indicador de roaming a piscar.</string> <string name="roamingText3">Fora de vizinhança.</string> <string name="roamingText4">Fora de edifício.</string> <string name="roamingText5">Roaming: sistema preferido</string> <string name="roamingText6">Roaming: sistema disponível</string> <string name="roamingText7">Roaming: parceiro de aliança</string> <string name="roamingText8">Roaming: parceiro premium</string> <string name="roamingText9">Roaming: serviço completo</string> <string name="roamingTextSearching">A procurar serviço…</string> <string name="safeMode">Modo de segurança</string> <string name="safe_media_volume_warning">A audição com um volume alto durante muito tempo pode causar lesões nos seus ouvidos. Aumentar o volume acima dos níveis seguros?</string> <string name="samsung_back_button_text">Anterior</string> <string name="samsung_close_button_text">Fechar aplicação</string> <string name="samsung_maximize_button_text">Maximizar janela</string> <string name="samsung_minimize_button_text">Minimizar janela</string> <string name="samsung_reduce_button_text">Restaurar tamanho anterior</string> <string name="samsung_rotate_button_text">Rodar</string> <string name="save_password_label">Confirmar</string> <string name="save_password_message">Quer que o browser memorize esta palavra-passe?</string> <string name="save_password_never">Nunca</string> <string name="save_password_notnow">Agora não</string> <string name="save_password_remember">Lembrar</string> <string name="screen_compat_mode_hint">Reative este modo nas Definições do Sistema > Aplicações > Transferidas.</string> <string name="screen_compat_mode_scale">Escala</string> <string name="screen_compat_mode_show">Mos. sempre</string> <string name="screen_curtain_mode_disable_status">%s desligado</string> <string name="screen_curtain_mode_enable_status">%s ligado</string> <string name="screen_curtain_mode_text">Ecrã escuro</string> <string name="screen_lock">Bloqueio de ecrã</string> <string name="screencapture_restrict">A política de segurança impede a utilização de capturas de ecrã.</string> <string name="sdcard_batch_decrypt_noti_content">Desencriptar cartão SD</string> <string name="sdcard_batch_decrypt_noti_title">Desencriptação do cartão SD</string> <string name="sdcard_batch_decrypt_popup_content">O cartão SD encriptado tem de ser desencriptado antes da utilização. A desencriptação pode levar uma hora ou mais. Comece com uma bateria carregada e mantenha o dispositivo ligado até a desencriptação estar concluída. A interrupção do processo de desencriptação pode causar a perda de alguns ou de todos os dados.</string> <string name="sdcard_decrypt_err_notification">Ocorreu um erro de desencriptação do cartão SD.</string> <string name="sdcard_decrypt_notification">Cartão SD desencriptado.</string> <string name="sdcard_decrypt_title_notification">Desencriptação do cartão SD</string> <string name="sdcard_decrypt_title_ongoing_second_storage">A desencriptar cartão SD…</string> <string name="sdcard_encrypt_err_notification">Ocorreu um erro de encriptação do cartão SD.</string> <string name="sdcard_encrypt_notification">Cartão SD encriptado.</string> <string name="sdcard_encrypt_title_notification">Encriptação do cartão SD</string> <string name="sdcard_encrypt_title_ongoing_second_storage">A encriptar cartão SD…</string> <string name="sdcard_unmount_policy_noti_content">Toque para instalar o cartão SD.</string> <string name="sdcard_unmount_policy_noti_title">Cartão SD desinstalado devido a política de TI.</string> <string name="search_hint">Pesquisar...</string> <string name="search_language_hint">Intr. nome do idioma</string> <string name="searchview_description_clear">Limpar consulta</string> <string name="searchview_description_query">Consulta de procura</string> <string name="searchview_description_search">Pesquisar</string> <string name="searchview_description_submit">Submeter consulta</string> <string name="searchview_description_voice">Procura de voz</string> <string name="sec_immersive_cling_guide_text_additional_land270">Independentemente da forma como segurar no seu telefone, os botões estarão sempre localizados junto à porta de carregamento. Quando o telefone estiver rodado para a direita, deslize para a direita a partir do bordo do ecrã, conforme indicado pela seta.</string> <string name="sec_immersive_cling_guide_text_additional_land90">Independentemente da forma como segurar no seu telefone, os botões estarão sempre localizados junto à porta de carregamento. Quando o telefone estiver rodado para a esquerda, deslize para a esquerda a partir do bordo do ecrã, conforme indicado pela seta.</string> <string name="sec_immersive_cling_guide_text_additional_port">Independentemente da forma como segurar no seu telefone, os botões estarão sempre localizados junto à porta de carregamento. Quando utilizar o telefone na orientação de retrato, deslize para cima a partir da parte inferior do ecrã, conforme indicado pela seta.</string> <string name="sec_immersive_cling_guide_text_additional_tablet">Para fazer reaparecer os botões, deslize para cima a partir da parte inferior do ecrã conforme ilustrado pela seta.</string> <string name="sec_immersive_cling_guide_text_step_one">Está a utilizar o modo de ecrã inteiro. Os Botões principal, de retrocesso e de aplicações recentes estão ocultados, para minimizar as distracções visuais e impedir que saia da aplicação acidentalmente.</string> <string name="sec_immersive_cling_guide_text_step_two">Pode utilizar o Botão principal mesmo quando estiver oculto. Para aceder ao Ecrã principal, prima a área do ecrã onde aparece geralmente o Botão principal.</string> <string name="sec_immersive_cling_ok">OK</string> <string name="sec_next_button_label">Seguinte</string> <string name="second">seg.</string> <string name="seconds">seg.</string> <string name="secure_folder">Pasta Segura</string> <string name="securekeypad_restrict">A política de segurança impede a alteração das definições do teclado.</string> <string name="security_policy_prevent_quickconnect">A política de segurança impede a utilização de Ligação rápida.</string> <string name="security_policy_summary">Políticas de encriptação recebidas do administrador remoto.</string> <string name="security_policy_title">Políticas de segurança</string> <string name="select_character">Inserir carácter.</string> <string name="select_day">Seleccione mês e dia.</string> <string name="select_external_keyboard_type_notification_message">Toque aqui para seleccionar o tipo de teclado externo que está a utilizar.</string> <string name="select_external_keyboard_type_notification_title">Seleccionar tipo teclado externo</string> <string name="select_hours">Seleccione horas.</string> <string name="select_input_method">Seleccionar teclado</string> <string name="select_input_method_on_screen_keyboard_off">Toque aqui para utilizar o teclado virtual.</string> <string name="select_keyboard_layout_notification_message">Toque para selecionar o idioma e o esquema</string> <string name="select_keyboard_layout_notification_title">Configurar teclado físico</string> <string name="select_minutes">Seleccione minutos.</string> <string name="select_physical_keyboard_type_notification_message">Toque aqui para seleccionar um idioma e um esquema.</string> <string name="select_physical_keyboard_type_notification_title">Definições do teclado físico</string> <string name="select_year">Seleccione ano.</string> <string name="sem_color_picker_brightness">Brilho</string> <string name="sem_color_picker_color_five">Cor cinco</string> <string name="sem_color_picker_color_four">Cor quatro</string> <string name="sem_color_picker_color_one">Cor um</string> <string name="sem_color_picker_color_six">Cor seis</string> <string name="sem_color_picker_color_three">Cor três</string> <string name="sem_color_picker_color_two">Cor dois</string> <string name="sem_color_picker_color_wheel">Roda de cores</string> <string name="sem_color_picker_current">Actual</string> <string name="sem_color_picker_double_tap_to_select">Toque duas vezes para seleccionar.</string> <string name="sem_color_picker_hue_and_saturation">Tonalidade e saturação</string> <string name="sem_color_picker_new">Novo</string> <string name="sem_color_picker_opacity">Opacidade</string> <string name="sem_color_picker_option">Opção</string> <string name="sem_color_picker_recently_used_colors">Cores utilizadas recentemente</string> <string name="sem_color_picker_slider">Cursor</string> <string name="sem_date_picker_day_name">Dia</string> <string name="sem_date_picker_decrement_month_button_text">Mês anterior</string> <string name="sem_date_picker_increment_month_button_text">Mês seguinte</string> <string name="sem_date_picker_month_name">Mês</string> <string name="sem_date_picker_switch_to_calendar_view_description">Toque duas vezes para mudar para a vista de agenda.</string> <string name="sem_date_picker_switch_to_wheel_view_description">Toque duas vezes para mudar para a vista de roda.</string> <string name="sem_date_picker_year_name">Ano</string> <string name="sem_hour_picker_name">Hora</string> <string name="sem_lock_to_app_status_intent_permission_description">Esta aplicação pode ler quando as aplicações são afixadas ou desafixadas.</string> <string name="sem_lock_to_app_status_intent_permission_label">Ler mudanças estado Afixar janelas</string> <string name="sem_lock_to_app_toast">Para desafixar uma aplicação, prima sem soltar as Teclas de aplicações recentes e de retrocesso ao mesmo tempo.</string> <string name="sem_lock_to_app_toast_accessible">Para desafixar esta aplicação, prima sem soltar a tecla de aplicações recentes.</string> <string name="sem_lock_to_app_toast_accessible_for_navibar">Para desafixar a aplicação, toque sem soltar no Botão de aplicações recentes.</string> <string name="sem_lock_to_app_toast_for_navibar">Para desafixar uma aplicação, toque sem soltar nos Botões de aplicações recentes e de retrocesso ao mesmo tempo.</string> <string name="sem_minute_picker_name">Minuto</string> <string name="sem_number_picker_invalid_value_entered_toast">Valor inválido introduzido.</string> <string name="sem_resolver_drawer_guide_text">Deslize para cima para mais aplicações</string> <string name="sem_resolver_navigation_desc">Página %1$d de %2$d.</string> <string name="sem_resolver_play_on_tv">"Ver conteúdo na TV (Smart View)"</string> <string name="sem_resolver_send_to_nearby_devices">Transferir fich. para disp.</string> <string name="sem_resolver_share_to_device_sc">Partilhar com Smart View, Samsung Connect ou disp. próximos.</string> <string name="sem_resolver_share_to_device_sc_smart_thing">Partilhar com Smart View ou dispositivos próximos.</string> <string name="sem_resolver_share_to_device_sc_smart_thing_tts">Partilhar com Smart View ou dispositivos próximos.</string> <string name="sem_resolver_share_to_device_sc_tts">Partilhar com Smart View, Samsung Connect ou dispositivos próximos.</string> <string name="sem_resolver_share_to_device_sm">Partilhar com Smart View.</string> <string name="sem_resolver_share_to_device_title">Partilhar com dispositivo</string> <string name="sem_resolver_share_to_device_title_tts">Partilhar com dispositivo</string> <string name="sem_tip_popup_hint_string">Toque duas vezes neste botão para obter mais informações.</string> <string name="sendText">Seleccionar uma acção para o texto</string> <string name="sending">A enviar…</string> <string name="serial_number">"Número de série: "</string> <string name="serviceClassData">Dados</string> <string name="serviceClassDataAsync">Assincronização</string> <string name="serviceClassDataSync">Sincronizar</string> <string name="serviceClassFAX">Fax</string> <string name="serviceClassPAD">PAD</string> <string name="serviceClassPacket">Pacote</string> <string name="serviceClassSMS">SMS</string> <string name="serviceClassVoice">Voz</string> <string name="serviceDisabled">O serviço foi desactivado.</string> <string name="serviceEnabled">O serviço foi activado.</string> <string name="serviceEnabledFor">O serviço foi activado para:</string> <string name="serviceErased">Eliminado com sucesso.</string> <string name="serviceModeAll">Tudo</string> <string name="serviceModeAllConditional">condicionalmente.</string> <string name="serviceModeBusy">se ocupado</string> <string name="serviceModeNoReply">se não atender</string> <string name="serviceModeNotReachable">se incontactável</string> <string name="serviceModeUnconditional">incondicionalmente.</string> <string name="serviceNotProvisioned">Serviço não fornecido.</string> <string name="serviceRegistered">O registo foi bem sucedido.</string> <string name="serviceisDisabled">O serviço está desactivado.</string> <string name="serviceisEnabled">O serviço está activado.</string> <string name="setup_autofill">Configurar Preenchimento Automático</string> <string name="sha1_fingerprint">Impressão digital SHA-1:</string> <string name="sha256_fingerprint">Impressão digital SHA-256:</string> <string name="share">Partilhar</string> <string name="share_action_provider_share_with">Partilhar com</string> <string name="share_link_description">Toque aqui para enviar ficheiros grandes com a qualidade original.</string> <string name="share_link_tips_description">Dicas do %s</string> <string name="share_link_title">Partilha de ligação</string> <string name="share_remote_bugreport_action">PARTILHAR</string> <string name="share_remote_bugreport_notification_message_finished">O seu administrador solicitou um relatório de erro para ajudar na resolução de problemas deste dispositivo. As aplicações e os dados podem ser partilhados.</string> <string name="share_remote_bugreport_notification_title">Pretende partilhar o relatório de erro?</string> <string name="share_via">Partilhar via</string> <string name="shareactionprovider_share_with">Partilhar com</string> <string name="shareactionprovider_share_with_application">Partilhar via %s</string> <string name="sharelist_restrict">A política de segurança impede a partilha de dados.</string> <string name="sharing_remote_bugreport_notification_title">A partilhar relatório de erro…</string> <string name="show_ime">Manter no ecrã enquanto o teclado físico estiver ativo</string> <string name="show_keyboard_button">Mostrar o botão Teclado</string> <string name="show_keyboard_button_description">Mostrar %s na barra de navegação.</string> <string name="shutdown_confirm">O dispositivo irá desligar-se.</string> <string name="shutdown_confirm_question">Pretende encerrar?</string> <string name="shutdown_progress">A encerrar…</string> <string name="signature_identity_toast">%s assinado por</string> <string name="silent_mode">Modo silencioso</string> <string name="silent_mode_ring">Campainha ativada</string> <string name="silent_mode_silent">Campainha desativada</string> <string name="silent_mode_vibrate">Vibração de tom de toque</string> <string name="simRefresh">A actualizar dados do SIM</string> <string name="simReset">Dados do cartão SIM alterados. O dispositivo fará a reposição automaticamente.</string> <string name="sim_added_message">Reiniciar o dispositivo para aceder a redes móveis.</string> <string name="sim_added_message_ext_cpt">Restart your phone to use the mobile network.</string> <string name="sim_added_message_ext_cpt_tab">Restart your tablet to use the mobile network.</string> <string name="sim_added_title">Cartão SIM adicionado</string> <string name="sim_count_mismatched_ds_to_ss">O Modo de cartão SIM foi mudado de SIM duplo para SIM único. Para aplicar esta definição, o dispositivo será reposto com as respectivas predefinições de fábrica e será reiniciado.</string> <string name="sim_count_mismatched_ss_to_ds">O Modo de cartão SIM foi mudado de SIM único para SIM duplo. Para aplicar esta definição, o dispositivo será reposto com as respectivas predefinições de fábrica e será reiniciado.</string> <string name="sim_count_mismatched_title">Modo de cartão SIM mudado</string> <string name="sim_done_button">Concluído</string> <string name="sim_removed_message">Impossível detectar o seu cartão SIM. O seu dispositivo irá reiniciar a verificação do seu cartão SIM.</string> <string name="sim_removed_message_ext_cpt">Connect to a Wi-Fi network or insert a SIM card to use mobile data.</string> <string name="sim_removed_message_hotswap">O seu dispositivo não consegue efectuar chamadas ou ligar-se a redes móveis.</string> <string name="sim_removed_message_hotswap_sim1">SIM 1</string> <string name="sim_removed_message_hotswap_sim2">SIM 2</string> <string name="sim_removed_message_hotswap_us_tablet">Connect to a Wi-Fi network or insert a SIM card to use mobile data.</string> <string name="sim_removed_title">Cartão SIM removido</string> <string name="sim_removed_title_hotswap">Sem cartão SIM inserido</string> <string name="sim_removed_title_hotswap_us_tablet">Inserir cartão SIM</string> <string name="sim_restart_button">Reiniciar</string> <string name="sim_restart_title">Reiniciar dispositivo</string> <string name="sipAddressTypeCustom">Personalizar</string> <string name="sipAddressTypeHome">Início</string> <string name="sipAddressTypeOther">Outro</string> <string name="sipAddressTypeWork">Empresa</string> <string name="skip_button_label">Ignorar</string> <string name="smart_glow_m_application_name">Smart Glow</string> <string name="smartbonding_dialog_title">Download booster</string> <string name="smartbonding_dialog_wifi_text">Transfira ficheiros grandes (mais de %d MB) com mais rapidez, utilizando simultaneamente redes Wi-Fi e LTE. Note que, dependendo dos estados das redes, o Intensificador de transferências pode utilizar apenas redes Wi-Fi ou LTE para transferir ficheiros.</string> <string name="smartclip_restrict">A política de segurança impede a utilização do Clip fácil.</string> <string name="smartface_scroll_changetodevice">Tipo de deslocamento inteligente mudado para deslocamento por inclinação do dispositivo.</string> <string name="smartface_scroll_changetohead">Tipo de deslocamento inteligente mudado para deslocamento por inclinação da cabeça.</string> <string name="smartface_scroll_disable">Desactivar</string> <string name="smartface_scroll_lowlight_backlight_dlg_msg">O deslocamento inteligente pode não funcionar em condições de iluminação fracas. Desactivar o deslocamento inteligente?</string> <string name="smartface_scroll_retry">Repetir</string> <string name="smartface_scroll_title">Deslocamento inteligente</string> <string name="smartglow_low_battery_notification_text">Energia da bateria fraca (toque aqui para activar o Modo de economia de energia)</string> <string name="smartone_operator_name">SmarTone</string> <string name="sms_control_message"><b>%s</b> está a enviar um número elevado de mensagens SMS. Permite que esta aplicação continue a enviar mensagens?</string> <string name="sms_control_no">Neg.</string> <string name="sms_control_title">A enviar SMS…</string> <string name="sms_control_yes">Permit.</string> <string name="sms_premium_short_code_details">Isto implica a cobrança de taxas.</string> <string name="sms_short_code_confirm_allow">Enviar</string> <string name="sms_short_code_confirm_always_allow">Permitir sempre</string> <string name="sms_short_code_confirm_deny">Cancelar</string> <string name="sms_short_code_confirm_message">%1$s gostava de enviar uma mensagem a %2$s. Permitir?</string> <string name="sms_short_code_confirm_never_allow">Nunca permitir</string> <string name="sms_short_code_details">Isto pode implicar a cobrança de taxas.</string> <string name="sms_short_code_remember_choice">Lembrar a minha selecção</string> <string name="sms_short_code_remember_undo_instruction">Pode alterar isto mais tarde, acedendo a Definições > Apps</string> <string name="sms_short_code_remember_undo_instruction_details_path">Pode alterar isto mais tarde, acedendo a Definições > Aplicações > Botão Mais opções > Acesso especial > Utilizar serviços de mensagens de texto Premium</string> <string name="sms_short_code_send_sms_permission_disclaimer">Se tocar em NUNCA PERMITIR, esta aplicação não poderá enviar mensagens em segundo plano, mesmo que a permissão Enviar mensagens de texto tenha sido autorizada para a mesma.</string> <string name="smv_application">A aplicação %1$s (processo %2$s) violou a política StrictMode auto-imposta.</string> <string name="smv_process">%s violou a sua política StrictMode auto-imposta.</string> <string name="sound_off_toast">Desligue Desligar todos os sons nas definições de Acessibilidade, para alterar o volume.</string> <string name="spass_image_quality_finger_offset_too_far_left">Passe dedo sobre cent.</string> <string name="spass_image_quality_finger_offset_too_far_right">Passe dedo sobre cent.</string> <string name="spass_image_quality_finger_too_thin">Mantenha o dedo bem encostado quando passar o dedo.</string> <string name="spass_image_quality_pressure_too_hard">Passe o dedo com suavidade e menos pressão.</string> <string name="spass_image_quality_pressure_too_light">Passe o dedo com suavidade e mais pressão.</string> <string name="spass_image_quality_skew_too_large">Passe o dedo na direcção do bordo do dispositivo</string> <string name="spass_image_quality_stiction">Passe o dedo com suavidade e menos pressão.</string> <string name="spass_image_quality_too_fast">Passe dedo mais devg.</string> <string name="spass_image_quality_too_short">Passe todo o dedo.</string> <string name="spass_image_quality_too_slow">Passe dedo mais depr.</string> <string name="spass_image_quality_wet_finger">Limpe tecla pr./dedo.</string> <string name="spass_something_on_sensor">Limpe tecla e repita.</string> <string name="spr_radio_toast_msg">The headset has been removed and turned the radio off.</string> <string name="ssl_ca_cert_noti_by_administrator">Pelo administrador do seu perfil de trabalho</string> <string name="ssl_ca_cert_noti_by_unknown">A rede pode estar a ser monitorizada por um terceiro desconhecido.</string> <string name="ssl_ca_cert_noti_managed">Por %s</string> <string name="ssl_certificate">Certificado de segurança</string> <string name="ssl_certificate_is_valid">Certificado válido.</string> <string name="status_bar_device_locked">Dispositivo bloqueado</string> <string name="status_bar_expansion_restrict">A política de segurança impede a expansão da barra de estado.</string> <string name="stk_cc_ss_to_dial">O pedido SS foi modificado para um pedido DIAL.</string> <string name="stk_cc_ss_to_ss">O pedido SS foi modificado para um novo pedido SS.</string> <string name="stk_cc_ss_to_ussd">O pedido SS foi modificado para um pedido USSD.</string> <string name="stk_cc_ussd_to_dial">O pedido USSD foi modificado para um pedido DIAL.</string> <string name="stk_cc_ussd_to_ss">O pedido USSD foi modificado para um pedido SS.</string> <string name="stk_cc_ussd_to_ussd">O pedido USSD foi modificado para um novo pedido USSD.</string> <string name="stop_application_restrict">A política de segurança restringe o utilizador de parar esta aplicação.</string> <string name="storage_go_to_myfiles">Os Meus Ficheiros</string> <string name="storage_internal">Memória do dispositivo</string> <string name="storage_sd_card">Cartão SD</string> <string name="storage_sd_card_label">Cartão SD %s</string> <string name="storage_sd_card_title">Cartão SD</string> <string name="storage_sdcard_insert">Foi introduzido um cartão SD.</string> <string name="storage_usb">Armazenamento USB</string> <string name="storage_usb_drive">Unidade USB</string> <string name="storage_usb_drive_label">Unidade USB %s</string> <string name="submit">Enviar</string> <string name="suggestion_cancel">Cancelar</string> <string name="suggestion_setting">Definições</string> <string name="suggestion_uninstall_updates">Desinstalar actualizações</string> <string name="suspended_widget_accessibility">%1$s desativado</string> <string name="svoice_restrict">A política de segurança impede a utilização do S Voice.</string> <string name="sync_binding_label">Sincronizar</string> <string name="sync_do_nothing">Não fazer nada por agora</string> <string name="sync_really_delete">Eliminar itens</string> <string name="sync_too_many_deletes">Eliminar itens?</string> <string name="sync_too_many_deletes_desc">Os %1$d itens eliminados de %2$s também serão eliminados da sua conta %3$s online.</string> <string name="sync_undo_deletes">Restaurar itens</string> <string name="system_error_manufacturer">Existe um problema interno no seu dispositivo. Contacte o fabricante para obter mais informações.</string> <string name="system_error_wipe_data">Existe um problema interno no seu dispositivo e pode ficar instável até efetuar uma reposição de dados de fábrica.</string> <string name="taking_remote_bugreport_notification_title">A criar relatório de erro…</string> <string name="talkback_back_key">Tecla Anterior</string> <string name="talkback_menu_key">Tecla de menu</string> <string name="talkback_recent_key">Tecla Recente</string> <string name="task_manager_restrict">A política de segurança impede a utilização do gestor de tarefas.</string> <string name="terabyteShort">TB</string> <string name="tether_bluetooth_restrict">A política de segurança impede a utilização da ancoragem Bluetooth.</string> <string name="tether_usb_restrict">A política de segurança impede a utilização de ancoragem USB.</string> <string name="tether_wifi_restrict">A política de segurança impede a utilização da ancoragem Wi-Fi.</string> <string name="tethered_notification_message">Toque aqui para definir.</string> <string name="tethered_notification_title">PA Móvel ou Ancoragem activa</string> <string name="tethered_notification_title_client">%s dispositivos ligados</string> <string name="tethered_notification_title_client_verizon">%d dispositivos ligados.</string> <string name="tethered_notification_title_just_tethered">Ancor. activa</string> <string name="tethered_notification_title_mtr">Tethering or Mobile Hotspot active</string> <string name="tethered_notification_title_one_client">1 dispositivo ligado</string> <string name="tethered_notification_title_one_client_verizon">1 dispositivo ligado.</string> <string name="tethered_notification_title_sprint">PA Móvel ou Ancoragem activa</string> <string name="tethered_notification_title_tmo">Tethering or Mobile Hotspot active</string> <string name="tethered_notification_title_verizon">PA Móvel</string> <string name="textSelectionCABTitle">Selecção de texto</string> <string name="text_copied">Texto copiado para área de transferência.</string> <string name="time_of_day" formatted="false">%H:%M:%S</string> <string name="time_picker_decrement_hour_button">Diminuir hora</string> <string name="time_picker_decrement_minute_button">Diminuir minuto</string> <string name="time_picker_decrement_set_am_button">Definir AM</string> <string name="time_picker_dialog_title">Definir hora</string> <string name="time_picker_header_text">Definir hora</string> <string name="time_picker_hour_label">hora</string> <string name="time_picker_increment_hour_button">Aumentar hora</string> <string name="time_picker_increment_minute_button">Aumentar minuto</string> <string name="time_picker_increment_set_pm_button">Definir PM</string> <string name="time_picker_input_error">Introduza uma hora válida</string> <string name="time_picker_minute_label">minuto</string> <string name="time_picker_prompt_label">Introduza a hora</string> <string name="time_picker_radial_mode_description">Mude para o modo de relógio para a introdução da hora.</string> <string name="time_picker_text_input_mode_description">Mude para o modo de introdução de texto para a introdução da hora.</string> <string name="title_uds">Modo de ultra-economia de dados</string> <string name="toast_bluetooth_keyboard_connected">Teclado Bluetooth ligado.</string> <string name="toast_keyboard_dock_connected">Ancoragem do teclado ligada.</string> <string name="toast_remove_keyboard">Retire a capa de teclado para utilizar o %s.</string> <string name="toolbar_collapse_description">Reduzir</string> <string name="tooltip_popup_title">Sugestão</string> <string name="touchpad_turned_off">Teclado de toque desligado.</string> <string name="touchpad_turned_on">Teclado de toque ligado.</string> <string name="translate">Traduzir</string> <string name="turn_off_radio">Desligar rádio</string> <string name="turn_on_radio">Ligar rádio</string> <string name="tutorial_double_tap_to_zoom_message_short">Toque duas vezes para controlar o zoom.</string> <string name="tw_clipboard_already_exists">O item já foi copiado para a área de transferência.</string> <string name="tw_clipboard_button_tts">Tecla</string> <string name="tw_clipboard_clear">Limpar</string> <string name="tw_clipboard_delete_all">Todos os itens desbloqueados são eliminados.</string> <string name="tw_clipboard_delete_all_from_clipboard">Todos os itens não bloqueados serão eliminados.</string> <string name="tw_clipboard_delete_tts">Elim.</string> <string name="tw_clipboard_done">Concl.</string> <string name="tw_clipboard_edit">Editar</string> <string name="tw_clipboard_html_pasted_from_clipboard">O texto foi colado a partir da área de transferência.</string> <string name="tw_clipboard_lock_tts">Proteger</string> <string name="tw_clipboard_no_item">Sem itens</string> <string name="tw_clipboard_no_items_to_paste">Sem itens para colar.</string> <string name="tw_clipboard_pasted_from_clipboard">Colado da área de transferência.</string> <string name="tw_clipboard_save">Guardar</string> <string name="tw_clipboard_save_in_gallery">Guardar na galeria</string> <string name="tw_clipboard_save_in_memo">Guardar no Memorando</string> <string name="tw_clipboard_save_in_smemo">Guardar em S Memo</string> <string name="tw_clipboard_save_in_snote">Guardar no S Note</string> <string name="tw_clipboard_save_tts">Guardar</string> <string name="tw_clipboard_title_description">Toque duas vezes para fechar a área de transferência.</string> <string name="tw_clipboard_title_text">Área transferência</string> <string name="tw_clipboard_unlock_tts">Desproteger</string> <string name="tw_global_actions_airplane_mode_on_status_confirm_china">O Modo de voo permite-lhe desligar as funcionalidades de chamadas, mensagens e redes de dados. Também desliga funcionalidades de conectividade como WLAN e Bluetooth. Para utilizar a WLAN e o Bluetooth, active-os nas Definições ou no painel de notificações.</string> <string name="tw_global_actions_airplane_mode_on_status_confirm_volte">"Unless you use Wi-Fi, you will not be able to use Internet, Email, or other apps that require a data connection. Your phone will not be able to use Video Calling while Airplane mode is on. Turn on Airplane mode?"</string> <string name="tw_global_actions_airplane_mode_on_status_confirm_vzw">"Unless you use Wi-Fi, you will not be able to use the Internet, Email, or other apps that require a data connection. Turn on Airplane mode?"</string> <string name="tw_global_actions_toggle_airplane_mode_enable_vzw">Modo de avião</string> <string name="tw_ids_com_body_Lock_in_clipboard">Bloquear na área de transferência</string> <string name="tw_ids_com_body_delete_from_clipboard">Eliminar da área de transferência</string> <string name="tw_ids_com_body_unlock_in_clipboard">Desbloquear na área de transferência</string> <string name="tw_ids_com_header_clipboard_options">Eliminar tudo</string> <string name="tw_lock_to_app_description">"Esta função permite-lhe afixar uma aplicação no ecrã do seu dispositivo, pelo que não pode navegar para fora desta aplicação. Para desafixar uma aplicação, prima sem soltar as teclas de menu e de retrocesso ao mesmo tempo."</string> <string name="tw_lock_to_app_description_accessible">"Esta função permite-lhe afixar uma aplicação no ecrã do seu dispositivo, pelo que não pode navegar para fora desta aplicação. Para desafixar uma aplicação, prima sem soltar a tecla de menu."</string> <string name="tw_lock_to_app_status_intent_permission_description">Esta aplicação pode ler quando as aplicações são afixadas ou desafixadas.</string> <string name="tw_lock_to_app_status_intent_permission_label">Ler mudanças estado Afixar janelas</string> <string name="tw_lock_to_app_title_enable">Activar %s</string> <string name="tw_lock_to_app_title_pin_windows">Afixar janelas</string> <string name="tw_lock_to_app_toast">Para desafixar esta aplicação, prima sem soltar as teclas de menu e de retrocesso ao mesmo tempo.</string> <string name="tw_lock_to_app_toast_accessible">Para desafixar esta aplicação, prima sem soltar a tecla de menu.</string> <string name="tw_lock_to_app_unlock_fingerprint">Impressão digital</string> <string name="tw_lock_to_app_unlock_password">Palavra-passe</string> <string name="tw_lock_to_app_unlock_pattern">Padrão</string> <string name="tw_lock_to_app_unlock_pin">PIN</string> <string name="tw_lock_to_app_unlock_template">Pedir %s antes de desafixar</string> <string name="tw_preferencecategory_added_title">Cabeçalho</string> <string name="tw_reboot_safemode_confirm_vzw">Do you want to restart your phone in Safe Mode? While in Safe Mode, apps that did not come with your phone will be temporarily disabled to help you troubleshoot your phone. When you restart your phone next time, Safe Mode will be turned off and your apps will be available again.</string> <string name="tw_reboot_safemode_title_vzw">Restart in Safe Mode</string> <string name="tw_reboot_safemode_turnon_vzw">Turn On Safe Mode</string> <string name="tw_resolver_RemoteShare_RecentHistoryDefault">Toque aqui para partilhar ficheiros grandes com os seus contactos.</string> <string name="tw_resolver_RemoteShare_RecentHistory_GroupName">%1$s e %2$d outros</string> <string name="tw_resolver_RemoteShare_RecentHistory_RemoteShare">Partilha simples</string> <string name="tw_resolver_RemoteShare_Title">Contactos</string> <string name="tw_resolver_afw_personal_title">Partilhar do perfil pessoal</string> <string name="tw_resolver_afw_title">Partilhar do perfil trabalho</string> <string name="tw_resolver_change_player">Ver conteúdo em</string> <string name="tw_resolver_more_actions">Mais acções</string> <string name="tw_resolver_nearby_sharing">Dispositivos próximos</string> <string name="tw_resolver_print">Imprimir</string> <string name="tw_resolver_screen_mirroring">Screen Mirroring</string> <string name="tw_resolver_screen_sharing">Partilha de ecrã</string> <string name="tw_tts_double_tap_description">Toque duas vezes para editar.</string> <string name="tw_tts_editing_description">A editar.</string> <string name="twmobile_operator_name">TW Mobile</string> <string name="ucm_password_doesnt_match">A palavra-passe do Cartão inteligente não corresponde à palavra-passe armazenada no telefone</string> <string name="ucm_phone_encrypted_by_smartcard">Telefone encriptado pelo Cartão inteligente</string> <string name="ucm_set_screenlock_with_smartcard">Definir tipo bloq. ecrã com Cartão intelig.</string> <string name="ucm_smartcard_is_encrypting_phone">Cartão inteligente a encriptar telefone…</string> <string name="unable_to_capture_screen_emergencymode">Impossível capturar ecrã em Modo de emergência.</string> <string name="unable_to_capture_screen_ultrapowersaving_mode">Impossível capturar captura de ecrã.</string> <string name="unalbe_to_use_mobile_keyboard">Para utilizar o %s, liberte a capa de teclado do dispositivo.</string> <string name="undo">Anular</string> <string name="unpin_target">Soltar</string> <string name="unregistered_SIM">SIM não registado</string> <string name="unsupported_display_size_message">%1$s não suporta a definição de Tamanho do ecrã atual e pode ter um comportamento inesperado.</string> <string name="unsupported_display_size_show">Mostrar sempre</string> <string name="upload_file">Escolher ficheiro</string> <string name="url_restrict">A política de segurança restringe o utilizador de carregar este URL.</string> <string name="usb_30_mtp_notification_title">Ligado via USB 3.0.</string> <string name="usb_30_ptp_notification_title">Ligado como câmara via USB 3.0.</string> <string name="usb_accessory_notification_title">Ligado a um acessório USB</string> <string name="usb_blocked_by_emergency_mode">Impossível utilizar funções USB quando o Modo de emergência está ligado.</string> <string name="usb_blocked_by_maximum_power_saving_mode">Impossível utilizar funções relacionadas com o dispositivo USB ligado com o Modo de máxima economia de energia activado.</string> <string name="usb_blocked_by_maximum_power_saving_mode_all">"A carregar… As funções USB podem não estar restringidas quando o Modo de máxima economia de energia está ligado."</string> <string name="usb_blocked_by_reserved_mode">Impossível utilizar funções relacionadas com o dispositivo USB ligado com o Modo de reserva de bateria activado.</string> <string name="usb_blocked_by_ultra_power_saving_mode">Impossível utilizar funções relacionadas com o dispositivo USB ligado com o Modo de ultra-economia de energia activado.</string> <string name="usb_camera_connected_notification_title">Dispositivo multimédia ligado</string> <string name="usb_camera_disconnected_notification_title">Dispositivo multimédia desligado</string> <string name="usb_cd_installer_notification_title">Actualização de sistema</string> <string name="usb_charging_notification_title">Carregamento deste dispositivo por USB</string> <string name="usb_charing_only_notification_title">A carregar via USB</string> <string name="usb_host_Unknown_device_connected_notification_title">Dispositivo USB desconhecido ligado.</string> <string name="usb_host_cable_connected_notification_title">Conector USB ligado.</string> <string name="usb_host_cable_disconnected_notification_title">Conector USB desligado.</string> <string name="usb_host_high_pwr_device_connected_notification_message">Impossível aceder a este dispositivo. O dispositivo ligado necessita de alimentação externa.</string> <string name="usb_host_high_pwr_device_connected_notification_title">Dispositivo USB de alta potência ligado.</string> <string name="usb_keyboard_connected_notification_title">Teclado ligado</string> <string name="usb_keyboard_disconnected_notification_title">Teclado desligado</string> <string name="usb_mass_storage_restrict">A política de segurança impede a utilização do armazenamento de massa USB.</string> <string name="usb_midi_notification_title">USB para MIDI</string> <string name="usb_midi_peripheral_manufacturer_name">Android</string> <string name="usb_midi_peripheral_name">Porta periférica USB para Android</string> <string name="usb_midi_peripheral_product_name">Porta periférica USB</string> <string name="usb_mouse_connected_notification_title">Rato ligado</string> <string name="usb_mouse_disconnected_notification_title">Rato desligado</string> <string name="usb_mtp_launch_notification_description">Tocar para ver ficheiros</string> <string name="usb_mtp_launch_notification_title">Ligado a %1$s</string> <string name="usb_mtp_notification_title">USB para transferência ficheiros</string> <string name="usb_notification_block_message">Desbloqueie o dispositivo para ver conteúdo no PC.</string> <string name="usb_notification_message">Tocar para outras opções USB.</string> <string name="usb_ptp_notification_title">USB para transferência de imagens</string> <string name="usb_storage_activity_title">Armazenamento de massa USB</string> <string name="usb_storage_button_mount">Ligar memória ao PC</string> <string name="usb_storage_error_message">Existe um problema ao utilizar o cartão SD para armazenamento em massa USB.</string> <string name="usb_storage_message">Ligou ao computador através de USB. Toque no botão abaixo se pretender copiar ficheiros entre o computador e o cartão SD do Android.</string> <string name="usb_storage_notification_message">Seleccione para copiar ficheiros para/a partir do seu computador.</string> <string name="usb_storage_notification_title">USB ligada.</string> <string name="usb_storage_stop_button_mount">Desligar armazenamento USB</string> <string name="usb_storage_stop_error_message">Impossível desligar armazenamento USB. Desinstale o anfitrião USB e tente novamente.</string> <string name="usb_storage_stop_message">Antes de desativar a memória de armazenamento USB, desmonte (\"ejete\") o cartão SD do Android do computador.</string> <string name="usb_storage_stop_notification_message">Seleccionar para desligar o armazenamento USB.</string> <string name="usb_storage_stop_notification_title">Desligar armazenamento USB</string> <string name="usb_storage_stop_title">Armazenamento USB em utilização.</string> <string name="usb_storage_title">USB ligada.</string> <string name="usb_supplying_notification_title">Fornecimento de energia ao dispositivo ligado por USB</string> <string name="usb_type_c_supply_power_notification_title">Disp. ligado a carregar via USB</string> <string name="usb_ums_badremoval_notification_message_usbhost">Desinstalar o armazenamento de massa USB antes de o remover para evitar a perda de dados.</string> <string name="usb_ums_badremoval_notification_title_usbhost">Armazenamento de massa USB removido inesperadamente.</string> <string name="usb_ums_connected_notification_message_usbhost">Armazenamento de massa USB removido inesperadamente.</string> <string name="usb_ums_connected_notification_title_usbhost">Armazenamento de massa USB ligado</string> <string name="usb_ums_safe_unmount_notification_message_usbhost">Armazenamento de massa USB removido de forma segura.</string> <string name="usb_vzw_charging_notification_title">USB Charging</string> <string name="usb_vzw_midi_notification_title">MIDI</string> <string name="usb_vzw_mtp_notification_title">File Transfer</string> <string name="usb_vzw_notification_message">Tap here for more options.</string> <string name="usb_vzw_ptp_notification_title">Photo Transfer</string> <string name="usb_water_notification_message">Foi detectada humidade na porta do carregador/USB. Antes de carregar o telefone, certifique-se de que a porta está seca. Pode demorar algum tempo a secar completamente.</string> <string name="usb_water_notification_title">Verificar porta carregador/USB</string> <string name="usbhostStorage_restrict">A política de segurança impede a utilização do armazenamento de anfitrião USB.</string> <string name="use_a_different_app">Utilizar outra aplicação</string> <string name="user_creation_account_exists">Pretende permitir que o %1$s crie um novo utilizador com %2$s?</string> <string name="user_creation_adding">Pretende permitir que o %1$s crie um novo utilizador com %2$s (já existe um utilizador com esta conta)?</string> <string name="user_encrypted_detail">Dados do utilizador bloqueados</string> <string name="user_encrypted_message">Toque para desbloquear</string> <string name="user_encrypted_title">Algumas funcionalid. limitadas</string> <string name="user_guest">Convidado</string> <string name="user_logging_out_message">A terminar a sessão de %1$s…</string> <string name="user_owner_label">Aplicações pessoais</string> <string name="user_switched">%1$s do utilizador atual.</string> <string name="user_switching_message">A mudar para %s…</string> <string name="ussd_blocked_notification">Unable to use USSD code on this device. Try again on phone.</string> <string name="validity_period">Validade:</string> <string name="verizon_disconnect_notification">Verizon service is required to access a Verizon Wi-Fi hotspot. If you have removed your Verizon SIM card, please reinsert it and try to connect again.</string> <string name="verizon_service_required_title">Verizon service required</string> <string name="verizon_sim_state_notification">Unable to connect to %s. Insert SIM card and try again.</string> <string name="vibo_operator_name">T Star</string> <string name="volume_alarm">Volume do alarme</string> <string name="volume_bluetooth_call">Volume Bluetooth em chamada</string> <string name="volume_call">Volume da chamada</string> <string name="volume_icon_description_bluetooth">Volume do auricular Bluetooth</string> <string name="volume_icon_description_incall">Volume da chamada</string> <string name="volume_icon_description_media">Volume de multimédia</string> <string name="volume_icon_description_notification">Notificação</string> <string name="volume_icon_description_ringer">Tom de toque e notificações</string> <string name="volume_music">Volume multimédia</string> <string name="volume_music_hint_playing_through_bluetooth">A reproduzir através de Bluetooth</string> <string name="volume_music_hint_silent_ringtone_selected">Tom de toque silencioso seleccionado.</string> <string name="volume_notification">Volume de notificação</string> <string name="volume_ringtone">Volume da campainha</string> <string name="volume_unknown">Volume</string> <string name="volumepanel_bixby_voice">Bixby Voice</string> <string name="volumepanel_media">Multimédia</string> <string name="volumepanel_notification">Notificações</string> <string name="volumepanel_ringtone">Tom de toque</string> <string name="volumepanel_system">Sistema</string> <string name="vpn_allowOnlySecureConnection">Perfil VPN não seguro.</string> <string name="vpn_error_text">Toque para tentar voltar a ligar VPN.</string> <string name="vpn_error_title">Erro de ligação VPN</string> <string name="vpn_lockdown_config">Tocar para configurar.</string> <string name="vpn_lockdown_config_incomplete">Nome de utilizador e palavra-passe requeridos para VPN Sempre Ligado. As informações da conta de perfil têm de ser guardadas.</string> <string name="vpn_lockdown_connected">VPN sempre ativa ligada</string> <string name="vpn_lockdown_connecting">A ligar VPN sempre ativa...</string> <string name="vpn_lockdown_disconnected">VPN sempre ativa desligada</string> <string name="vpn_lockdown_error">Erro da VPN sempre ativa</string> <string name="vpn_text">Toque para gerir a rede.</string> <string name="vpn_text_long">Ligado a %s. Toque para gerir a rede.</string> <string name="vpn_title">VPN ativada</string> <string name="vpn_title_long">Ligado ao VPN %s</string> <string name="vr_listener_binding_label">Serviço de escuta de RV</string> <string name="vzw_cooldown_mode">Unable to open app. Your phone is getting hot.</string> <string name="vzw_cooldown_mode_attention">Closing apps to cool down phone</string> <string name="vzw_cooldown_mode_kill">Your phone is getting hot, so some apps have been closed to help it cool down.</string> <string name="vzw_cooldown_mode_ok">OK</string> <string name="wait">Espera</string> <string name="wallpaper_binding_label">Fundo</string> <string name="wallpaper_changes_restrict">A política de segurança restringe o utilizador de alterar o fundo.</string> <string name="warning_alert_check">Não mostrar de novo</string> <string name="webpage_unresponsive">"A página deixou de responder. Pretende fechá-la?"</string> <string name="websearch">Procurar na Web</string> <string name="webview_32bit_error_suggest_message">Para utilizar o %s, tem de desinstalar as actualizações do Android System WebView.</string> <string name="webview_32bit_error_suggest_title">%s parou de ser executado</string> <string name="week">Semana</string> <string name="weeks">semanas</string> <string name="wfcRegErrorTitle">Chamadas Wi-Fi</string> <string name="wfc_mode_cellular_preferred_summary">Preferência pela rede móvel</string> <string name="wfc_mode_wifi_only_summary">Apenas Wi-Fi</string> <string name="wfc_mode_wifi_preferred_summary">Rede Wi-Fi preferida</string> <string name="wfd_cant_change_volume_media_mute_toast">Impossível alterar o volume em %s quando o volume de multimédia está silenciado.</string> <string name="wfd_hdcp_exception_toast">Impossível ligar o Smart View.</string> <string name="wfd_normal_connection_fail_toast">Falha ao ligar ao dispositivo via Smart View.</string> <string name="wfd_notification_end_toast">A ligação Screen mirroring terminou.</string> <string name="wfd_restrict_hdcp_subtitle">Desactivar para activar o Screen Mirroring. O HDCP não é suportado pelo dispositivo ligado</string> <string name="wfd_rtsp_connection_time_out_toast">Experimente desligar e voltar a ligar o cabo de alimentação do dispositivo ligado.</string> <string name="wfd_settings_ongoing_message">Dispositivo móvel a %s</string> <string name="wfd_settings_ongoing_title">Screen Mirroring activado</string> <string name="wfd_video_play_exception_toast">O Smart View não pode reproduzir este vídeo. Resolução ou velocidade de fotogramas não suportada.</string> <string name="wfd_video_record_exception_toast">O Smart View não pode gravar com esta resolução.</string> <string name="wfd_weak_network_toast_message">A ligação do Screen Mirroring está instável. Terminar a ligação actual e voltar a ligar pode melhorar a qualidade da apresentação.</string> <string name="wfd_weak_network_toast_message_with_dlna">A ligação Smart View está instável. Terminar a ligação actual e voltar a ligar pode melhorar a qualidade da apresentação.</string> <string name="whichApplication">Concluir acção utilizando</string> <string name="whichApplicationLabel">Concluir ação</string> <string name="whichApplicationNamed">Concluir a acção utilizando %s</string> <string name="whichEditApplication">Editar com</string> <string name="whichEditApplicationLabel">Editar</string> <string name="whichEditApplicationNamed">Editar texto com %s</string> <string name="whichHomeApplication">Seleccionar iniciador</string> <string name="whichHomeApplicationLabel">Capturar imagem</string> <string name="whichHomeApplicationNamed">Utilizar %1$s como Página inicial</string> <string name="whichImageCaptureApplication">Capturar imagem com</string> <string name="whichImageCaptureApplicationLabel">Capturar imagem</string> <string name="whichImageCaptureApplicationNamed">Capturar imagem com o %1$s</string> <string name="whichSendApplication">Partilhar via</string> <string name="whichSendApplicationLabel">Partilhar</string> <string name="whichSendApplicationNamed">Partilhar via %s</string> <string name="whichSendToApplication">Enviar com</string> <string name="whichSendToApplicationLabel">Enviar</string> <string name="whichSendToApplicationNamed">Enviar com %1$s</string> <string name="whichViewApplication">Abrir com</string> <string name="whichViewApplicationLabel">Abrir</string> <string name="whichViewApplicationNamed">Abrir ficheiro com %s</string> <string name="wifi_ap_notification_powersave_on">Modo de economia de energia de PA Móvel ligado.</string> <string name="wifi_ap_notification_powersave_on_verizon">Economia energia ligada.</string> <string name="wifi_authentication_failed">Falha de autenticação.</string> <string name="wifi_authentication_failed_kt">Falha ao autenticar PA Wi-Fi.</string> <string name="wifi_available_sign_in">Inic. ses. na rede Wi-Fi</string> <string name="wifi_calling_off_summary">Desativado</string> <string name="wifi_close_button_text">Fechar</string> <string name="wifi_connect_alert_message">A aplicação %1$s pretende estabelecer ligação à rede Wi-Fi %2$s</string> <string name="wifi_connect_alert_title">Permitir ligação?</string> <string name="wifi_connect_default_application">Uma aplicação</string> <string name="wifi_disabled_2_minutes">O seu dispositivo foi desligado desta rede. O tempo limite da sua sessão foi excedido.</string> <string name="wifi_disabled_sign_in">Rede desligada. Inicie a sessão novamente.</string> <string name="wifi_disabled_title">%s desligado</string> <string name="wifi_hs20_noti_connected_msg">Desfrute a utilização de Wi-Fi.</string> <string name="wifi_hs20_noti_connected_operator_msg">Desfrute utilizando a rede Wi-Fi %s.</string> <string name="wifi_hs20_noti_connected_skt_msg">Ligado à rede Wi-Fi do parceiro de roaming SK Telecom</string> <string name="wifi_hs20_noti_connected_title">%s ligado via Hotspot 2.0</string> <string name="wifi_malicious_hotspot_detected_title">Ameaça de segurança de Wi-Fi detectada</string> <string name="wifi_module">Wi-Fi</string> <string name="wifi_no_internet">O Wi-Fi não tem acesso à Internet</string> <string name="wifi_no_internet_detailed">Toque para obter mais opções</string> <string name="wifi_notification_adaptive_wifi_add_to_favorite_detail">%s foi adicionada como uma rede Wi-Fi utilizada com mais frequência. O telefone irá ligar o Wi-Fi automaticamente quando esta rede for detectada no futuro.</string> <string name="wifi_notification_adaptive_wifi_remove_from_favorite_detail">%s foi removida das suas redes Wi-Fi utilizadas com mais frequência. Voltará a ser adicionada, se começar a utilizá-la com mais frequência.</string> <string name="wifi_notification_captive_portal_detail">Toque aqui para iniciar sessão no %s.</string> <string name="wifi_notification_captive_portal_disabled_button_dismiss">Cancelar</string> <string name="wifi_notification_captive_portal_disabled_button_signin">Iniciar</string> <string name="wifi_notification_captive_portal_disabled_detail">Toque aqui para ir para as definições de Wi-Fi.</string> <string name="wifi_notification_captive_portal_disabled_title">Sessão não iniciada na rede Wi-Fi</string> <string name="wifi_notification_captive_portal_title">Inicie sessão rede Wi-Fi.</string> <string name="wifi_notification_connected">Connected to %1$s (%2$s)</string> <string name="wifi_notification_connected_message">Tocar para configurar Wi-Fi.</string> <string name="wifi_notification_connected_open">Abrir</string> <string name="wifi_notification_connected_secure">Seguro</string> <string name="wifi_notification_mhd_update_detail">Toque aqui para actualizar.</string> <string name="wifi_notification_mhd_update_title">Actual. política seg. Wi-Fi</string> <string name="wifi_notification_not_connected">Redes Wi-Fi disponíveis.</string> <string name="wifi_notification_not_connected_message">Tap to view available networks.</string> <string name="wifi_notification_sns_exception_hun_detail">Ligar a outra rede.</string> <string name="wifi_notification_sns_exception_title">Internet pode não estar disp.</string> <string name="wifi_notification_sns_go_wifi_settings">Ir para Def. Wi-Fi</string> <string name="wifi_notification_sns_poor_network_detail">Desligado de %s.</string> <string name="wifi_notification_sns_poor_network_title">Mudança de rede inteligente</string> <string name="wifi_notification_sns_poor_network_title_old_name">Mudança rede automática</string> <string name="wifi_notification_sns_update_detail">Mudança de rede inteligente desactivada (toque aqui para a actualizar e activar)</string> <string name="wifi_notification_sns_update_title">Actualizar Mudança rede intel.</string> <string name="wifi_notification_switch_wifi_detail">A sua ligação Wi-Fi pode não fornecer acesso à Internet.</string> <string name="wifi_notification_switch_wifi_title">Mudado para dados móveis</string> <string name="wifi_notification_turn_on_wifi_automatically_title">Ligar Wi-Fi automaticamente</string> <string name="wifi_open_wifiap_insecure">A política de segurança impede a utilização de ancoragem não protegida para hotspot.</string> <string name="wifi_p2p_auto_disabling_confirmation">Não houve actividade durante %d minutos desde que o Wi-Fi Direct foi activado. Para aumentar a vida útil da bateria o Wi-Fi Direct foi desactivado.</string> <string name="wifi_p2p_connected_notification_title">Ligado a %d dispositivos por Wi-Fi Direct.</string> <string name="wifi_p2p_connection_error">Impossível ligar a dispositivo</string> <string name="wifi_p2p_connection_limit">Pode ligar até %d dispositivos em simultâneo.</string> <string name="wifi_p2p_dialog_title">Wi-Fi Direct</string> <string name="wifi_p2p_disable_notification_message">Para poupar energia da bateria, desactive o Wi-Fi Direct depois de o utilizar.</string> <string name="wifi_p2p_disable_notification_title">Desactivar o Wi-Fi Direct depois da utilização</string> <string name="wifi_p2p_enabled_notification_message">Tocar para alterar as definições.</string> <string name="wifi_p2p_enabled_notification_title">O Wi-Fi Direct está ligado.</string> <string name="wifi_p2p_enter_pin_dialog_message">Introduza o PIN e toque em Ligar num período igual ou inferior a %1$d segundos para se ligar a %2$s.</string> <string name="wifi_p2p_enter_pin_message">Introduza o PIN solicitado:</string> <string name="wifi_p2p_failed_message">Não foi possível iniciar o Wi-Fi Direct.</string> <string name="wifi_p2p_frequency_conflict_message">O telemóvel irá desligar-se temporariamente da rede Wi-Fi enquanto está ligado a %1$s</string> <string name="wifi_p2p_from_message">De:</string> <string name="wifi_p2p_incoming_request_confirmation">Toque em Ligar dentro de %1$d segundos para ligar a %2$s.</string> <string name="wifi_p2p_invitation_sent_title">Convite enviado</string> <string name="wifi_p2p_invitation_to_connect_title">Convite para estabelecer ligação</string> <string name="wifi_p2p_no_common_channels_message">Falha ao ligar via Wi-Fi Direct. Outro dispositivo está ligado ao PA através de um canal diferente.</string> <string name="wifi_p2p_show_pin_dialog_message">Introduza este PIN no outro dispositivo num período igual ou inferior a %d segundos para fazer a ligação.</string> <string name="wifi_p2p_show_pin_message">PIN:</string> <string name="wifi_p2p_to_message">Para:</string> <string name="wifi_p2p_turnon_message">Iniciar o Wi-Fi Direct. Esta opção desativará o cliente/zona Wi-Fi.</string> <string name="wifi_setting_button_text">Definições</string> <string name="wifi_share_profile_expired_title">Perfil Wi-Fi expirado</string> <string name="wifi_share_profile_received_title">Perfil Wi-Fi recebido</string> <string name="wifi_share_profile_sending">A enviar…</string> <string name="wifi_share_profile_sent_title">Perfil Wi-Fi partilhado</string> <string name="wifi_share_profile_target_device_no_support">O dispositivo receptor não suporta a partilha de perfil Wi-Fi.</string> <string name="wifi_share_profile_transfer_failed">Falha ao partilhar o perfil Wi-Fi.</string> <string name="wifi_watchdog_network_disabled">Impossível ligar à rede Wi-Fi.</string> <string name="wifi_watchdog_network_disabled_detailed">" tem uma ligação à internet fraca."</string> <string name="wificonnected_notificaton_detail">Ligado a %1$s.</string> <string name="wificonnected_notificaton_title">Ligado a Wi-Fi</string> <string name="wireless_display_route_description">Ecrã sem fios</string> <string name="work_mode_off_message">Permitir que %s utilize funções, incluindo aplicações, sincronização em segundo plano e outras acções relacionadas.</string> <string name="work_mode_off_title">Ativar o modo de trabalho?</string> <string name="work_mode_try_again">Modo de trabalho a desligar. Tente novamente dentro de momentos.</string> <string name="work_mode_turn_on">Ativar</string> <string name="work_profile_deleted">Perfil de trabalho eliminado</string> <string name="work_profile_deleted_description">Perfil de trabalho eliminado devido a aplicação de administração em falta</string> <string name="work_profile_deleted_description_dpm_wipe">O seu perfil de trabalho já não está disponível neste dispositivo</string> <string name="work_profile_deleted_details">A aplicação de administração do perfil de trabalho está em falta ou danificada. Consequentemente, o seu perfil de trabalho e os dados relacionados foram eliminados. Contacte o administrador para obter assistência.</string> <string name="write_fail_reason_cancelled">A impressão foi cancelada</string> <string name="write_fail_reason_cannot_write">Ocorreu um erro ao ler o conteúdo.</string> <string name="year">Ano</string> <string name="years">Anos</string> <string name="zen_mode_alarm">Até %1$s (próximo alarme)</string> <string name="zen_mode_default_events_name">Evento</string> <string name="zen_mode_default_weekends_name">Fim de semana</string> <string name="zen_mode_default_weeknights_name">Dias da semana à noite</string> <string name="zen_mode_downtime_feature_name">Período de inatividade</string> <string name="zen_mode_feature_name">Não incomodar</string> <string name="zen_mode_forever">Até desativar Não incomodar</string> <string name="zen_mode_forever_dnd">Até desativar Não incomodar</string> <string name="zen_mode_rule_name_combination">%1$s/%2$s</string> <string name="zen_mode_until">Até às %1$s</string> <string name="zzzzz_tw_cursor_handle_clipboard">Área transferência</string> <string name="wfd_notification_disconnect">Desligar</string> <string name="wfd_settings_ongoing_message_with_dlna">Ligado a %s via Smart View</string> <string name="wfd_settings_ongoing_title_with_dlna">Alterar dispositivo</string> </resources>
94.381955
421
0.787944
54f4dcedb4e9cd87b94604aee27eeb764ba57f39
6,111
xml
XML
mercury-boot-starter-parent/pom.xml
VinceLiuzy/mercury-boot-public
3ac67fb6d6dfc3144c1c23a943851c4fc762296c
[ "MIT" ]
null
null
null
mercury-boot-starter-parent/pom.xml
VinceLiuzy/mercury-boot-public
3ac67fb6d6dfc3144c1c23a943851c4fc762296c
[ "MIT" ]
null
null
null
mercury-boot-starter-parent/pom.xml
VinceLiuzy/mercury-boot-public
3ac67fb6d6dfc3144c1c23a943851c4fc762296c
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.7.0</version> <relativePath/> <!-- lookup parent from repository --> </parent> <groupId>com.mercury.boot</groupId> <artifactId>mercury-boot-starter-parent</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>17</java.version> <spring-cloud.version>2021.0.3</spring-cloud.version> <commons-beanutils.version>1.9.4</commons-beanutils.version> <commons-lang3.version>3.12.0</commons-lang3.version> <commons-fileupload.version>1.4</commons-fileupload.version> <commons-codec.version>1.15</commons-codec.version> <poi-ooxml.version>5.2.2</poi-ooxml.version> <jackson-datatype.version>2.13.3</jackson-datatype.version> <httpclient.version>4.5.13</httpclient.version> <hibernate-core.version>6.1.0.Final</hibernate-core.version> <querydsl.version>5.0.0</querydsl.version> <minio.version>8.4.2</minio.version> <okhttp.version>4.9.3</okhttp.version> <springdoc.version>1.6.9</springdoc.version> <netty-all.version>4.1.77.Final</netty-all.version> <skipTests>true</skipTests> </properties> <dependencies> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>${commons-beanutils.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>${commons-lang3.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>${jackson-datatype.version}</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>${spring-cloud.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-hibernate5</artifactId> <version>${jackson-datatype.version}</version> </dependency> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>${commons-fileupload.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>${commons-codec.version}</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>${poi-ooxml.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpclient.version}</version> </dependency> <dependency> <groupId>com.querydsl</groupId> <artifactId>querydsl-jpa</artifactId> <version>${querydsl.version}</version> </dependency> <dependency> <groupId>com.querydsl</groupId> <artifactId>querydsl-mongodb</artifactId> <version>${querydsl.version}</version> </dependency> <dependency> <groupId>com.querydsl</groupId> <artifactId>querydsl-apt</artifactId> <version>${querydsl.version}</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>${hibernate-core.version}</version> <type>pom</type> </dependency> <dependency> <groupId>io.minio</groupId> <artifactId>minio</artifactId> <version>${minio.version}</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>${okhttp.version}</version> </dependency> <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-ui</artifactId> <version>${springdoc.version}</version> </dependency> <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-webflux-ui</artifactId> <version>${springdoc.version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>${netty-all.version}</version> </dependency> </dependencies> </dependencyManagement> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <excludes> <exclude> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </exclude> </excludes> </configuration> </plugin> </plugins> </build> <distributionManagement> <repository> <id>nexus3-releases</id> <url>http://114.132.242.164:13081/repository/maven-releases/</url> </repository> <snapshotRepository> <id>nexus3-snapshots</id> <url>http://114.132.242.164:13081/repository/maven-snapshots/</url> </snapshotRepository> </distributionManagement> </project>
32.505319
109
0.649321
43664c633ede493eb66d2f6885a91898514a8b2b
8,850
xml
XML
rpms/awips2.core/Installer.localization/utility/common_static/configured/OAX/gfe/editAreas/NE_Douglas.xml
srcarter3/awips2
37f31f5e88516b9fd576eaa49d43bfb762e1d174
[ "Apache-2.0" ]
null
null
null
rpms/awips2.core/Installer.localization/utility/common_static/configured/OAX/gfe/editAreas/NE_Douglas.xml
srcarter3/awips2
37f31f5e88516b9fd576eaa49d43bfb762e1d174
[ "Apache-2.0" ]
null
null
null
rpms/awips2.core/Installer.localization/utility/common_static/configured/OAX/gfe/editAreas/NE_Douglas.xml
srcarter3/awips2
37f31f5e88516b9fd576eaa49d43bfb762e1d174
[ "Apache-2.0" ]
1
2021-10-30T00:03:05.000Z
2021-10-30T00:03:05.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <referenceData> <polygons>MULTIPOLYGON (((-96.32899475099998 41.39411163300008, -96.32649993899997 41.39321136500007, -96.30519866899999 41.39321136500007, -96.29719543499999 41.39311218300003, -96.13779449499997 41.39311218300003, -96.13309478799994 41.39301300000005, -96.11879730199996 41.39301300000005, -96.11059570299993 41.39291381800007, -96.10540008499999 41.39301300000005, -96.03679656999998 41.39301300000005, -96.03359985399999 41.39311218300003, -96.00599670399998 41.39311218300003, -96.00119781499994 41.39301300000005, -95.99649810799997 41.39321136500007, -95.99349975599995 41.39321136500007, -95.98929595899995 41.39311218300003, -95.94409942599998 41.39311218300003, -95.93779754599996 41.39351272600004, -95.93519592299998 41.38441085800008, -95.92929840099998 41.374912262000066, -95.92879486099997 41.37011337300003, -95.93109893799999 41.36461257900004, -95.93549346899992 41.36061096200007, -95.94099426299994 41.35751342800006, -95.95219421399997 41.35351181000004, -95.95489501999998 41.35181045500008, -95.95679473899996 41.34921264600006, -95.95669555699999 41.34551239000007, -95.95309448199998 41.33991241500007, -95.94659423799999 41.333911896000075, -95.94369506799994 41.33191299400005, -95.93929290799997 41.328910828000055, -95.92639923099995 41.32251358000008, -95.92209625199996 41.321113586000074, -95.91309356699998 41.32031250000006, -95.89929962199994 41.321212769000056, -95.88869476299999 41.31911087000003, -95.88309478799994 41.31671142600004, -95.87819671599999 41.312511444000044, -95.87469482399996 41.30711364700005, -95.87149810799997 41.29581069900007, -95.87279510499995 41.289913177000074, -95.87689971899994 41.28511047400008, -95.88239288299997 41.28141021700003, -95.89109802199992 41.27821350100004, -95.89599609399994 41.276313782000045, -95.90249633799999 41.273410797000054, -95.90619659399994 41.27571106000005, -95.91249847399996 41.27951049800003, -95.91099548299997 41.28221130400004, -95.90950012199994 41.28491210900006, -95.90809631299999 41.28721237200005, -95.90489959699994 41.29241180400004, -95.90429687499993 41.29871368400006, -95.90709686299994 41.30101394700006, -95.91279602099996 41.30101394700006, -95.92129516599994 41.30081176800007, -95.92469787599998 41.29961395300006, -95.92759704599996 41.29801178000002, -95.92959594699992 41.291412354000045, -95.92959594699992 41.28511047400008, -95.92869567899999 41.28141403200004, -95.92529296899994 41.27911377000004, -95.91809844999995 41.274112701000035, -95.91499328599997 41.27211380000006, -95.91959381099997 41.26901245100004, -95.92189788799999 41.264610291000054, -95.92139434799998 41.25921249400005, -95.91649627699996 41.24901199300007, -95.91369628899997 41.24341201800007, -95.91139984099999 41.23801040600006, -95.91089630099998 41.23401260400004, -95.91119384799998 41.23091125500008, -95.91259765599995 41.22701263400006, -95.91510009799998 41.22301101700003, -95.92459869399994 41.211612701000035, -95.92749786399997 41.20221328700006, -95.92599487299998 41.19571304300007, -95.92459869399994 41.191013336000026, -95.93029785199995 41.19111251800006, -95.94549560499996 41.19111251800006, -95.94789886499996 41.191013336000026, -95.96379852299997 41.191013336000026, -95.96749877899998 41.19091033900003, -95.98109435999999 41.19091033900003, -95.98449706999997 41.191013336000026, -95.98679351799996 41.19091033900003, -95.99069976799996 41.191013336000026, -95.99449920699999 41.19091033900003, -95.99939727799995 41.19081115700004, -96.00539398199999 41.19081115700004, -96.00939941399997 41.19091033900003, -96.01439666699997 41.19081115700004, -96.01879882799994 41.19091033900003, -96.02279663099995 41.19091033900003, -96.02699279799998 41.191013336000026, -96.03329467799993 41.19091033900003, -96.03629302999997 41.19081115700004, -96.03899383499999 41.19081115700004, -96.04249572799995 41.19091033900003, -96.04479980499997 41.19081115700004, -96.04779815699997 41.19091033900003, -96.05199432399996 41.19081115700004, -96.05629730199996 41.19081115700004, -96.06199645999999 41.19091033900003, -96.07499694799998 41.19091033900003, -96.07999420199997 41.19081115700004, -96.08279418899997 41.19081115700004, -96.08769988999995 41.190711975000056, -96.09279632599997 41.19061279300007, -96.11249542199994 41.19061279300007, -96.11689758299997 41.19051361100003, -96.11989593499999 41.19061279300007, -96.13099670399998 41.19061279300007, -96.13419341999997 41.190711975000056, -96.13749694799996 41.190711975000056, -96.14059448199998 41.19081115700004, -96.14559936499995 41.190711975000056, -96.15339660599994 41.190711975000056, -96.15899658199999 41.19081115700004, -96.16349792499994 41.190711975000056, -96.16999816899994 41.190711975000056, -96.17630004899995 41.19061279300007, -96.18669891399998 41.19061279300007, -96.19479370099998 41.190711975000056, -96.21559905999997 41.19061279300007, -96.22839355499997 41.19041061400003, -96.23429870599995 41.190311432000044, -96.24309539799998 41.19021225000005, -96.29709625199996 41.19021225000005, -96.30509948699995 41.19011306800007, -96.31409454299995 41.19011306800007, -96.32689666699997 41.18991088900003, -96.32949829099992 41.19231033300008, -96.33179473899997 41.194713593000074, -96.33409881599994 41.19651031500007, -96.33659362799995 41.197910309000065, -96.33949279799998 41.199111938000044, -96.34189605699999 41.20001220700004, -96.34429931599999 41.20111084000007, -96.34719848599997 41.20241165200008, -96.35099792499994 41.204612732000044, -96.35399627699996 41.20721054100005, -96.35609435999999 41.21081161500007, -96.35739898699995 41.21301269500003, -96.35929870599995 41.215812683000024, -96.36029815699999 41.21751022300003, -96.36129760699998 41.21901321400003, -96.36209869399994 41.22181320200008, -96.36299896199995 41.22601318400006, -96.36429595899995 41.230213165000066, -96.36499786399997 41.232212067000034, -96.36549377399996 41.23431396500007, -96.36419677699996 41.237712860000045, -96.36249542199994 41.24081039400005, -96.36089324999993 41.24291229200003, -96.35889434799998 41.24601364100005, -96.35709381099997 41.248912811000025, -96.35489654499997 41.25151062000003, -96.35169982899997 41.255210876000035, -96.34999847399995 41.259410858000074, -96.34999847399995 41.262912750000055, -96.35059356699996 41.26521301300005, -96.35669708299996 41.27451324500004, -96.35859680199997 41.27741241500007, -96.36059570299994 41.280410767000035, -96.36389923099995 41.28471374500003, -96.36719512899998 41.28851318400007, -96.37079620399999 41.29201126100002, -96.37569427499994 41.29581069900007, -96.37959289599996 41.29741287200005, -96.38249969499996 41.299011230000076, -96.38569641099997 41.30081176800007, -96.38879394499996 41.302310944000055, -96.39049529999994 41.303211212000065, -96.39329528799999 41.30511093100006, -96.39739990199996 41.30821228000008, -96.40169525099998 41.30971145600006, -96.40509796099997 41.31211090100004, -96.40739440899993 41.31461334200003, -96.40929412799994 41.316913605000025, -96.40879821799996 41.31951141400003, -96.40839385999999 41.32251358000008, -96.40719604499998 41.32551193200004, -96.40689849899996 41.329311371000074, -96.40699768099994 41.331710815000065, -96.40699768099994 41.33411407500006, -96.40749359099999 41.33681106600005, -96.40869903599996 41.340511322000054, -96.41040039099994 41.34461212200006, -96.41119384799998 41.34661102300004, -96.41279602099996 41.35001373300002, -96.41359710699999 41.35331344600007, -96.41529846199995 41.356113434000065, -96.41649627699996 41.35791397100007, -96.41819763199999 41.36001205400004, -96.41989898699994 41.36241149900007, -96.42269897499995 41.365112305000025, -96.42639923099993 41.366611481000064, -96.43089294399994 41.36781311000004, -96.43549346899994 41.369113922000054, -96.43899536099997 41.37001037600003, -96.44259643599997 41.37171173100006, -96.44569396999998 41.373210907000036, -96.44969940199996 41.374912262000066, -96.45299529999994 41.37681198100006, -96.45679473899997 41.37881088300002, -96.45969390899995 41.38071060200008, -96.46149444599996 41.38271331800007, -96.46389770499997 41.38501358000007, -96.46689605699997 41.38871383700007, -96.46909332299998 41.39111328100006, -96.47049713099995 41.39301300000005, -96.46360015899995 41.39331054700005, -96.45379638699995 41.39331054700005, -96.45049285899995 41.39351272600004, -96.44559478799994 41.39341354400005, -96.44019317599998 41.39321136500007, -96.42129516599994 41.39321136500007, -96.41510009799997 41.39311218300003, -96.41019439699994 41.39321136500007, -96.40649414099992 41.39321136500007, -96.39529418899996 41.39311218300003, -96.35789489699994 41.39311218300003, -96.35369872999996 41.39321136500007, -96.34829711899992 41.39321136500007, -96.33199310299995 41.39331054700005, -96.32899475099998 41.39411163300008)))</polygons> </referenceData>
1,770
8,760
0.840791
439bd7c1a25080bc2441c75746acec2ab3a51798
2,394
xml
XML
febs-server/febs-server-system/src/main/resources/mapper/yonyou/SysSaasDubbooptMapper.xml
yhaoooooooo/FEBS-Cloud
68255e7b3930361a1f22a4c261c8592a02e9b84d
[ "Apache-2.0" ]
null
null
null
febs-server/febs-server-system/src/main/resources/mapper/yonyou/SysSaasDubbooptMapper.xml
yhaoooooooo/FEBS-Cloud
68255e7b3930361a1f22a4c261c8592a02e9b84d
[ "Apache-2.0" ]
null
null
null
febs-server/febs-server-system/src/main/resources/mapper/yonyou/SysSaasDubbooptMapper.xml
yhaoooooooo/FEBS-Cloud
68255e7b3930361a1f22a4c261c8592a02e9b84d
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.yonyou.etl.mapper.SysSaasDubbooptMapper"> <!-- 通用查询映射结果 --> <resultMap id="BaseResultMap" type="com.yonyou.etl.entity.SysSaasDubboopt"> <id column="id" property="id" /> <result column="bizkey" property="bizkey" /> <result column="bizstatus" property="bizstatus" /> <result column="biztime" property="biztime" /> <result column="biztype" property="biztype" /> <result column="callid" property="callid" /> <result column="classname" property="classname" /> <result column="description" property="description" /> <result column="dubbostatus" property="dubbostatus" /> <result column="methodname" property="methodname" /> <result column="params" property="params" typeHandler="org.apache.ibatis.type.BlobTypeHandler" /> <result column="restatus" property="restatus" /> <result column="result" property="result" typeHandler="org.apache.ibatis.type.BlobTypeHandler" /> <result column="rollcount" property="rollcount" /> <result column="rollmsg" property="rollmsg" /> <result column="rollstatus" property="rollstatus" /> <result column="tag" property="tag" /> <result column="tenantid" property="tenantid" /> <result column="ts" property="ts" /> <result column="usercode" property="usercode" /> <result column="userid" property="userid" /> <result column="isnotice" property="isnotice" /> <result column="srctplid" property="srctplid" /> <result column="ytenant_id" property="ytenantId" /> </resultMap> <!-- 通用查询结果列 --> <sql id="Base_Column_List"> id, bizkey, bizstatus, biztime, biztype, callid, classname, description, dubbostatus, methodname, params, restatus, result, rollcount, rollmsg, rollstatus, tag, tenantid, ts, usercode, userid, isnotice, srctplid, ytenant_id </sql> </mapper>
63
235
0.570175
2a5c384f162a63dc6933f97b60401820618b240b
4,348
xaml
XML
resources/TILES/o365/o365.xaml
theShameTrain/psCrate_GC
9b83b4261f63659a2032e109d3d68b075ca7e8f3
[ "MIT" ]
null
null
null
resources/TILES/o365/o365.xaml
theShameTrain/psCrate_GC
9b83b4261f63659a2032e109d3d68b075ca7e8f3
[ "MIT" ]
1
2018-01-22T15:38:18.000Z
2018-01-22T20:19:45.000Z
resources/TILES/o365/o365.xaml
theShameTrain/psCrate_GC
9b83b4261f63659a2032e109d3d68b075ca7e8f3
[ "MIT" ]
null
null
null
<Controls:MetroWindow xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks" Title="o365" WindowStartupLocation="CenterScreen" ShowInTaskbar="true" ShowMinButton="False" ShowMaxRestoreButton="False" SizeToContent="WidthAndHeight" AllowsTransparency="True" > <Window.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" /> <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" /> <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Colors.xaml" /> <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Accents/ACCENTcolor.xaml" /> <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Accents/BaseDark.xaml" /> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Window.Resources> <Controls:MetroWindow.LeftWindowCommands> <Controls:WindowCommands> <Rectangle Width="20" Height="20" Fill="White" Margin="5"> <Rectangle.OpacityMask> <VisualBrush Visual="{iconPacks:PackIconMaterial EmailOutline}" Stretch="Uniform"/> </Rectangle.OpacityMask> </Rectangle> </Controls:WindowCommands> </Controls:MetroWindow.LeftWindowCommands> <Controls:MetroWindow.Flyouts> <Controls:FlyoutsControl> <Controls:Flyout Name="o365_FlyOutContent" Position="Left" Width="620" Theme="Accent" Grid.RowSpan="4" IsPinned="False" Margin="500,0,0,0" CloseButtonVisibility="Hidden" Visibility="Collapsed" > <Grid> <Button x:Name="o365_but_flClose" Width="30" HorizontalAlignment="Right" VerticalAlignment="Top" Background="Transparent" Height="30" Style="{DynamicResource MetroCircleButtonStyle}" Margin="5"> <Rectangle Width="20" Height="20" HorizontalAlignment="Center" VerticalAlignment="Center" Fill="White"> <Rectangle.OpacityMask> <VisualBrush Stretch="Fill" Visual="{iconPacks:PackIconMaterial ArrowLeftBoldCircle}"/> </Rectangle.OpacityMask> </Rectangle> </Button> <StackPanel Orientation="Vertical"> <StackPanel Orientation="Horizontal" FlowDirection="LeftToRight" HorizontalAlignment="Left" Margin="0,0,0,0"> <Label Name="o365_lbl_UPN" Content="UPN" Margin="10,10,0,0" VerticalAlignment="Top" Width="40" Foreground="White" HorizontalContentAlignment="Right"/> <TextBox Name="o365_tb_UPN" HorizontalAlignment="Left" Height="23" Margin="15,10,0,0" VerticalAlignment="Top" Width="505"/> </StackPanel> <StackPanel Name="o365_spResults" Orientation="Horizontal" FlowDirection="LeftToRight" HorizontalAlignment="Left" Margin="10"> <ListView Name="o365_listResults" Height="260" Width="560" ScrollViewer.HorizontalScrollBarVisibility="Disabled" > <ListView.View> <GridView> <GridViewColumn Header="UserID" Width="280" DisplayMemberBinding="{Binding ID}" /> <GridViewColumn Header="Access" Width="280" DisplayMemberBinding="{Binding ACCESS}" /> </GridView> </ListView.View> </ListView> </StackPanel> </StackPanel> </Grid> </Controls:Flyout> </Controls:FlyoutsControl> </Controls:MetroWindow.Flyouts> <Grid Name="o365_gridSwitches" HorizontalAlignment="Left"> <StackPanel Orientation="Vertical"> <Controls:ToggleSwitch Name="o365_tog1" Content="Get Mailbox Permissions" Width="350" HorizontalAlignment="Left" Margin="10,0,0,0"/> <Controls:ToggleSwitch Name="o365_tog2" Content="Get SendAs Permissions" Width="350" HorizontalAlignment="Left" Margin="10,0,0,0"/> <Controls:ToggleSwitch Name="o365_tog3" Content="Get SendOnBehalf Permissions" Width="350" HorizontalAlignment="Left" Margin="10,0,0,0"/> <Controls:ToggleSwitch Name="o365_tog4" Content="Get Calendar Permissions" Width="350" HorizontalAlignment="Left" Margin="10,0,0,0"/> </StackPanel> </Grid> </Controls:MetroWindow>
59.561644
206
0.709982
e5731739af442814dbb911ead3215ab758dc7b8c
543
xml
XML
WIDER_train_annotations/25_Soldier_Patrol_Soldier_Patrol_25_308.xml
derinozturk/wider-face-pascal-voc-annotations
bc7735cdd38a19511ca7545a99f6ebe7e9a28501
[ "MIT" ]
74
2018-09-17T16:45:47.000Z
2022-01-10T10:57:35.000Z
WIDER_train_annotations/25_Soldier_Patrol_Soldier_Patrol_25_308.xml
derinozturk/wider-face-pascal-voc-annotations
bc7735cdd38a19511ca7545a99f6ebe7e9a28501
[ "MIT" ]
7
2020-05-07T13:19:01.000Z
2022-03-11T23:26:23.000Z
WIDER_train_annotations/25_Soldier_Patrol_Soldier_Patrol_25_308.xml
derinozturk/wider-face-pascal-voc-annotations
bc7735cdd38a19511ca7545a99f6ebe7e9a28501
[ "MIT" ]
43
2018-10-26T02:57:20.000Z
2022-02-21T09:06:20.000Z
<annotation><folder>25--Soldier_Patrol</folder><filename>25_Soldier_Patrol_Soldier_Patrol_25_308.jpg</filename><path>./WIDER_train/images/25--Soldier_Patrol/25_Soldier_Patrol_Soldier_Patrol_25_308.jpg</path><source><database>Unknown</database></source><size><width>1024</width><height>801</height><depth>3</depth></size><segmented>0</segmented><object><name>face</name><pose>Unspecified</pose><truncated>0</truncated><difficult>0</difficult><bndbox><xmin>364</xmin><ymin>68</ymin><xmax>488</xmax><ymax>220</ymax></bndbox></object></annotation>
543
543
0.786372
f36cbe00a8616aa13e64e42cf1922d040a8d05d0
1,342
xaml
XML
source/Localization/no_NO.xaml
grnassar/playnite-indiegala-plugin
d88304075d8ba6c6e5fc4e350d316f88f40cdef3
[ "MIT" ]
null
null
null
source/Localization/no_NO.xaml
grnassar/playnite-indiegala-plugin
d88304075d8ba6c6e5fc4e350d316f88f40cdef3
[ "MIT" ]
null
null
null
source/Localization/no_NO.xaml
grnassar/playnite-indiegala-plugin
d88304075d8ba6c6e5fc4e350d316f88f40cdef3
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib"> <!-- IndiegalaLibrary --> <sys:String x:Key="LOCIndiegalaLibrary">Indiegala-bibliotek</sys:String> <sys:String x:Key="LOCIndiegalaLockedError">Profilen er låst!</sys:String> <sys:String x:Key="LOCIndiegalaNotInstallationDirectory">Installasjonsmappe er ikke definert!</sys:String> <!-- IndiegalaLibrarySettingsView --> <sys:String x:Key="LOCIndiegalaLibraryUseClient">Bruk klient</sys:String> <sys:String x:Key="LOCIndiegalaLibraryWithClient">Med klient</sys:String> <sys:String x:Key="LOCIndiegalaLibraryWithoutClient">Uten klient</sys:String> <sys:String x:Key="LOCIndiegalaLibraryOnlyWithoutStoreUrl">Vis markeringsvinduer kun når spill ikke blir funnet</sys:String> <sys:String x:Key="LOCIndiegalaLibraryMultipleArtworkOptionsTitle">Hvis flere bilder er tilgjengelige, bruk:</sys:String> <sys:String x:Key="LOCIndiegalaLibraryUnlock">Unlock</sys:String> <!-- IndiegalaLibraryExeSelection --> <sys:String x:Key="LOCIndiegalaLibraryExeSelectionTitle">Velg programfil til spillhandling</sys:String> </ResourceDictionary>
46.275862
193
0.742921
772b6e07076c0f0ccc9b8164e5631f49c8a2d0a9
2,367
xml
XML
data/images/test/573_jpg.rf.f7b2b8f07b1e1bc75fd3991a042c917e.xml
ishanp2211/Fruit
5740aedd319fc68d4e4f956077a8719ea287dcfa
[ "MIT" ]
null
null
null
data/images/test/573_jpg.rf.f7b2b8f07b1e1bc75fd3991a042c917e.xml
ishanp2211/Fruit
5740aedd319fc68d4e4f956077a8719ea287dcfa
[ "MIT" ]
null
null
null
data/images/test/573_jpg.rf.f7b2b8f07b1e1bc75fd3991a042c917e.xml
ishanp2211/Fruit
5740aedd319fc68d4e4f956077a8719ea287dcfa
[ "MIT" ]
null
null
null
<annotation> <folder></folder> <filename>573_jpg.rf.f7b2b8f07b1e1bc75fd3991a042c917e.jpg</filename> <path>573_jpg.rf.f7b2b8f07b1e1bc75fd3991a042c917e.jpg</path> <source> <database>roboflow.ai</database> </source> <size> <width>416</width> <height>550</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>Huckleberry</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <occluded>0</occluded> <bndbox> <xmin>68</xmin> <xmax>153</xmax> <ymin>225</ymin> <ymax>310</ymax> </bndbox> </object> <object> <name>Mandarine</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <occluded>0</occluded> <bndbox> <xmin>234</xmin> <xmax>312</xmax> <ymin>326</ymin> <ymax>404</ymax> </bndbox> </object> <object> <name>Pomegranate</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <occluded>0</occluded> <bndbox> <xmin>123</xmin> <xmax>235</xmax> <ymin>421</ymin> <ymax>533</ymax> </bndbox> </object> <object> <name>Apricot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <occluded>0</occluded> <bndbox> <xmin>194</xmin> <xmax>343</xmax> <ymin>258</ymin> <ymax>407</ymax> </bndbox> </object> <object> <name>Cactus</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <occluded>0</occluded> <bndbox> <xmin>158</xmin> <xmax>240</xmax> <ymin>76</ymin> <ymax>158</ymax> </bndbox> </object> <object> <name>Cactus</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <occluded>0</occluded> <bndbox> <xmin>218</xmin> <xmax>323</xmax> <ymin>70</ymin> <ymax>175</ymax> </bndbox> </object> <object> <name>Mulberry</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <occluded>0</occluded> <bndbox> <xmin>48</xmin> <xmax>123</xmax> <ymin>225</ymin> <ymax>300</ymax> </bndbox> </object> <object> <name>Peach</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <occluded>0</occluded> <bndbox> <xmin>207</xmin> <xmax>276</xmax> <ymin>469</ymin> <ymax>538</ymax> </bndbox> </object> </annotation>
19.890756
69
0.636671